@tvsgroup/appointment-form 0.1.2 → 0.1.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.
- package/dist/appointment-form.es.js +3508 -3372
- package/dist/appointment-form.es.js.map +1 -1
- package/dist/chunks/{registerFn-BDHdRf3y.js → registerFn-DPTHR-dT.js} +2612 -2476
- package/dist/chunks/registerFn-DPTHR-dT.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/register.js +2 -2
- package/package.json +2 -2
- package/dist/chunks/registerFn-BDHdRf3y.js.map +0 -1
package/dist/index.js
CHANGED
package/dist/register.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tvsgroup/appointment-form",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "TVS Engineering appointment booking form as a <tvs-appointment-form> web component with a typed Vue wrapper",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"scripts": {
|
|
40
40
|
"dev": "vite",
|
|
41
41
|
"build": "vite build && vite build --config vite.lib.config.ts",
|
|
42
|
-
"prepublishOnly": "
|
|
42
|
+
"prepublishOnly": "bun run build",
|
|
43
43
|
"preview": "vite preview",
|
|
44
44
|
"test:unit": "vitest",
|
|
45
45
|
"e2e": "playwright test",
|