@powerlines/plugin-i18next 0.1.406 → 0.1.416

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,3 @@
1
- const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
2
1
  let _stryke_path_correct_path = require("@stryke/path/correct-path");
3
2
 
4
3
  //#region src/helpers/config-utils.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-i18next",
3
- "version": "0.1.406",
3
+ "version": "0.1.416",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to use i18next for internationalization.",
6
6
  "keywords": ["i18next", "powerlines", "storm-software", "powerlines-plugin"],
@@ -68,12 +68,12 @@
68
68
  "defu": "^6.1.7",
69
69
  "i18next-cli": "^1.58.0",
70
70
  "i18next-resources-for-ts": "^2.1.0",
71
- "powerlines": "^0.47.48"
71
+ "powerlines": "^0.47.58"
72
72
  },
73
73
  "devDependencies": {
74
- "@powerlines/plugin-plugin": "^0.12.460",
75
- "@types/node": "^25.9.0"
74
+ "@powerlines/plugin-plugin": "^0.12.470",
75
+ "@types/node": "^25.9.1"
76
76
  },
77
77
  "publishConfig": { "access": "public" },
78
- "gitHead": "9bf77f434050d8a5191459afa5254d93b8a2081c"
78
+ "gitHead": "63c6c22ee9f8ceb3fb4302204d8e6079bbd98b6c"
79
79
  }