@walkeros/server-store-s3 4.2.0-next-1781000333052 → 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 CHANGED
@@ -1,10 +1,10 @@
1
1
  # @walkeros/server-store-s3
2
2
 
3
- ## 4.2.0-next-1781000333052
3
+ ## 4.2.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 7d8ebf9: Stores now use one structured value type with binary (`Uint8Array`)
7
+ - 5b1a134: Stores now use one structured value type with binary (`Uint8Array`)
8
8
  as a first-class leaf, serialized by a shared codec. A new `file: true` store
9
9
  option serves byte-exact assets such as walker.js (default is structured
10
10
  key-value). TTL is owned by the cache layer, not the store. Sheets is
@@ -19,10 +19,10 @@
19
19
  - Updated dependencies [654ba38]
20
20
  - Updated dependencies [6a72a32]
21
21
  - Updated dependencies [3eb2467]
22
- - Updated dependencies [7d8ebf9]
23
- - Updated dependencies [f1c74e8]
22
+ - Updated dependencies [5b1a134]
23
+ - Updated dependencies [23d4b86]
24
24
  - Updated dependencies [18c9469]
25
- - @walkeros/core@4.2.0-next-1781000333052
25
+ - @walkeros/core@4.2.0
26
26
 
27
27
  ## 4.1.2
28
28
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-store-s3",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.2.0",
5
5
  "type": "store",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-store-s3",
3
3
  "description": "S3-compatible object storage for walkerOS server flows",
4
- "version": "4.2.0-next-1781000333052",
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-next-1781000333052",
36
+ "@walkeros/core": "4.2.0",
37
37
  "s3mini": "^0.9.1"
38
38
  },
39
39
  "devDependencies": {},