@cyco77/pptb-plugin-documentation-generator 0.1.0 → 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.
- package/dist/assets/index-Crxuw8XJ.js +13 -0
- package/dist/index.html +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +7 -2
- package/dist/assets/index-D_uwVyf8.js +0 -13
package/dist/index.html
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyco77/pptb-plugin-documentation-generator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@cyco77/pptb-plugin-documentation-generator",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@fluentui/react-components": "^9.72.7",
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyco77/pptb-plugin-documentation-generator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"displayName": "Plugin Documentation Generator",
|
|
5
5
|
"description": "A Power Platform Tool Box tool to show plugin details and generate documentation.",
|
|
6
6
|
"main": "index.html",
|
|
7
7
|
"author": "Lars Hildebrandt",
|
|
8
|
+
"icon": "https://raw.githubusercontent.com/cyco77/pptb-plugin-documentation-generator/refs/heads/main/icon/plugin-documentation_logo.png",
|
|
8
9
|
"license": "MIT",
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|
|
@@ -30,7 +31,11 @@
|
|
|
30
31
|
"dev": "vite",
|
|
31
32
|
"watch": "vite build --watch",
|
|
32
33
|
"preview": "vite preview",
|
|
33
|
-
"finalize-package": "npm shrinkwrap"
|
|
34
|
+
"finalize-package": "npm shrinkwrap",
|
|
35
|
+
"release:patch": "npm version patch",
|
|
36
|
+
"release:minor": "npm version minor",
|
|
37
|
+
"release:major": "npm version major",
|
|
38
|
+
"release:publish": "npm publish"
|
|
34
39
|
},
|
|
35
40
|
"dependencies": {
|
|
36
41
|
"react": "^18.3.1",
|