@fastnear/repl 0.9.4 → 0.9.5

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
+ near.utils.publicKeyFromPrivate('ed25519:9cutZ9bYq6pP7MiMGponEiV42H4Wz2Rn4yC71JVuQRUKnnA4Y1YADJdDUcPSGeWWxCtXVmgMAqgpDVU3Vtwd4mJ')
1
2
  v(mockTx)
2
3
  mockTx
3
4
  v(mockTx)
@@ -26,5 +27,4 @@ near.actions.functionCall
26
27
  near.actions
27
28
  near
28
29
  v(mockTx)
29
- mockTx
30
- {"hi":"mike"}yRpc['?'].getOwnPropertyNames(near.queryRpc)yRpc.?ueryRpcyRpc.''
30
+ mockTx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastnear/repl",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "license": "MIT",
5
5
  "description": "Simple REPL to explore NEAR blockchain objects",
6
6
  "bin": "bin/repl.cjs",
@@ -23,7 +23,7 @@
23
23
  "clean": "yarn rimraf node_modules"
24
24
  },
25
25
  "dependencies": {
26
- "@fastnear/api": "0.9.4"
26
+ "@fastnear/api": "0.9.5"
27
27
  },
28
28
  "devDependencies": {
29
29
  "rimraf": "*"