@powerlines/plugin-i18next 0.1.484 → 0.1.486
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 +12 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-i18next",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.486",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to use i18next for internationalization.",
|
|
6
6
|
"keywords": ["i18next", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -104,19 +104,18 @@
|
|
|
104
104
|
"typings": "dist/index.d.mts",
|
|
105
105
|
"files": ["dist/**/*"],
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@stryke/fs": "
|
|
108
|
-
"@stryke/path": "
|
|
109
|
-
"@stryke/type-checks": "
|
|
110
|
-
"@stryke/types": "
|
|
111
|
-
"defu": "
|
|
112
|
-
"i18next-cli": "
|
|
113
|
-
"i18next-resources-for-ts": "
|
|
114
|
-
"powerlines": "
|
|
107
|
+
"@stryke/fs": "catalog:",
|
|
108
|
+
"@stryke/path": "catalog:",
|
|
109
|
+
"@stryke/type-checks": "catalog:",
|
|
110
|
+
"@stryke/types": "catalog:",
|
|
111
|
+
"defu": "catalog:",
|
|
112
|
+
"i18next-cli": "catalog:",
|
|
113
|
+
"i18next-resources-for-ts": "catalog:",
|
|
114
|
+
"powerlines": "workspace:*"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@powerlines/plugin-plugin": "
|
|
118
|
-
"@types/node": "
|
|
117
|
+
"@powerlines/plugin-plugin": "workspace:*",
|
|
118
|
+
"@types/node": "catalog:"
|
|
119
119
|
},
|
|
120
|
-
"publishConfig": { "access": "public" }
|
|
121
|
-
"gitHead": "3d69d66bdb43fcddc6181fc9dc979645c2f1cf1e"
|
|
120
|
+
"publishConfig": { "access": "public" }
|
|
122
121
|
}
|