@abw/badger 1.2.4 → 1.2.6

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -24,7 +24,7 @@ Install `badger` using your favourite package manager.
24
24
 
25
25
  ## Manual
26
26
 
27
- See the [website](https://abw.github.io/badger-js/) for documentation and
27
+ See the [website](https://badgerpower.com/badger-js/) for documentation and
28
28
  examples.
29
29
 
30
30
  ## Author
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abw/badger",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Component based framework and utility modules",
5
5
  "type": "module",
6
6
  "main": "dist/badger.cjs.js",
@@ -19,7 +19,7 @@
19
19
  "bin": {
20
20
  "badger-watch": "./dist/bin/watch.js"
21
21
  },
22
- "homepage": "https://abw.github.io/badger-js",
22
+ "homepage": "https://badgerpower.com/badger-js/",
23
23
  "repository": {
24
24
  "type": "git",
25
25
  "url": "git+https://github.com/abw/badger-js.git"
@@ -44,10 +44,10 @@
44
44
  "vitepress": "1.0.0-rc.44"
45
45
  },
46
46
  "dependencies": {
47
- "@abw/badger-codecs": "^1.0.3",
48
- "@abw/badger-filesystem": "^1.0.6",
49
- "@abw/badger-timestamp": "^1.0.5",
50
- "@abw/badger-utils": "^1.0.24",
47
+ "@abw/badger-codecs": "^1.2.0",
48
+ "@abw/badger-filesystem": "^1.2.2",
49
+ "@abw/badger-timestamp": "^1.2.1",
50
+ "@abw/badger-utils": "^1.2.4",
51
51
  "chokidar": "^3.5.3",
52
52
  "commander": "^11.1.0",
53
53
  "dotenv": "^16.3.1",