@walkeros/server-core 4.2.0-next-1780909874350 → 4.2.0-next-1780942291149

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 +4 -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-1780909874350
3
+ ## 4.2.0-next-1780942291149
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -20,7 +20,9 @@
20
20
  - Updated dependencies [6a72a32]
21
21
  - Updated dependencies [3eb2467]
22
22
  - Updated dependencies [7d8ebf9]
23
- - @walkeros/core@4.2.0-next-1780909874350
23
+ - Updated dependencies [f1c74e8]
24
+ - Updated dependencies [18c9469]
25
+ - @walkeros/core@4.2.0-next-1780942291149
24
26
 
25
27
  ## 4.1.2
26
28
 
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-1780909874350",
4
+ "version": "4.2.0-next-1780942291149",
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-1780909874350",
31
- "@walkeros/core": "4.2.0-next-1780909874350"
30
+ "@walkeros/collector": "4.2.0-next-1780942291149",
31
+ "@walkeros/core": "4.2.0-next-1780942291149"
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-1780909874350"
55
+ "@walkeros/core": "4.2.0-next-1780942291149"
56
56
  }
57
57
  }