Skip to content

Commit 9ea410c

Browse files
committed
fix: use latest witnet-radon-js version
1 parent b8e8ece commit 9ea410c

17 files changed

+311
-8339
lines changed

auto-imports.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
// noinspection JSUnusedGlobalSymbols
55
// Generated by unplugin-auto-import
66
export {}
7-
declare global {}
7+
declare global {
8+
9+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"vue-router": "^4.3.0",
108108
"vue-tsc": "^2.0.7",
109109
"vuex": "^4.1.0",
110-
"witnet-radon-js": "^0.11.0",
111-
"witnet-requests": "^0.9.12"
110+
"witnet-radon-js": "file:../witnet-radon-js",
111+
"witnet-requests": "file:../witnet-requests-js"
112112
}
113113
}

0 commit comments

Comments
 (0)