@invoice-sdk/widget 1.1.0 → 1.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/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -13
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,MAAM,OAAO,CAAA;AACzC,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../src/App.tsx","../src/index.
|
|
1
|
+
{"root":["../src/App.tsx","../src/index.tsx","../src/main.tsx","../src/vite-env.d.ts","../src/components/button.tsx","../src/components/layout.tsx","../src/components/wizard-progress.tsx","../src/components/payment/checkout.tsx","../src/components/payment/order-info.tsx","../src/components/payment/qr-payment.tsx","../src/components/register-form/custom-checkbox.tsx","../src/components/register-form/file-upload.tsx","../src/components/register-form/index.tsx","../src/components/register-form/input-field.tsx","../src/components/register-form/select-filed.tsx","../src/components/register-form/select-option.tsx","../src/components/register-form/select-provider.tsx","../src/components/select-plan/package-selector.tsx","../src/components/select-plan/search-field.tsx","../src/lib/constants/index.ts","../src/pages/payment.tsx","../src/pages/plan.tsx","../src/pages/register.tsx","../src/store/process.ts","../src/store/register.ts"],"version":"5.8.3"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"dependencies": {},
|
|
3
2
|
"devDependencies": {
|
|
4
3
|
"@eslint/js": "^9.25.0",
|
|
5
4
|
"@hookform/resolvers": "^5.0.1",
|
|
5
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
6
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
7
|
+
"@semantic-release/git": "^10.0.1",
|
|
8
|
+
"@semantic-release/npm": "^12.0.1",
|
|
9
|
+
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
6
10
|
"@tailwindcss/vite": "^4.1.8",
|
|
11
|
+
"@types/node": "^22.15.29",
|
|
7
12
|
"@types/react": "^19.1.2",
|
|
8
13
|
"@types/react-dom": "^19.1.2",
|
|
9
14
|
"@vitejs/plugin-react": "^4.4.1",
|
|
@@ -12,17 +17,17 @@
|
|
|
12
17
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
13
18
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
14
19
|
"globals": "^16.0.0",
|
|
20
|
+
"semantic-release": "^24.2.4",
|
|
15
21
|
"tailwindcss": "^4.1.8",
|
|
16
22
|
"typescript": "~5.8.3",
|
|
17
23
|
"typescript-eslint": "^8.30.1",
|
|
18
24
|
"vite": "^6.3.5",
|
|
19
25
|
"vite-tsconfig-paths": "^5.1.4",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"semantic-release": "^24.2.4"
|
|
26
|
+
"react": "^19.1.0",
|
|
27
|
+
"react-dom": "^19.1.0",
|
|
28
|
+
"react-hook-form": "^7.56.4",
|
|
29
|
+
"zod": "^3.25.42",
|
|
30
|
+
"zustand": "^5.0.5"
|
|
26
31
|
},
|
|
27
32
|
"exports": {
|
|
28
33
|
".": {
|
|
@@ -38,11 +43,8 @@
|
|
|
38
43
|
"module": "dist/index.es.js",
|
|
39
44
|
"name": "@invoice-sdk/widget",
|
|
40
45
|
"peerDependencies": {
|
|
41
|
-
"react": "^
|
|
42
|
-
"react-dom": "^
|
|
43
|
-
"react-hook-form": "^7.56.4",
|
|
44
|
-
"zod": "^3.25.42",
|
|
45
|
-
"zustand": "^5.0.5"
|
|
46
|
+
"react": "^18.0.0",
|
|
47
|
+
"react-dom": "^18.0.0"
|
|
46
48
|
},
|
|
47
49
|
"publishConfig": {
|
|
48
50
|
"access": "public"
|
|
@@ -56,5 +58,5 @@
|
|
|
56
58
|
},
|
|
57
59
|
"type": "module",
|
|
58
60
|
"types": "dist/index.d.ts",
|
|
59
|
-
"version": "1.1.
|
|
61
|
+
"version": "1.1.1"
|
|
60
62
|
}
|