@walkeros/server-core 4.2.0-next-1780577792479 → 4.2.0-next-1780690800063

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-core
2
2
 
3
- ## 4.2.0-next-1780577792479
3
+ ## 4.2.0-next-1780690800063
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,12 +11,15 @@
11
11
  existing SHA-256 callers.
12
12
  - Updated dependencies [76d32c1]
13
13
  - Updated dependencies [908d6f0]
14
+ - Updated dependencies [e8f6909]
14
15
  - Updated dependencies [f4a9013]
15
16
  - Updated dependencies [d65bbde]
17
+ - Updated dependencies [e8f6909]
16
18
  - Updated dependencies [c27d3c1]
17
19
  - Updated dependencies [654ba38]
20
+ - Updated dependencies [6a72a32]
18
21
  - Updated dependencies [3eb2467]
19
- - @walkeros/core@4.2.0-next-1780577792479
22
+ - @walkeros/core@4.2.0-next-1780690800063
20
23
 
21
24
  ## 4.1.2
22
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-core",
3
3
  "description": "Server-specific utilities for walkerOS",
4
- "version": "4.2.0-next-1780577792479",
4
+ "version": "4.2.0-next-1780690800063",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -27,8 +27,8 @@
27
27
  "update": "npx npm-check-updates -u && npm update"
28
28
  },
29
29
  "devDependencies": {
30
- "@walkeros/collector": "4.2.0-next-1780577792479",
31
- "@walkeros/core": "4.2.0-next-1780577792479"
30
+ "@walkeros/collector": "4.2.0-next-1780690800063",
31
+ "@walkeros/core": "4.2.0-next-1780690800063"
32
32
  },
33
33
  "repository": {
34
34
  "url": "git+https://github.com/elbwalker/walkerOS.git",
@@ -52,6 +52,6 @@
52
52
  }
53
53
  ],
54
54
  "dependencies": {
55
- "@walkeros/core": "4.2.0-next-1780577792479"
55
+ "@walkeros/core": "4.2.0-next-1780690800063"
56
56
  }
57
57
  }