Skip to content

Commit 593d5e0

Browse files
committed
Rename file to resolve NPM caching issues
1 parent 2ca853f commit 593d5e0

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@ably/chat": "^0.5.0",
9494
"@ably/spaces": "^0.4.0",
9595
"@tailwindcss/postcss": "^4.0.14",
96-
"ably": "file:./ably-2.5.0-liveobjects.tgz",
96+
"ably": "file:./ably-2.5.0-liveobjects-pre.tgz",
9797
"cors": "^2.8.5",
9898
"franken-ui": "^2.0.0-internal.42",
9999
"nanoid": "^5.0.7",

examples/yarn.lock

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -942,9 +942,9 @@
942942
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
943943
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
944944

945-
"ably@file:./ably-2.5.0-liveobjects.tgz":
945+
"ably@file:./ably-2.5.0-liveobjects-pre.tgz":
946946
version "2.5.0"
947-
resolved "file:./ably-2.5.0-liveobjects.tgz#4638e4ee033acfe1dba7d4227ab8c0df08dfb81e"
947+
resolved "file:./ably-2.5.0-liveobjects-pre.tgz#d02017b51177926966bcb4fbbfb6f3640a3ea076"
948948
dependencies:
949949
"@ably/msgpack-js" "^0.4.0"
950950
deep-equal "^2.2.3"
@@ -3951,16 +3951,7 @@ streamsearch@^1.1.0:
39513951
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
39523952
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
39533953

3954-
"string-width-cjs@npm:string-width@^4.2.0":
3955-
version "4.2.3"
3956-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3957-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3958-
dependencies:
3959-
emoji-regex "^8.0.0"
3960-
is-fullwidth-code-point "^3.0.0"
3961-
strip-ansi "^6.0.1"
3962-
3963-
string-width@^4.1.0:
3954+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
39643955
version "4.2.3"
39653956
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
39663957
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4046,14 +4037,7 @@ string.prototype.trimstart@^1.0.8:
40464037
define-properties "^1.2.1"
40474038
es-object-atoms "^1.0.0"
40484039

4049-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4050-
version "6.0.1"
4051-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4052-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4053-
dependencies:
4054-
ansi-regex "^5.0.1"
4055-
4056-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4040+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
40574041
version "6.0.1"
40584042
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
40594043
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)