@fastnear/repl 0.7.2 → 0.9.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.
@@ -1,3 +1,4 @@
1
+ v(mockTx)
1
2
  mockTx
2
3
  v(mockTx)
3
4
  mockTx
@@ -26,5 +27,4 @@ near.actions
26
27
  near
27
28
  v(mockTx)
28
29
  mockTx
29
- {"hi":"mike"}
30
- near.queryRpc['?'].getOwnPropertyNames(near.queryRpc)yRpc.?ueryRpcyRpc.''
30
+ {"hi":"mike"}yRpc['?'].getOwnPropertyNames(near.queryRpc)yRpc.?ueryRpcyRpc.''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastnear/repl",
3
- "version": "0.7.2",
3
+ "version": "0.9.0",
4
4
  "license": "MIT",
5
5
  "description": "Simple REPL to explore NEAR blockchain objects",
6
6
  "bin": "bin/repl.cjs",
@@ -11,7 +11,7 @@
11
11
  "clean": "yarn rimraf node_modules"
12
12
  },
13
13
  "dependencies": {
14
- "@fastnear/api": "0.7.2"
14
+ "@fastnear/api": "0.9.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "rimraf": "*"