@rock-js/config 0.8.13 → 0.9.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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rock-js/config
2
2
 
3
- Configuration utilities for Rock (Rock), including autolinking for packages with native code. This package is part of the Rock ecosystem.
3
+ Configuration utilities for Rock, including autolinking for packages with native code. This package is part of the Rock ecosystem.
4
4
 
5
5
  ## Documentation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/config",
3
- "version": "0.8.13",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "exports": {
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@babel/code-frame": "^7.26.2",
21
- "@rock-js/provider-github": "^0.8.13",
22
- "@rock-js/tools": "^0.8.13",
21
+ "@rock-js/provider-github": "^0.9.0",
22
+ "@rock-js/tools": "^0.9.0",
23
23
  "joi": "^17.13.3",
24
24
  "tslib": "^2.3.0"
25
25
  },
@@ -28,6 +28,6 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/babel__code-frame": "^7.0.6",
31
- "@rock-js/test-helpers": "^0.8.13"
31
+ "@rock-js/test-helpers": "^0.9.0"
32
32
  }
33
33
  }