@a2ui-sdk/types 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.
@@ -1,7 +1,7 @@
1
1
  /**
2
- * A2UI React Renderer - Type Definitions
2
+ * A2UI SDK - Type Definitions
3
3
  *
4
- * Core type definitions for the A2UI React renderer.
4
+ * Core type definitions for the A2UI SDK.
5
5
  * Based on the A2UI specification documents.
6
6
  */
7
7
  /**
package/dist/0.8/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * A2UI React Renderer - Type Definitions
2
+ * A2UI SDK - Type Definitions
3
3
  *
4
- * Core type definitions for the A2UI React renderer.
4
+ * Core type definitions for the A2UI SDK.
5
5
  * Based on the A2UI specification documents.
6
6
  */
7
7
  export {};
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a2ui-sdk/types",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A2UI types",
5
- "homepage": "https://easyops-cn.github.io/a2ui-sdk/",
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",