Skip to content

Commit 5a5c1df

Browse files
committed
Rename file to resolve NPM caching issues
1 parent 54aa990 commit 5a5c1df

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"dependencies": {
9393
"@ably/chat": "^0.5.0",
9494
"@ably/spaces": "^0.4.0",
95-
"ably": "file:./ably-2.5.0-liveobjects.tgz",
95+
"ably": "file:./ably-2.5.0-liveobjects-pre.tgz",
9696
"cors": "^2.8.5",
9797
"franken-ui": "^2.0.0",
9898
"minifaker": "^1.34.1",

examples/yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,9 @@
738738
magic-string "^0.27.0"
739739
react-refresh "^0.14.0"
740740

741-
"ably@file:./ably-2.5.0-liveobjects.tgz":
741+
"ably@file:./ably-2.5.0-liveobjects-pre.tgz":
742742
version "2.5.0"
743-
resolved "file:./ably-2.5.0-liveobjects.tgz#d02017b51177926966bcb4fbbfb6f3640a3ea076"
743+
resolved "file:./ably-2.5.0-liveobjects-pre.tgz#d02017b51177926966bcb4fbbfb6f3640a3ea076"
744744
dependencies:
745745
"@ably/msgpack-js" "^0.4.0"
746746
deep-equal "^2.2.3"
@@ -2960,6 +2960,7 @@ stop-iteration-iterator@^1.0.0:
29602960
internal-slot "^1.1.0"
29612961

29622962
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2963+
name string-width-cjs
29632964
version "4.2.3"
29642965
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
29652966
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)