@powerlines/plugin-i18next 0.1.77 → 0.1.78

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.
@@ -1,4 +1,4 @@
1
- const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
1
+ const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
2
  let __stryke_path_correct_path = require("@stryke/path/correct-path");
3
3
 
4
4
  //#region src/helpers/config-utils.ts
@@ -1,8 +1,8 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
3
- const require_is_set = require('../node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set.cjs');
4
- const require_is_set_object = require('../node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.cjs');
5
- const require_is_string = require('../node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-string.cjs');
2
+ const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
3
+ const require_is_set = require('./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set.cjs');
4
+ const require_is_set_object = require('./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.cjs');
5
+ const require_is_string = require('./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-string.cjs');
6
6
  const require_config_utils = require('./helpers/config-utils.cjs');
7
7
  let __stryke_fs_list_files = require("@stryke/fs/list-files");
8
8
  let __stryke_path_append = require("@stryke/path/append");
@@ -1,6 +1,6 @@
1
- import { Plugin } from "../powerlines/src/types/plugin.cjs";
2
- import { I18NextPluginContext, I18NextPluginOptions, I18NextPluginResolvedConfig, I18NextPluginUserConfig } from "../packages/plugin-i18next/src/types/plugin.cjs";
3
- import { Resource, ResourceContent } from "../packages/plugin-i18next/src/types/i18n.cjs";
1
+ import { Plugin } from "./powerlines/src/types/plugin.cjs";
2
+ import { I18NextPluginContext, I18NextPluginOptions, I18NextPluginResolvedConfig, I18NextPluginUserConfig } from "./types/plugin.cjs";
3
+ import { Resource, ResourceContent } from "./types/i18n.cjs";
4
4
 
5
5
  //#region src/index.d.ts
6
6
 
@@ -1,7 +1,7 @@
1
- import { Plugin } from "../packages/powerlines/src/types/plugin.mjs";
2
- import { I18NextPluginContext, I18NextPluginOptions, I18NextPluginResolvedConfig, I18NextPluginUserConfig } from "../packages/plugin-i18next/src/types/plugin.mjs";
3
- import { Resource, ResourceContent } from "../packages/plugin-i18next/src/types/i18n.mjs";
4
- import "../packages/plugin-i18next/src/types/index.mjs";
1
+ import { Plugin } from "./packages/powerlines/src/types/plugin.mjs";
2
+ import { I18NextPluginContext, I18NextPluginOptions, I18NextPluginResolvedConfig, I18NextPluginUserConfig } from "./types/plugin.mjs";
3
+ import { Resource, ResourceContent } from "./types/i18n.mjs";
4
+ import "./types/index.mjs";
5
5
 
6
6
  //#region src/index.d.ts
7
7
 
@@ -1,6 +1,6 @@
1
- import { isSet } from "../node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set.mjs";
2
- import { isSetObject } from "../node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.mjs";
3
- import { isString } from "../node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-string.mjs";
1
+ import { isSet } from "./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set.mjs";
2
+ import { isSetObject } from "./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-set-object.mjs";
3
+ import { isString } from "./node_modules/.pnpm/@stryke_type-checks@0.5.19/node_modules/@stryke/type-checks/dist/is-string.mjs";
4
4
  import { getOutputPath } from "./helpers/config-utils.mjs";
5
5
  import { listFiles } from "@stryke/fs/list-files";
6
6
  import { appendPath } from "@stryke/path/append";
@@ -1,8 +1,8 @@
1
- import { UserConfig } from "../../../powerlines/src/types/config.mjs";
2
- import { ResolvedConfig } from "../../../powerlines/src/types/resolved.mjs";
3
- import { PluginContext } from "../../../powerlines/src/types/context.mjs";
4
- import { I18nextToolkitConfig } from "i18next-cli";
1
+ import { UserConfig } from "../powerlines/src/types/config.cjs";
2
+ import { ResolvedConfig } from "../powerlines/src/types/resolved.cjs";
3
+ import { PluginContext } from "../powerlines/src/types/context.cjs";
5
4
  import { DeepPartial } from "@stryke/types/base";
5
+ import { I18nextToolkitConfig } from "i18next-cli";
6
6
 
7
7
  //#region src/types/plugin.d.ts
8
8
  type I18NextPluginOptions = DeepPartial<I18nextToolkitConfig>;
@@ -1,8 +1,8 @@
1
- import { UserConfig } from "../../../../powerlines/src/types/config.cjs";
2
- import { ResolvedConfig } from "../../../../powerlines/src/types/resolved.cjs";
3
- import { PluginContext } from "../../../../powerlines/src/types/context.cjs";
4
- import { DeepPartial } from "@stryke/types/base";
1
+ import { UserConfig } from "../packages/powerlines/src/types/config.mjs";
2
+ import { ResolvedConfig } from "../packages/powerlines/src/types/resolved.mjs";
3
+ import { PluginContext } from "../packages/powerlines/src/types/context.mjs";
5
4
  import { I18nextToolkitConfig } from "i18next-cli";
5
+ import { DeepPartial } from "@stryke/types/base";
6
6
 
7
7
  //#region src/types/plugin.d.ts
8
8
  type I18NextPluginOptions = DeepPartial<I18nextToolkitConfig>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-i18next",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use i18next for internationalization.",
6
6
  "repository": {
@@ -123,12 +123,12 @@
123
123
  "defu": "^6.1.4",
124
124
  "i18next-cli": "^1.36.1",
125
125
  "i18next-resources-for-ts": "^2.0.0",
126
- "powerlines": "^0.37.54"
126
+ "powerlines": "^0.37.55"
127
127
  },
128
128
  "devDependencies": {
129
- "@powerlines/plugin-plugin": "^0.12.132",
129
+ "@powerlines/plugin-plugin": "^0.12.133",
130
130
  "@types/node": "^24.10.9"
131
131
  },
132
132
  "publishConfig": { "access": "public" },
133
- "gitHead": "0030560b882e0e314b3085cc9607bc387e6bcba3"
133
+ "gitHead": "5c6a45da350207ae49328ff5a6330415e872a319"
134
134
  }
File without changes