@ucan-wg/inspector 0.2.0 → 0.2.2
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -140,4 +140,4 @@ This repo includes a pnpm patch that adds an `iso-ucan` export for `iso-ucan/uti
|
|
|
140
140
|
|
|
141
141
|
## License
|
|
142
142
|
|
|
143
|
-
Dual-licensed under [MIT](./LICENSE-MIT) or [Apache-2.0](./LICENSE-APACHE) (your choice).
|
|
143
|
+
Dual-licensed under [MIT](./LICENSE-MIT) or [Apache-2.0](./LICENSE-APACHE) (your choice). Contributions follow the same terms.
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ucan-wg/inspector",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"description": "UCAN Inspector, a webcomponent for inspecting UCAN tokens and containers",
|
|
6
6
|
"author": "Chris Waring (https://github.com/cwaring)",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "MIT OR Apache-2.0",
|
|
8
8
|
"homepage": "https://github.com/cwaring/ucan-inspector#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@antfu/eslint-config": "^7.2.0",
|
|
44
44
|
"@antfu/ni": "^28.2.0",
|
|
45
|
-
"@types/node": "^25.0
|
|
45
|
+
"@types/node": "^25.2.0",
|
|
46
46
|
"@types/pako": "^2.0.4",
|
|
47
47
|
"@unocss/reset": "^66.6.0",
|
|
48
48
|
"ansis": "^4.2.0",
|