@renatorodrigues/cacheiro-store-gcs 1.0.1 → 1.0.2
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@renatorodrigues/cacheiro-store-gcs`
|
|
2
2
|
|
|
3
|
-
Google Cloud Storage store for [`@renatorodrigues/cacheiro`](
|
|
3
|
+
Google Cloud Storage store for [`@renatorodrigues/cacheiro`](https://www.npmjs.com/package/@renatorodrigues/cacheiro). Stores NX task artifacts in a GCS bucket.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@renatorodrigues/cacheiro-store-gcs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Google Cloud Storage store implementation for @renatorodrigues/cacheiro",
|
|
5
5
|
"homepage": "https://github.com/rerodrigues/nx-remote-cache-server/tree/main/packages/cacheiro-store-gcs#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@google-cloud/storage": "^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@renatorodrigues/cacheiro-types": "1.
|
|
53
|
+
"@renatorodrigues/cacheiro-types": "1.1.0",
|
|
54
54
|
"@types/node": "^22",
|
|
55
55
|
"lint-staged": "^16.4.0",
|
|
56
56
|
"oxfmt": "^0.53.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"engines": {
|
|
62
62
|
"node": ">=22"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "755e81ede00256098c0ccfbaa1b7282c6600cf4f"
|
|
65
65
|
}
|