@ucan-wg/inspector 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
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.1.2";
2459
+ return "0.1.3";
2460
2460
  }
2461
2461
 
2462
2462
  //#endregion
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@ucan-wg/inspector",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "UCAN Inspector, a webcomponent for inspecting UCAN tokens and containers",
6
- "author": "@cwaring",
6
+ "author": "Chris Waring (https://github.com/cwaring)",
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/cwaring/ucan-inspector#readme",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/cwaring/ucan-inspector"
11
+ "url": "git+https://github.com/cwaring/ucan-inspector.git"
12
12
  },
13
13
  "bugs": {
14
14
  "url": "https://github.com/cwaring/ucan-inspector/issues"