@linked365/pptb-bulk-data-studio 0.2.9 → 0.3.0
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/index.html
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linked365/pptb-bulk-data-studio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@linked365/pptb-bulk-data-studio",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.3.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@fluentui/react-components": "^9.72.9",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dom": "^18.3.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@pptb/types": "^1.0.
|
|
23
|
+
"@pptb/types": "^1.0.17",
|
|
24
24
|
"@types/react": "^18.3.12",
|
|
25
25
|
"@types/react-dom": "^18.3.1",
|
|
26
26
|
"@vitejs/plugin-react": "^4.3.4",
|
|
@@ -2442,9 +2442,9 @@
|
|
|
2442
2442
|
}
|
|
2443
2443
|
},
|
|
2444
2444
|
"node_modules/@pptb/types": {
|
|
2445
|
-
"version": "1.0.
|
|
2446
|
-
"resolved": "https://registry.npmjs.org/@pptb/types/-/types-1.0.
|
|
2447
|
-
"integrity": "sha512-
|
|
2445
|
+
"version": "1.0.17",
|
|
2446
|
+
"resolved": "https://registry.npmjs.org/@pptb/types/-/types-1.0.17.tgz",
|
|
2447
|
+
"integrity": "sha512-QKXhPijdftsVb8NGD7Ce46toqfqes4Sw63P07xEK/PzhEAAuTMrjZjcBDqnLlqIYggPzJUOv/fFnBZ/bEkNoRQ==",
|
|
2448
2448
|
"dev": true,
|
|
2449
2449
|
"license": "GPL-3.0"
|
|
2450
2450
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linked365/pptb-bulk-data-studio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"displayName": "Bulk Data Studio",
|
|
5
5
|
"description": "Bulk Data Studio is a Power Platform ToolBox tool that allows users to perform bulk data operations in Microsoft Dataverse environments.",
|
|
6
6
|
"main": "index.html",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"url": "https://github.com/LinkeD365"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"name": "
|
|
18
|
+
"name": "Rappen",
|
|
19
19
|
"url": "https://github.com/rappen"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"repository": "https://github.com/LinkeD365/BulkDataStudio",
|
|
24
24
|
"website": "https://linked365.blog",
|
|
25
25
|
"readmeUrl": "https://raw.githubusercontent.com/LinkeD365/BulkDataStudio/refs/heads/main/README.md",
|
|
26
|
-
"iconUrl": "https://raw.githubusercontent.com/LinkeD365/BulkDataStudio/refs/heads/main/smallIcon.png"
|
|
26
|
+
"iconUrl": "https://raw.githubusercontent.com/LinkeD365/BulkDataStudio/refs/heads/main/assets/smallIcon.png"
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react-dom": "^18.3.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@pptb/types": "^1.0.
|
|
54
|
+
"@pptb/types": "^1.0.17",
|
|
55
55
|
"@types/react": "^18.3.12",
|
|
56
56
|
"@types/react-dom": "^18.3.1",
|
|
57
57
|
"@vitejs/plugin-react": "^4.3.4",
|