angular-intlayer 5.5.5 → 5.5.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Angular applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"./package.json"
|
|
57
57
|
],
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@intlayer/core": "5.5.
|
|
60
|
-
"@intlayer/
|
|
61
|
-
"@intlayer/
|
|
59
|
+
"@intlayer/core": "5.5.6",
|
|
60
|
+
"@intlayer/config": "5.5.6",
|
|
61
|
+
"@intlayer/chokidar": "5.5.6"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/node": "^22.13.10",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
80
80
|
"rxjs": "^6.0.0 || ^7.0.0",
|
|
81
|
-
"@intlayer/
|
|
82
|
-
"@intlayer/
|
|
83
|
-
"@intlayer/
|
|
81
|
+
"@intlayer/core": "5.5.6",
|
|
82
|
+
"@intlayer/chokidar": "5.5.6",
|
|
83
|
+
"@intlayer/config": "5.5.6"
|
|
84
84
|
},
|
|
85
85
|
"engines": {
|
|
86
86
|
"node": ">=14.18"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"intlayerMiddlewarePlugin.d.ts","sourceRoot":"","sources":["../../src/intlayerMiddlewarePlugin.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAW,MAAM,EAAE,MAAM,MAAM,CAAC;AA0B5C;;GAEG;AACH,eAAO,MAAM,wBAAwB,QAAO,MAiD3C,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { type PluginOption } from 'vite';
|
|
2
|
-
type PluginOptions = {};
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* A Vite plugin that integrates Intlayer configuration into the build process
|
|
6
|
-
*
|
|
7
|
-
* ```ts
|
|
8
|
-
* // Example usage of the plugin in a Vite configuration
|
|
9
|
-
* export default defineConfig({
|
|
10
|
-
* plugins: [ intlayerPlugin() ],
|
|
11
|
-
* });
|
|
12
|
-
* ```
|
|
13
|
-
* */
|
|
14
|
-
export declare const intlayerPlugin: (_pluginOptions?: PluginOptions) => PluginOption;
|
|
15
|
-
export {};
|
|
16
|
-
//# sourceMappingURL=intlayerPlugin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"intlayerPlugin.d.ts","sourceRoot":"","sources":["../../src/intlayerPlugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAGzC,KAAK,aAAa,GAAG,EAEpB,CAAC;AAEF;;;;;;;;;;MAUM;AACN,eAAO,MAAM,cAAc,GACzB,iBAAgB,aAAkB,KACjC,YA0DD,CAAC"}
|