@testsmith/api-spector 0.5.2 → 0.5.4

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.
@@ -5,8 +5,8 @@
5
5
  <meta charset="UTF-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>API Spector</title>
8
- <script type="module" crossorigin src="./assets/index-C7kyUDAy.js"></script>
9
- <link rel="stylesheet" crossorigin href="./assets/index-DQQavtNF.css">
8
+ <script type="module" crossorigin src="./assets/index-DUMcaGlL.js"></script>
9
+ <link rel="stylesheet" crossorigin href="./assets/index-B4ozo7gn.css">
10
10
  </head>
11
11
 
12
12
  <body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@testsmith/api-spector",
3
3
  "productName": "API Spector",
4
- "version": "0.5.2",
4
+ "version": "0.5.4",
5
5
  "description": "Local-first API testing tool to inspect, test and mock APIs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -112,6 +112,14 @@
112
112
  "appId": "com.apispector.app",
113
113
  "productName": "API Spector",
114
114
  "icon": "build/icon.png",
115
+ "protocols": [
116
+ {
117
+ "name": "API Spector",
118
+ "schemes": [
119
+ "spector"
120
+ ]
121
+ }
122
+ ],
115
123
  "files": [
116
124
  "out/**/*"
117
125
  ],