zudello-execute-local 1.1.8 → 1.1.9
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 +11 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Integration Local
|
|
2
|
+
|
|
3
|
+
## Update Flow
|
|
4
|
+
- Increment patch no. in package.json
|
|
5
|
+
- Commit and push changes
|
|
6
|
+
- Run: `npm publish`
|
|
7
|
+
|
|
8
|
+
**NOTE:** Users will need to run the following to update their global install:
|
|
9
|
+
```
|
|
10
|
+
npm install -g zudello-execute-local@latest
|
|
11
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zudello-execute-local",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Zudello Execute tool for local runs",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"performance-now": "^2.1.0",
|
|
21
21
|
"vm2": "^3.9.19",
|
|
22
22
|
"yargs": "^17.7.2",
|
|
23
|
-
"zudello-integration-sdk": "^1.0.
|
|
23
|
+
"zudello-integration-sdk": "^1.0.54"
|
|
24
24
|
}
|
|
25
25
|
}
|