@walkeros/server-core 4.3.0-next-1781171238534 → 4.3.0-next-1783413963899

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 +14 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,11 +1,23 @@
1
1
  # @walkeros/server-core
2
2
 
3
- ## 4.3.0-next-1781171238534
3
+ ## 4.3.0-next-1783413963899
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e01036e]
8
+ - Updated dependencies [e01036e]
9
+ - @walkeros/core@4.3.0-next-1783413963899
10
+
11
+ ## 4.2.1
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - Updated dependencies [5cbcd23]
8
- - @walkeros/core@4.3.0-next-1781171238534
16
+ - Updated dependencies [31c6858]
17
+ - Updated dependencies [d1b41ca]
18
+ - Updated dependencies [0a8a08b]
19
+ - Updated dependencies [8afb7cc]
20
+ - @walkeros/core@4.2.1
9
21
 
10
22
  ## 4.2.0
11
23
 
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.3.0-next-1781171238534",
4
+ "version": "4.3.0-next-1783413963899",
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.3.0-next-1781171238534",
31
- "@walkeros/core": "4.3.0-next-1781171238534"
30
+ "@walkeros/collector": "4.3.0-next-1783413963899",
31
+ "@walkeros/core": "4.3.0-next-1783413963899"
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.3.0-next-1781171238534"
55
+ "@walkeros/core": "4.3.0-next-1783413963899"
56
56
  }
57
57
  }