@heroku/skynet 1.9.6 → 1.10.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.
- package/README.md +1 -1
- package/lib/skynet.js +1 -1
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ In skynet-cli directory, use the following:
|
|
|
37
37
|
|
|
38
38
|
```
|
|
39
39
|
heroku plugins:link .
|
|
40
|
-
export SKYNET_HOST=https://
|
|
40
|
+
export SKYNET_HOST=https://skynet-staging.risk.herokai.com
|
|
41
41
|
cloud staging
|
|
42
42
|
heroku login # login to the staging cloud via the cli
|
|
43
43
|
heroku skynet:<cmd>
|
package/lib/skynet.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heroku/skynet",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "use Skynet from Heroku CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Bob Argenbright @byt3smith",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"/lib",
|
|
17
17
|
"/commands"
|
|
18
18
|
],
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=20",
|
|
21
|
+
"npm": ">=10"
|
|
22
|
+
},
|
|
19
23
|
"dependencies": {
|
|
20
24
|
"got": "^9.6.0",
|
|
21
25
|
"heroku-cli-util": "^6.2.8",
|