@wetransform/core 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.mts +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -62,4 +62,4 @@ type SupportedLocales = 'en' | 'fr';
|
|
|
62
62
|
//#region src/index.d.ts
|
|
63
63
|
declare function createWeTransform(config: WeTransformConfig): WeTransformInstance;
|
|
64
64
|
//#endregion
|
|
65
|
-
export { type WeTransformAuthenticationConfig, type WeTransformConfig, type WeTransformEventMap, type WeTransformInstance, createWeTransform };
|
|
65
|
+
export { type SupportedLocales, type WeTransformAuthenticationConfig, type WeTransformConfig, type WeTransformEventMap, type WeTransformInstance, createWeTransform };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wetransform/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^24.12.0",
|
|
21
|
-
"jsdom": "^29.0.
|
|
21
|
+
"jsdom": "^29.0.2",
|
|
22
22
|
"typescript": "^6.0.2",
|
|
23
|
-
"vite": "npm:@voidzero-dev/vite-plus-core@
|
|
23
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.16",
|
|
24
24
|
"vite-plugin-css-injected-by-js": "^4.0.1",
|
|
25
|
-
"vite-plus": "^0.1.
|
|
26
|
-
"vitest": "npm:@voidzero-dev/vite-plus-test@
|
|
25
|
+
"vite-plus": "^0.1.16",
|
|
26
|
+
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "VITE_MODE=production vp pack",
|