@powerlines/plugin-i18next 0.1.132 → 0.1.134
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 +4 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-i18next",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.134",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use i18next for internationalization.",
|
|
6
6
|
"repository": {
|
|
@@ -70,20 +70,6 @@
|
|
|
70
70
|
"default": "./dist/types/index.mjs"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"./types/*": {
|
|
74
|
-
"require": {
|
|
75
|
-
"types": "./dist/types/*.d.cts",
|
|
76
|
-
"default": "./dist/types/*.cjs"
|
|
77
|
-
},
|
|
78
|
-
"import": {
|
|
79
|
-
"types": "./dist/types/*.d.mts",
|
|
80
|
-
"default": "./dist/types/*.mjs"
|
|
81
|
-
},
|
|
82
|
-
"default": {
|
|
83
|
-
"types": "./dist/types/*.d.mts",
|
|
84
|
-
"default": "./dist/types/*.mjs"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
73
|
"./types/i18n": {
|
|
88
74
|
"require": {
|
|
89
75
|
"types": "./dist/types/i18n.d.cts",
|
|
@@ -123,13 +109,13 @@
|
|
|
123
109
|
"defu": "^6.1.4",
|
|
124
110
|
"i18next-cli": "^1.38.2",
|
|
125
111
|
"i18next-resources-for-ts": "^2.0.0",
|
|
126
|
-
"powerlines": "^0.38.
|
|
112
|
+
"powerlines": "^0.38.4"
|
|
127
113
|
},
|
|
128
114
|
"devDependencies": {
|
|
129
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
115
|
+
"@powerlines/plugin-plugin": "^0.12.188",
|
|
130
116
|
"@types/node": "^24.10.9"
|
|
131
117
|
},
|
|
132
118
|
"publishConfig": { "access": "public" },
|
|
133
119
|
"types": "./dist/index.d.cts",
|
|
134
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "6b0e05037adb26af85fec6f2aa30bcd3b1db4fe1"
|
|
135
121
|
}
|