pcm-agents-react 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +32 -32
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # `pcm-agents-react`
2
-
3
- 组件文档地址
4
-
1
+ # `pcm-agents-react`
2
+
3
+ 组件文档地址
4
+
5
5
  packages\pcm-agents\docs\components
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
- {
2
- "name": "pcm-agents-react",
3
- "version": "0.1.1",
4
- "description": "React wrapper components for pcm-agents",
5
- "main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/types/index.d.ts",
8
- "files": [
9
- "dist/"
10
- ],
11
- "scripts": {
12
- "build": "npm run tsc",
13
- "tsc": "tsc -p . --outDir ./dist",
14
- "test": "node ./__tests__/react-library.test.js"
15
- },
16
- "dependencies": {
17
- "@stencil/react-output-target": "^0.8.2",
18
- "pcm-agents": "link:../pcm-agents"
19
- },
20
- "peerDependencies": {
21
- "react": "^17.0.0 || ^18.0.0",
22
- "react-dom": "^17.0.0 || ^18.0.0"
23
- },
24
- "devDependencies": {
25
- "@types/react": "^18.3.18",
26
- "react": "^18.3.1",
27
- "react-dom": "^18.3.1",
28
- "typescript": "^5.8.2"
29
- },
30
- "publishConfig": {
31
- "access": "public"
32
- }
1
+ {
2
+ "name": "pcm-agents-react",
3
+ "version": "0.1.2",
4
+ "description": "React wrapper components for pcm-agents",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.js",
7
+ "types": "dist/types/index.d.ts",
8
+ "files": [
9
+ "dist/"
10
+ ],
11
+ "scripts": {
12
+ "build": "npm run tsc",
13
+ "tsc": "tsc -p . --outDir ./dist",
14
+ "test": "node ./__tests__/react-library.test.js"
15
+ },
16
+ "dependencies": {
17
+ "@stencil/react-output-target": "^0.8.2",
18
+ "pcm-agents": "link:../pcm-agents"
19
+ },
20
+ "peerDependencies": {
21
+ "react": "^17.0.0 || ^18.0.0",
22
+ "react-dom": "^17.0.0 || ^18.0.0"
23
+ },
24
+ "devDependencies": {
25
+ "@types/react": "^18.3.18",
26
+ "react": "^18.3.1",
27
+ "react-dom": "^18.3.1",
28
+ "typescript": "^5.8.2"
29
+ },
30
+ "publishConfig": {
31
+ "access": "public"
32
+ }
33
33
  }