@open-xchange/rolldown-plugin-i18next-gettext 1.4.0 → 1.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## `1.4.1` – 2026-Sep-13
4
+
5
+ - chore: migrate to gitlab.com
6
+
3
7
  ## `1.4.0` – 2026-Aug-07
4
8
 
5
9
  - removed: deprecated option `potFiles`
package/dist/index.d.mts CHANGED
@@ -3,7 +3,7 @@ import { Plugin } from "rolldown";
3
3
  /**
4
4
  * Configuration options for the plugin '@open-xchange/rolldown-plugin-i18next-gettext'.
5
5
  */
6
- interface PluginI18nextGettextOptions {
6
+ export interface PluginI18nextGettextOptions {
7
7
  /**
8
8
  * Glob pattern(s) for all PO files to be converted when imported in source
9
9
  * code.
@@ -38,7 +38,7 @@ interface PluginI18nextGettextOptions {
38
38
  /**
39
39
  * Identifier of this plugin.
40
40
  */
41
- declare const PROJECT_NAME = "@open-xchange/rolldown-plugin-i18next-gettext";
41
+ export declare const PROJECT_NAME = "@open-xchange/rolldown-plugin-i18next-gettext";
42
42
  /**
43
43
  * Rolldown plugin for using i18next with gettext `.po` files under the hood.
44
44
  *
@@ -48,7 +48,6 @@ declare const PROJECT_NAME = "@open-xchange/rolldown-plugin-i18next-gettext";
48
48
  * @returns
49
49
  * The rolldown plugin object.
50
50
  */
51
- declare function pluginI18nextGettext(options: PluginI18nextGettextOptions): Plugin;
51
+ export default function pluginI18nextGettext(options: PluginI18nextGettextOptions): Plugin;
52
52
  //#endregion
53
- export { PROJECT_NAME, PluginI18nextGettextOptions, pluginI18nextGettext as default };
54
53
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;UAWiB;;;;;;;;EASf;;;;;;;;EASA;;;;;;;;;EAUA;;;;;EAMA;;;;;cAQW;;;;;;;;;;iBAaW,qBAAqB,SAAS,8BAA8B"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;iBAWiB;;;;;;;;EASf;;;;;;;;EASA;;;;;;;;;EAUA;;;;;EAMA;;;;;qBAQW;;;;;;;;;;wBAaW,qBAAqB,SAAS,8BAA8B"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@open-xchange/rolldown-plugin-i18next-gettext",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Rolldown integration of i18next using gettext PO files",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://gitlab.open-xchange.com/fspd/commons/plugins.git",
7
+ "url": "git+https://gitlab.com/openxchange/appsuite/documents/commons/plugins.git",
8
8
  "directory": "packages/rolldown-plugin-i18next-gettext"
9
9
  },
10
10
  "license": "MIT",
@@ -27,20 +27,18 @@
27
27
  "CHANGELOG.*"
28
28
  ],
29
29
  "dependencies": {
30
- "@open-xchange/rolldown-utils": "^1.2.0",
31
- "@open-xchange/i18next-po-parser": "^1.5.0"
30
+ "@open-xchange/i18next-po-parser": "^1.5.1",
31
+ "@open-xchange/rolldown-utils": "^1.2.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@vitest/coverage-v8": "^4.1.10",
35
- "i18next": "^26.3.6",
36
- "rolldown": "^1.2.2",
37
- "tsdown": "^0.22.14",
38
- "vitest": "^4.1.10",
39
- "@open-xchange/rolldown-plugin-dynamic-import-vars": "^1.2.0",
40
- "@open-xchange/tsconfig": "^0.1.0",
41
- "@open-xchange/vitest-plugin-extended": "^1.7.0",
42
- "@open-xchange/linter-presets": "^1.29.1",
43
- "@open-xchange/vitest-plugin-utils": "^1.2.0"
34
+ "@open-xchange/bundler-testutils": "^1.6.0",
35
+ "@open-xchange/linter-presets": "^1.30.4",
36
+ "@open-xchange/rolldown-plugin-dynamic-import-vars": "^1.3.1",
37
+ "@open-xchange/tsconfig": "^0.2.3",
38
+ "i18next": "^26.4.2",
39
+ "rolldown": "^1.2.7",
40
+ "tsdown": "^0.23.0",
41
+ "vitest": "^5.0.0"
44
42
  },
45
43
  "peerDependencies": {
46
44
  "rolldown": "*",