@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 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). Any contributions follow the same terms.
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
@@ -2456,7 +2456,7 @@ async function getMockToken(kind) {
2456
2456
  * environments where the constant is not defined.
2457
2457
  */
2458
2458
  function getInspectorVersion() {
2459
- return "0.2.0";
2459
+ return "0.2.2";
2460
2460
  }
2461
2461
 
2462
2462
  //#endregion
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ucan-wg/inspector",
3
3
  "type": "module",
4
- "version": "0.2.0",
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": "(MIT OR Apache-2.0)",
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.10",
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",