@progressive-development/pd-wizard 1.0.1 → 1.0.3

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 (1) hide show
  1. package/package.json +24 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-wizard",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Webcomponent pd-wizard following open-wc recommendations",
5
5
  "author": "PD Progressive Development",
6
6
  "license": "MIT",
@@ -30,6 +30,27 @@
30
30
  "README.md",
31
31
  "LICENSE"
32
32
  ],
33
+ "dependencies": {
34
+ "lit": "^3.3.1",
35
+ "@lit/localize": "^0.12.2",
36
+ "tslib": "^2.8.1",
37
+ "@progressive-development/pd-content": "1.0.1",
38
+ "@progressive-development/pd-forms": "1.0.1",
39
+ "@progressive-development/pd-icon": "1.0.1",
40
+ "@progressive-development/pd-dialog": "1.0.1",
41
+ "@progressive-development/pd-order": "1.1.1",
42
+ "@progressive-development/pd-shared-styles": "0.3.2",
43
+ "@progressive-development/pd-utils": "1.0.0"
44
+ },
45
+ "customElements": "custom-elements.json",
46
+ "keywords": [
47
+ "pd",
48
+ "progressive",
49
+ "development",
50
+ "wizard",
51
+ "order",
52
+ "steps"
53
+ ],
33
54
  "scripts": {
34
55
  "analyze": "cem analyze --litelement --exclude dist,demo",
35
56
  "start": "vite",
@@ -43,31 +64,9 @@
43
64
  "test": "vitest run --coverage",
44
65
  "test:watch": "vitest --watch",
45
66
  "check": "pnpm run lint && pnpm run lint:lit && pnpm run build",
46
- "prepublishOnly": "pnpm run clean && pnpm run check",
47
67
  "localizeExtract": "lit-localize extract",
48
68
  "localizeBuild": "lit-localize build",
49
69
  "storybook": "storybook dev -p 6006",
50
70
  "build-storybook": "storybook build"
51
- },
52
- "dependencies": {
53
- "lit": "^3.3.1",
54
- "@lit/localize": "^0.12.2",
55
- "@progressive-development/pd-content": "workspace:*",
56
- "@progressive-development/pd-dialog": "workspace:*",
57
- "@progressive-development/pd-forms": "workspace:*",
58
- "@progressive-development/pd-icon": "workspace:*",
59
- "@progressive-development/pd-order": "workspace:*",
60
- "@progressive-development/pd-shared-styles": "workspace:*",
61
- "@progressive-development/pd-utils": "workspace:*",
62
- "tslib": "^2.8.1"
63
- },
64
- "customElements": "custom-elements.json",
65
- "keywords": [
66
- "pd",
67
- "progressive",
68
- "development",
69
- "wizard",
70
- "order",
71
- "steps"
72
- ]
73
- }
71
+ }
72
+ }