@rock-js/provider-github 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 +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rock-js/provider-github
2
2
 
3
- GitHub Actions artifact storage provider for Rock (Rock). This package is part of the Rock ecosystem.
3
+ GitHub Actions artifact storage provider for Rock. 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/provider-github",
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": {
@@ -17,7 +17,7 @@
17
17
  "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
18
18
  },
19
19
  "dependencies": {
20
- "@rock-js/tools": "^0.8.13",
20
+ "@rock-js/tools": "^0.9.0",
21
21
  "ts-regex-builder": "^1.8.2",
22
22
  "tslib": "^2.3.0"
23
23
  },