@walkeros/web-core 4.2.0-next-1780690800063 → 4.2.0-next-1780909874350

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 +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/web-core
2
2
 
3
- ## 4.2.0-next-1780690800063
3
+ ## 4.2.0-next-1780909874350
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -21,7 +21,8 @@
21
21
  - Updated dependencies [654ba38]
22
22
  - Updated dependencies [6a72a32]
23
23
  - Updated dependencies [3eb2467]
24
- - @walkeros/core@4.2.0-next-1780690800063
24
+ - Updated dependencies [7d8ebf9]
25
+ - @walkeros/core@4.2.0-next-1780909874350
25
26
 
26
27
  ## 4.1.2
27
28
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-core",
3
3
  "description": "Web-specific utilities for walkerOS",
4
- "version": "4.2.0-next-1780690800063",
4
+ "version": "4.2.0-next-1780909874350",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -27,7 +27,7 @@
27
27
  "update": "npx npm-check-updates -u && npm update"
28
28
  },
29
29
  "devDependencies": {
30
- "@walkeros/core": "4.2.0-next-1780690800063"
30
+ "@walkeros/core": "4.2.0-next-1780909874350"
31
31
  },
32
32
  "repository": {
33
33
  "url": "git+https://github.com/elbwalker/walkerOS.git",
@@ -51,6 +51,6 @@
51
51
  }
52
52
  ],
53
53
  "dependencies": {
54
- "@walkeros/core": "4.2.0-next-1780690800063"
54
+ "@walkeros/core": "4.2.0-next-1780909874350"
55
55
  }
56
56
  }