@walkeros/server-core 4.1.3-next-1780071196115 → 4.2.0-next-1780387694663
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 +4 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/server-core
|
|
2
2
|
|
|
3
|
-
## 4.
|
|
3
|
+
## 4.2.0-next-1780387694663
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,8 +10,10 @@
|
|
|
10
10
|
util for its md5, sha256, and sha256_md5 forms. No behavior change for
|
|
11
11
|
existing SHA-256 callers.
|
|
12
12
|
- Updated dependencies [908d6f0]
|
|
13
|
+
- Updated dependencies [f4a9013]
|
|
14
|
+
- Updated dependencies [654ba38]
|
|
13
15
|
- Updated dependencies [3eb2467]
|
|
14
|
-
- @walkeros/core@4.
|
|
16
|
+
- @walkeros/core@4.2.0-next-1780387694663
|
|
15
17
|
|
|
16
18
|
## 4.1.2
|
|
17
19
|
|
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.
|
|
4
|
+
"version": "4.2.0-next-1780387694663",
|
|
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.
|
|
31
|
-
"@walkeros/core": "4.
|
|
30
|
+
"@walkeros/collector": "4.2.0-next-1780387694663",
|
|
31
|
+
"@walkeros/core": "4.2.0-next-1780387694663"
|
|
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.
|
|
55
|
+
"@walkeros/core": "4.2.0-next-1780387694663"
|
|
56
56
|
}
|
|
57
57
|
}
|