@walkeros/server-store-gcs 3.0.0-next-1773236214827 → 3.0.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 +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@ built-in auth (ADC on Cloud Run / service account JWT elsewhere).
9
9
 
10
10
  ```json
11
11
  {
12
- "version": 1,
12
+ "version": 3,
13
13
  "flows": {
14
14
  "default": {
15
15
  "server": {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-store-gcs",
3
3
  "description": "Google Cloud Storage for walkerOS server flows",
4
- "version": "3.0.0-next-1773236214827",
4
+ "version": "3.0.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -31,10 +31,10 @@
31
31
  "update": "npx npm-check-updates -u && npm update"
32
32
  },
33
33
  "peerDependencies": {
34
- "@walkeros/core": "3.0.0-next-1773236214827"
34
+ "@walkeros/core": "^3.0.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@walkeros/core": "3.0.0-next-1773236214827"
37
+ "@walkeros/core": "^3.0.0"
38
38
  },
39
39
  "repository": {
40
40
  "url": "git+https://github.com/elbwalker/walkerOS.git",