@risk-labs/serverless-orchestration 1.0.7-alpha.0 → 1.1.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 +2 -2
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ The two serverless orchestration scripts are:
|
|
|
12
12
|
|
|
13
13
|
### Run tests 🦾
|
|
14
14
|
|
|
15
|
-
To run tests, you'll need to start
|
|
15
|
+
To run tests, you'll need to start a local hardhat node on port 9545:
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
|
|
18
|
+
npx hardhat node --port 9545
|
|
19
19
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@risk-labs/serverless-orchestration",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Serverless orchestration scripts to run a parallel instances of scripts or bots",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20"
|
|
@@ -18,8 +18,6 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"chai": "^4.2.0",
|
|
21
|
-
"ganache-cli": "^6.12.2",
|
|
22
|
-
"ganache-core": "^2.13.2",
|
|
23
21
|
"hardhat": "^2.28.6",
|
|
24
22
|
"mocha": "^8.1.2",
|
|
25
23
|
"sinon": "^17.0.1",
|