@a2ui-sdk/react 0.1.0 → 0.1.1
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/0.8/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A2UI React
|
|
2
|
+
* A2UI SDK for React - Public API
|
|
3
3
|
*
|
|
4
|
-
* This is the main entry point for the A2UI
|
|
4
|
+
* This is the main entry point for the A2UI SDK for React.
|
|
5
5
|
* Import from '@a2ui-sdk/react/0.8'
|
|
6
6
|
*
|
|
7
7
|
* @example
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a2ui-sdk/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A2UI SDK for React",
|
|
5
|
-
"homepage": "https://
|
|
5
|
+
"homepage": "https://a2ui-sdk.js.org/",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git@github.com:easyops-cn/a2ui-sdk.git",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"react-dom": "^19.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@a2ui-sdk/types": "0.1.
|
|
45
|
-
"@a2ui-sdk/utils": "0.1.
|
|
44
|
+
"@a2ui-sdk/types": "0.1.1",
|
|
45
|
+
"@a2ui-sdk/utils": "0.1.1",
|
|
46
46
|
"@testing-library/dom": "^10.4.1",
|
|
47
47
|
"@testing-library/jest-dom": "^6.9.1",
|
|
48
48
|
"@testing-library/react": "^16.3.1",
|