@walkeros/server-store-gcs 4.2.0-next-1780942291149 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -5
- package/dist/walkerOS.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/server-store-gcs
|
|
2
2
|
|
|
3
|
-
## 4.2.0
|
|
3
|
+
## 4.2.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
### Patch Changes
|
|
15
15
|
|
|
16
|
-
-
|
|
16
|
+
- 5b1a134: Stores now use one structured value type with binary (`Uint8Array`)
|
|
17
17
|
as a first-class leaf, serialized by a shared codec. A new `file: true` store
|
|
18
18
|
option serves byte-exact assets such as walker.js (default is structured
|
|
19
19
|
key-value). TTL is owned by the cache layer, not the store. Sheets is
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
- Updated dependencies [654ba38]
|
|
29
29
|
- Updated dependencies [6a72a32]
|
|
30
30
|
- Updated dependencies [3eb2467]
|
|
31
|
-
- Updated dependencies [
|
|
32
|
-
- Updated dependencies [
|
|
31
|
+
- Updated dependencies [5b1a134]
|
|
32
|
+
- Updated dependencies [23d4b86]
|
|
33
33
|
- Updated dependencies [18c9469]
|
|
34
|
-
- @walkeros/core@4.2.0
|
|
34
|
+
- @walkeros/core@4.2.0
|
|
35
35
|
|
|
36
36
|
## 4.1.2
|
|
37
37
|
|
package/dist/walkerOS.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-store-gcs",
|
|
3
3
|
"description": "Google Cloud Storage for walkerOS server flows",
|
|
4
|
-
"version": "4.2.0
|
|
4
|
+
"version": "4.2.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"update": "npx npm-check-updates -u && npm update"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@walkeros/core": "4.2.0
|
|
36
|
+
"@walkeros/core": "4.2.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {},
|
|
39
39
|
"repository": {
|