@walkeros/web-core 0.4.2 → 0.5.1-next.0

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/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="left">
2
- <a href="https://elbwalker.com">
3
- <img title="elbwalker" src="https://www.elbwalker.com/img/elbwalker_logo.png" width="256px"/>
2
+ <a href="https://www.walkeros.io">
3
+ <img title="elbwalker" src="https://www.walkeros.io/img/elbwalker_logo.png" width="256px"/>
4
4
  </a>
5
5
  </p>
6
6
 
@@ -315,7 +315,7 @@ type StorageType = 'localStorage' | 'sessionStorage' | 'cookie';
315
315
  ---
316
316
 
317
317
  For platform-agnostic utilities, see
318
- [Core Utilities](https://www.elbwalker.com/docs/core).
318
+ [Core Utilities](https://www.walkeros.io/docs/core).
319
319
 
320
320
  ## Contribute
321
321
 
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": "0.4.2",
4
+ "version": "0.5.1-next.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "update": "npx npm-check-updates -u && npm update"
26
26
  },
27
27
  "dependencies": {
28
- "@walkeros/core": "0.4.2"
28
+ "@walkeros/core": "0.5.1-next.0"
29
29
  },
30
30
  "repository": {
31
31
  "url": "git+https://github.com/elbwalker/walkerOS.git",