@linked365/pptb-bulk-data-studio 0.1.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/README.md +18 -0
- package/dist/assets/index-WUc5oT36.js +88 -0
- package/dist/index.html +14 -0
- package/index.html +12 -0
- package/npm-shrinkwrap.json +7321 -0
- package/package.json +45 -0
package/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Bulk Data Updater
|
|
2
|
+
|
|
3
|
+
Bulk Data updater
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
- ✅ React 18 with TypeScript
|
|
8
|
+
- ✅ Vite for fast development and building
|
|
9
|
+
- ✅ Access to ToolBox API via `window.toolboxAPI`
|
|
10
|
+
- ✅ Connection URL and access token handling
|
|
11
|
+
- ✅ Event subscription and handling
|
|
12
|
+
- ✅ Hot Module Replacement (HMR) for development
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## License
|
|
17
|
+
|
|
18
|
+
MIT
|