@insure-os/client 0.0.72 → 0.0.73
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/bundle-sizes.json +11 -11
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +45 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@insure-os/client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.73",
|
|
4
4
|
"description": "InsureOS JavaScript client library for quote flow integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -51,6 +51,49 @@
|
|
|
51
51
|
"bugs": {
|
|
52
52
|
"url": "https://github.com/insure-os/insureos/issues"
|
|
53
53
|
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@aws-sdk/client-s3": "^3.901.0",
|
|
56
|
+
"@babel/core": "^7.28.0",
|
|
57
|
+
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
58
|
+
"@babel/preset-env": "^7.28.0",
|
|
59
|
+
"@preact/compat": "^18.3.1",
|
|
60
|
+
"@preact/preset-vite": "^2.10.2",
|
|
61
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
62
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
63
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
64
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
65
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
66
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
67
|
+
"@rollup/plugin-typescript": "^12.1.4",
|
|
68
|
+
"@tailwindcss/cli": "^4.1.5",
|
|
69
|
+
"@types/luxon": "^3.7.1",
|
|
70
|
+
"@types/node": "^22.13.5",
|
|
71
|
+
"@vitest/ui": "^2.1.8",
|
|
72
|
+
"concurrently": "^9.0.1",
|
|
73
|
+
"dotenv": "^17.2.3",
|
|
74
|
+
"eslint": "^9.30.0",
|
|
75
|
+
"jsdom": "^25.0.1",
|
|
76
|
+
"rollup": "^4.45.1",
|
|
77
|
+
"rollup-plugin-bundle-size": "^1.0.3",
|
|
78
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
79
|
+
"tsc-alias": "^1.8.16",
|
|
80
|
+
"typescript": "5.8.2",
|
|
81
|
+
"vite": "^7.0.6",
|
|
82
|
+
"vitest": "^2.1.8",
|
|
83
|
+
"@insure-os/conditions": "0.0.1",
|
|
84
|
+
"@insure-os/types": "0.0.1",
|
|
85
|
+
"@insure-os/typescript-config": "0.0.0",
|
|
86
|
+
"@insure-os/eslint-config": "0.0.0",
|
|
87
|
+
"@insure-os/tailwind-config": "0.0.0"
|
|
88
|
+
},
|
|
89
|
+
"dependencies": {
|
|
90
|
+
"@sentry/browser": "^10.17.0",
|
|
91
|
+
"classnames": "^2.5.1",
|
|
92
|
+
"csstype": "^3.1.3",
|
|
93
|
+
"luxon": "^3.7.1",
|
|
94
|
+
"preact": "^10.27.0",
|
|
95
|
+
"react-hook-form": "^7.61.1"
|
|
96
|
+
},
|
|
54
97
|
"scripts": {
|
|
55
98
|
"build": "rollup -c",
|
|
56
99
|
"build:prod": "NODE_ENV=production rollup -c",
|
|
@@ -85,53 +128,9 @@
|
|
|
85
128
|
"publish:cdn": "node scripts/publish-to-cdn.js",
|
|
86
129
|
"publish:npm": "npm publish",
|
|
87
130
|
"publish:npm:dry": "npm publish --dry-run",
|
|
88
|
-
"prepublishOnly": "npm run build:prod",
|
|
89
131
|
"release:cdn": "npm run build:prod && npm run publish:cdn",
|
|
90
132
|
"release:npm": "npm run build:prod && npm run publish:npm",
|
|
91
133
|
"release:all": "npm run build:prod && npm run publish:cdn && npm run publish:npm",
|
|
92
134
|
"release": "npm version patch && npm run release:all"
|
|
93
|
-
},
|
|
94
|
-
"devDependencies": {
|
|
95
|
-
"@aws-sdk/client-s3": "^3.901.0",
|
|
96
|
-
"@babel/core": "^7.28.0",
|
|
97
|
-
"@babel/plugin-transform-react-jsx": "^7.27.1",
|
|
98
|
-
"@babel/preset-env": "^7.28.0",
|
|
99
|
-
"@insure-os/conditions": "workspace:*",
|
|
100
|
-
"@insure-os/eslint-config": "workspace:*",
|
|
101
|
-
"@insure-os/tailwind-config": "workspace:*",
|
|
102
|
-
"@insure-os/types": "workspace:*",
|
|
103
|
-
"@insure-os/typescript-config": "workspace:*",
|
|
104
|
-
"@preact/compat": "^18.3.1",
|
|
105
|
-
"@preact/preset-vite": "^2.10.2",
|
|
106
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
107
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
108
|
-
"@rollup/plugin-commonjs": "^28.0.6",
|
|
109
|
-
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
110
|
-
"@rollup/plugin-replace": "^6.0.2",
|
|
111
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
112
|
-
"@rollup/plugin-typescript": "^12.1.4",
|
|
113
|
-
"@tailwindcss/cli": "^4.1.5",
|
|
114
|
-
"@types/luxon": "^3.7.1",
|
|
115
|
-
"@types/node": "^22.13.5",
|
|
116
|
-
"@vitest/ui": "^2.1.8",
|
|
117
|
-
"concurrently": "^9.0.1",
|
|
118
|
-
"dotenv": "^17.2.3",
|
|
119
|
-
"eslint": "^9.30.0",
|
|
120
|
-
"jsdom": "^25.0.1",
|
|
121
|
-
"rollup": "^4.45.1",
|
|
122
|
-
"rollup-plugin-bundle-size": "^1.0.3",
|
|
123
|
-
"rollup-plugin-dts": "^6.2.1",
|
|
124
|
-
"tsc-alias": "^1.8.16",
|
|
125
|
-
"typescript": "5.8.2",
|
|
126
|
-
"vite": "^7.0.6",
|
|
127
|
-
"vitest": "^2.1.8"
|
|
128
|
-
},
|
|
129
|
-
"dependencies": {
|
|
130
|
-
"@sentry/browser": "^10.17.0",
|
|
131
|
-
"classnames": "^2.5.1",
|
|
132
|
-
"csstype": "^3.1.3",
|
|
133
|
-
"luxon": "^3.7.1",
|
|
134
|
-
"preact": "^10.27.0",
|
|
135
|
-
"react-hook-form": "^7.61.1"
|
|
136
135
|
}
|
|
137
|
-
}
|
|
136
|
+
}
|