@ucan-wg/inspector 0.2.1 → 0.2.3
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/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue from "vue";
|
|
2
2
|
import { InvocationPayload } from "iso-ucan/types";
|
|
3
3
|
|
|
4
4
|
//#region src/components/UcanInspector.d.ts
|
|
@@ -8,7 +8,7 @@ import { InvocationPayload } from "iso-ucan/types";
|
|
|
8
8
|
* @remarks
|
|
9
9
|
* Uses shadow DOM + bundled CSS.
|
|
10
10
|
*/
|
|
11
|
-
declare const UcanInspectorElement:
|
|
11
|
+
declare const UcanInspectorElement: vue.VueElementConstructor<any>;
|
|
12
12
|
/**
|
|
13
13
|
* Register the inspector as a custom element.
|
|
14
14
|
*
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ucan-wg/inspector",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.3",
|
|
5
5
|
"description": "UCAN Inspector, a webcomponent for inspecting UCAN tokens and containers",
|
|
6
6
|
"author": "Chris Waring (https://github.com/cwaring)",
|
|
7
7
|
"license": "MIT OR Apache-2.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"vue": "^3.5.
|
|
29
|
+
"vue": "^3.5.29"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ipld/dag-json": "^10.2.6",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"pako": "^2.1.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@antfu/eslint-config": "^7.
|
|
43
|
+
"@antfu/eslint-config": "^7.5.0",
|
|
44
44
|
"@antfu/ni": "^28.2.0",
|
|
45
|
-
"@types/node": "^25.0
|
|
45
|
+
"@types/node": "^25.3.0",
|
|
46
46
|
"@types/pako": "^2.0.4",
|
|
47
47
|
"@unocss/reset": "^66.6.0",
|
|
48
48
|
"ansis": "^4.2.0",
|
|
49
|
-
"bumpp": "^10.4.
|
|
49
|
+
"bumpp": "^10.4.1",
|
|
50
50
|
"chokidar": "^5.0.0",
|
|
51
|
-
"eslint": "^
|
|
51
|
+
"eslint": "^10.0.2",
|
|
52
52
|
"exsolve": "^1.0.8",
|
|
53
53
|
"lightningcss": "^1.31.1",
|
|
54
54
|
"lint-staged": "^16.2.7",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"simple-git-hooks": "^2.13.1",
|
|
57
57
|
"tinyexec": "^1.0.2",
|
|
58
58
|
"tinyglobby": "0.2.15",
|
|
59
|
-
"tsdown": "^0.20.
|
|
59
|
+
"tsdown": "^0.20.3",
|
|
60
60
|
"tsx": "^4.21.0",
|
|
61
61
|
"typescript": "^5.9.3",
|
|
62
62
|
"unocss": "^66.6.0",
|
|
63
63
|
"unplugin-vue": "^7.1.1",
|
|
64
64
|
"vite": "^7.3.1",
|
|
65
65
|
"vitest": "^4.0.18",
|
|
66
|
-
"vitest-package-exports": "^1.
|
|
67
|
-
"vue": "^3.5.
|
|
66
|
+
"vitest-package-exports": "^1.2.0",
|
|
67
|
+
"vue": "^3.5.29",
|
|
68
68
|
"yaml": "^2.8.2"
|
|
69
69
|
},
|
|
70
70
|
"simple-git-hooks": {
|