@wix/bookings_availability-calendar
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -5,3 +5,4 @@ { | ||
"main": "../build/cjs/context.js", | ||
"typings": "../build/cjs/context.d.ts" | ||
"typings": "../build/cjs/context.d.ts", | ||
"typesBundle": "../type-bundles/context.bundle.d.ts" | ||
} |
@@ -5,3 +5,4 @@ { | ||
"main": "../build/cjs/meta.js", | ||
"typings": "../build/cjs/meta.d.ts" | ||
"typings": "../build/cjs/meta.d.ts", | ||
"typesBundle": "../type-bundles/meta.bundle.d.ts" | ||
} |
{ | ||
"name": "@wix/bookings_availability-calendar", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"publishConfig": { | ||
@@ -12,2 +12,3 @@ "registry": "https://registry.npmjs.org/", | ||
"typings": "./build/cjs/index.d.ts", | ||
"typesBundle": "./type-bundles/index.bundle.d.ts", | ||
"files": [ | ||
@@ -17,3 +18,4 @@ "build", | ||
"meta", | ||
"context" | ||
"context", | ||
"type-bundles" | ||
], | ||
@@ -28,6 +30,9 @@ "dependencies": { | ||
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz", | ||
"glob": "^10.4.1", | ||
"rollup": "^4.18.0", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"typescript": "^5.3.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b tsconfig.json tsconfig.esm.json", | ||
"build": "tsc -b tsconfig.json tsconfig.esm.json && rollup --config config/rollup-config.js", | ||
"test": ":" | ||
@@ -45,3 +50,3 @@ }, | ||
}, | ||
"falconPackageHash": "febc0080427ea6843f089f151e25748aa49327ecbab1f43f7653cb5d" | ||
"falconPackageHash": "62e727e746ee5a6572ba2fc9be026338acf651bda91cf8cc3d89bd05" | ||
} |
236605
67
5320
5