@walkeros/server-store-fs 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-store-fs
2
2
 
3
- ## 4.2.0-next-1780942291149
3
+ ## 4.2.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  expired. Cached values now round-trip safely (binary bodies decode back as a
12
12
  `Buffer`) and expire correctly instead of serving stale content after a
13
13
  redeploy.
14
- - 7d8ebf9: Stores now use one structured value type with binary (`Uint8Array`)
14
+ - 5b1a134: Stores now use one structured value type with binary (`Uint8Array`)
15
15
  as a first-class leaf, serialized by a shared codec. A new `file: true` store
16
16
  option serves byte-exact assets such as walker.js (default is structured
17
17
  key-value). TTL is owned by the cache layer, not the store. Sheets is
@@ -26,10 +26,10 @@
26
26
  - Updated dependencies [654ba38]
27
27
  - Updated dependencies [6a72a32]
28
28
  - Updated dependencies [3eb2467]
29
- - Updated dependencies [7d8ebf9]
30
- - Updated dependencies [f1c74e8]
29
+ - Updated dependencies [5b1a134]
30
+ - Updated dependencies [23d4b86]
31
31
  - Updated dependencies [18c9469]
32
- - @walkeros/core@4.2.0-next-1780942291149
32
+ - @walkeros/core@4.2.0
33
33
 
34
34
  ## 4.1.2
35
35
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-store-fs",
4
- "version": "4.2.0-next-1780942291149",
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-fs",
3
3
  "description": "Filesystem store for walkerOS server - reads and writes files via the Store interface",
4
- "version": "4.2.0-next-1780942291149",
4
+ "version": "4.2.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -33,10 +33,10 @@
33
33
  "update": "npx npm-check-updates -u && npm update"
34
34
  },
35
35
  "dependencies": {
36
- "@walkeros/core": "4.2.0-next-1780942291149"
36
+ "@walkeros/core": "4.2.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@walkeros/core": "4.2.0-next-1780942291149"
39
+ "@walkeros/core": "4.2.0"
40
40
  },
41
41
  "repository": {
42
42
  "url": "git+https://github.com/elbwalker/walkerOS.git",