lite-questionnaire 1.0.3 → 1.0.4

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 +7 -0
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -376,5 +376,12 @@ lite-questionnaire/
376
376
  │ └── rating.ts # 评分滑块 + 表情渲染
377
377
  ├── design/
378
378
  │ └── questionnaire-openapi.yaml
379
+ ├── image/
380
+ ├── skills/
381
+ │ └── lite-questionnaire/
382
+ │ └── SKILL.md
383
+ ├── .gitignore
384
+ ├── LICENSE
385
+ ├── package.json
379
386
  └── README.md
380
387
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lite-questionnaire",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "轻量级交互式问卷工具 — 单选、多选、文本、确认、评分,带条件子问题和声明式校验",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -17,8 +17,12 @@
17
17
  "url": "git+https://github.com/yunwuhai/lite-questionnaire.git"
18
18
  },
19
19
  "pi": {
20
- "extensions": ["./index.ts"],
21
- "skills": ["./skills"],
20
+ "extensions": [
21
+ "./index.ts"
22
+ ],
23
+ "skills": [
24
+ "./skills"
25
+ ],
22
26
  "image": "https://raw.githubusercontent.com/yunwuhai/lite-questionnaire/main/image/logo.png"
23
27
  },
24
28
  "peerDependencies": {