@plitzi/sdk-dev-tools 0.31.1 → 0.31.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/CHANGELOG.md +12 -0
- package/package.json +6 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @plitzi/sdk-dev-tools
|
|
2
2
|
|
|
3
|
+
## 0.31.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- v0.31.2
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @plitzi/nexus@0.31.2
|
|
10
|
+
- @plitzi/sdk-navigation@0.31.2
|
|
11
|
+
- @plitzi/sdk-schema@0.31.2
|
|
12
|
+
- @plitzi/sdk-shared@0.31.2
|
|
13
|
+
- @plitzi/sdk-style@0.31.2
|
|
14
|
+
|
|
3
15
|
## 0.31.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/sdk-dev-tools",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.2",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -46,18 +46,6 @@
|
|
|
46
46
|
"types": "./dist/components/DevToolsPanel/index.d.ts",
|
|
47
47
|
"import": "./dist/components/DevToolsPanel/index.mjs"
|
|
48
48
|
},
|
|
49
|
-
"./components/DevToolsPanel/tabs/DataSourceViewer": {
|
|
50
|
-
"types": "./dist/components/DevToolsPanel/tabs/DataSourceViewer/index.d.ts",
|
|
51
|
-
"import": "./dist/components/DevToolsPanel/tabs/DataSourceViewer/index.mjs"
|
|
52
|
-
},
|
|
53
|
-
"./components/DevToolsPanel/tabs/DataSourceViewer/DataSourceViewer": {
|
|
54
|
-
"types": "./dist/components/DevToolsPanel/tabs/DataSourceViewer/DataSourceViewer.d.ts",
|
|
55
|
-
"import": "./dist/components/DevToolsPanel/tabs/DataSourceViewer/DataSourceViewer.mjs"
|
|
56
|
-
},
|
|
57
|
-
"./components/DevToolsPanel/tabs/DataSourceViewer/index": {
|
|
58
|
-
"types": "./dist/components/DevToolsPanel/tabs/DataSourceViewer/index.d.ts",
|
|
59
|
-
"import": "./dist/components/DevToolsPanel/tabs/DataSourceViewer/index.mjs"
|
|
60
|
-
},
|
|
61
49
|
"./components/DevToolsPanel/tabs/ElementsViewer": {
|
|
62
50
|
"types": "./dist/components/DevToolsPanel/tabs/ElementsViewer/index.d.ts",
|
|
63
51
|
"import": "./dist/components/DevToolsPanel/tabs/ElementsViewer/index.mjs"
|
|
@@ -396,12 +384,12 @@
|
|
|
396
384
|
"react-dom": "^19"
|
|
397
385
|
},
|
|
398
386
|
"dependencies": {
|
|
399
|
-
"@plitzi/nexus": "0.31.
|
|
387
|
+
"@plitzi/nexus": "0.31.2",
|
|
400
388
|
"@plitzi/plitzi-ui": "^1.6.9",
|
|
401
|
-
"@plitzi/sdk-navigation": "0.31.
|
|
402
|
-
"@plitzi/sdk-schema": "0.31.
|
|
403
|
-
"@plitzi/sdk-shared": "0.31.
|
|
404
|
-
"@plitzi/sdk-style": "0.31.
|
|
389
|
+
"@plitzi/sdk-navigation": "0.31.2",
|
|
390
|
+
"@plitzi/sdk-schema": "0.31.2",
|
|
391
|
+
"@plitzi/sdk-shared": "0.31.2",
|
|
392
|
+
"@plitzi/sdk-style": "0.31.2",
|
|
405
393
|
"@uiw/react-json-view": "^2.0.0-alpha.43",
|
|
406
394
|
"clsx": "^2.1.1"
|
|
407
395
|
}
|