@darkwheel/pptb-solution-explorer 0.2.1 → 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/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darkwheel/pptb-solution-explorer",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"displayName": "Solution Explorer",
|
|
5
5
|
"description": "A comprehensive tool to explore and manage Dataverse solutions with detailed metadata for administrators",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"iconUrl": "https://raw.githubusercontent.com/darkwheel/pptb-solutionExplorer/refs/heads/main/icon.png",
|
|
30
30
|
"readmeUrl": "https://raw.githubusercontent.com/darkwheel/pptb-solutionExplorer/refs/heads/main/README.md"
|
|
31
31
|
},
|
|
32
|
-
"features": {},
|
|
33
32
|
"scripts": {
|
|
34
33
|
"build": "tsc && npm run copy-html && npm run copy-css",
|
|
35
34
|
"copy-html": "shx cp src/index.html dist/",
|