@gapi/gcli 1.8.154 → 1.8.156
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 +3 -3
- package/package.json +3 -3
- package/release/index.js +69745 -63495
package/README.md
CHANGED
|
@@ -92,8 +92,8 @@ example spec.json
|
|
|
92
92
|
"params": ["test", "proba"],
|
|
93
93
|
"config": "",
|
|
94
94
|
"secret": "",
|
|
95
|
-
"env": "
|
|
96
|
-
"method": "GET"
|
|
95
|
+
"env": "nodejs",
|
|
96
|
+
"method": ["GET"]
|
|
97
97
|
}
|
|
98
98
|
```
|
|
99
99
|
|
|
@@ -127,4 +127,4 @@ Can be set using secret variable called `GCLI_AUTH_TOKEN`
|
|
|
127
127
|
|
|
128
128
|
```
|
|
129
129
|
npx gcli login --ci --token ${{ secrets.GCLI_AUTH_TOKEN }} --key '' --url '' --uploadUrl ''
|
|
130
|
-
```
|
|
130
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gapi/gcli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.156",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/Stradivario/gapi.git"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/core": "^7.10.2",
|
|
37
|
-
"@rxdi/parcel-plugin-shebang": "^0.7.
|
|
37
|
+
"@rxdi/parcel-plugin-shebang": "^0.7.184",
|
|
38
38
|
"@types/jest": "^25.2.1",
|
|
39
39
|
"@types/js-yaml": "^4.0.3",
|
|
40
40
|
"@types/node": "^13.11.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"node-fetch": "^2.1.2",
|
|
61
61
|
"rxjs": "6.5.2",
|
|
62
62
|
"stream-to-buffer": "^0.1.0",
|
|
63
|
-
"@rxdi/compressor": "^0.7.
|
|
63
|
+
"@rxdi/compressor": "^0.7.184",
|
|
64
64
|
"dotenv-load": "^2.0.1",
|
|
65
65
|
"esbuild": "0.15.18"
|
|
66
66
|
},
|