fix: fix looking camera desync in local saves
This commit is contained in:
parent
4b85b16b73
commit
7e5a12934c
2 changed files with 6 additions and 6 deletions
|
|
@ -76,7 +76,7 @@
|
|||
"esbuild-plugin-polyfill-node": "^0.3.0",
|
||||
"express": "^4.18.2",
|
||||
"filesize": "^10.0.12",
|
||||
"flying-squid": "npm:@zardoy/flying-squid@^0.0.58",
|
||||
"flying-squid": "npm:@zardoy/flying-squid@^0.0.59",
|
||||
"fs-extra": "^11.1.1",
|
||||
"google-drive-browserfs": "github:zardoy/browserfs#google-drive",
|
||||
"jszip": "^3.10.1",
|
||||
|
|
|
|||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
|
|
@ -117,8 +117,8 @@ importers:
|
|||
specifier: ^10.0.12
|
||||
version: 10.1.6
|
||||
flying-squid:
|
||||
specifier: npm:@zardoy/flying-squid@^0.0.58
|
||||
version: '@zardoy/flying-squid@0.0.58(encoding@0.1.13)'
|
||||
specifier: npm:@zardoy/flying-squid@^0.0.59
|
||||
version: '@zardoy/flying-squid@0.0.59(encoding@0.1.13)'
|
||||
fs-extra:
|
||||
specifier: ^11.1.1
|
||||
version: 11.3.0
|
||||
|
|
@ -3413,8 +3413,8 @@ packages:
|
|||
engines: {node: '>=8'}
|
||||
hasBin: true
|
||||
|
||||
'@zardoy/flying-squid@0.0.58':
|
||||
resolution: {integrity: sha512-qkSoaYRpVQaAvcVgZDTe0i4PxaK2l2B6i7GfRCEsyYFl3UaNQYBwwocXqLrIwhsc63bwXa0XQe8UNUubz+A4eA==}
|
||||
'@zardoy/flying-squid@0.0.59':
|
||||
resolution: {integrity: sha512-Ztrmv127csGovqJEWEtT19y1wGEB5tIVfneQ3+p/TirP/bTGYpLlW+Ns4sSAc4KrewUP9PW/6L0AtB69CWhQFQ==}
|
||||
engines: {node: '>=8'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -13198,7 +13198,7 @@ snapshots:
|
|||
- encoding
|
||||
- supports-color
|
||||
|
||||
'@zardoy/flying-squid@0.0.58(encoding@0.1.13)':
|
||||
'@zardoy/flying-squid@0.0.59(encoding@0.1.13)':
|
||||
dependencies:
|
||||
'@tootallnate/once': 2.0.0
|
||||
chalk: 5.4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue