@things-factory/api 4.3.179 → 4.3.190
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.
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { html, css, LitElement } from 'lit'
|
|
2
|
-
import { PageView } from '@things-factory/shell'
|
|
3
|
-
|
|
4
1
|
import '../components/api-tester'
|
|
5
2
|
import '../components/api-list'
|
|
6
3
|
|
|
4
|
+
import { css, html } from 'lit'
|
|
5
|
+
|
|
6
|
+
import { PageView } from '@things-factory/shell'
|
|
7
|
+
|
|
7
8
|
export class APIPageTemplate extends PageView {
|
|
8
9
|
static get styles() {
|
|
9
10
|
return [
|
|
@@ -149,7 +150,6 @@ export class APIPageTemplate extends PageView {
|
|
|
149
150
|
<select @change=${e => this.requestUpdate()} version id="version">
|
|
150
151
|
<option value="unstable">unstable</option>
|
|
151
152
|
<option value="1">1</option>
|
|
152
|
-
<option value="2">2</option>
|
|
153
153
|
</select>
|
|
154
154
|
</div>
|
|
155
155
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/api",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.190",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"swagger-jsdoc": "^5.0.0",
|
|
31
31
|
"yamljs": "^0.3.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "9fc85f3d95eeddd2191d156d99fc77bcc81b5071"
|
|
34
34
|
}
|