@koine/i18n 2.0.0-beta.74 → 2.0.0-beta.75
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 +273 -9
package/package.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"name": "@koine/i18n",
|
|
3
3
|
"sideEffects": false,
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@koine/node": "2.0.0-beta.
|
|
6
|
-
"@koine/utils": "2.0.0-beta.
|
|
5
|
+
"@koine/node": "2.0.0-beta.75",
|
|
6
|
+
"@koine/utils": "2.0.0-beta.75",
|
|
7
7
|
"glob": "^10.3.10",
|
|
8
8
|
"webpack": "^5.90.1",
|
|
9
9
|
"minimatch": "^9.0.3",
|
|
@@ -29,34 +29,298 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
|
-
"./package.json": "./package.json",
|
|
33
32
|
".": {
|
|
34
33
|
"module": "./index.esm.js",
|
|
35
34
|
"import": "./index.cjs.mjs",
|
|
36
35
|
"default": "./index.cjs.js"
|
|
37
36
|
},
|
|
38
|
-
"./
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
"./adapter-js/code/config.cjs": {
|
|
38
|
+
"import": "./adapter-js/code/config.cjs.js"
|
|
39
|
+
},
|
|
40
|
+
"./adapter-js/code/config": {
|
|
41
|
+
"import": "./adapter-js/code/config.js"
|
|
42
|
+
},
|
|
43
|
+
"./adapter-js/code/defaultLocale": {
|
|
44
|
+
"import": "./adapter-js/code/defaultLocale.js"
|
|
45
|
+
},
|
|
46
|
+
"./adapter-js/code/deriveLocalisedPathnames": {
|
|
47
|
+
"import": "./adapter-js/code/deriveLocalisedPathnames.js"
|
|
48
|
+
},
|
|
49
|
+
"./adapter-js/code": {
|
|
50
|
+
"import": "./adapter-js/code/index.js"
|
|
51
|
+
},
|
|
52
|
+
"./adapter-js/code/isLocale": {
|
|
53
|
+
"import": "./adapter-js/code/isLocale.js"
|
|
54
|
+
},
|
|
55
|
+
"./adapter-js/code/locales": {
|
|
56
|
+
"import": "./adapter-js/code/locales.js"
|
|
57
|
+
},
|
|
58
|
+
"./adapter-js/code/pathnameToRouteId": {
|
|
59
|
+
"import": "./adapter-js/code/pathnameToRouteId.js"
|
|
60
|
+
},
|
|
61
|
+
"./adapter-js/code/routes": {
|
|
62
|
+
"import": "./adapter-js/code/routes.js"
|
|
63
|
+
},
|
|
64
|
+
"./adapter-js/code/routesSlim": {
|
|
65
|
+
"import": "./adapter-js/code/routesSlim.js"
|
|
66
|
+
},
|
|
67
|
+
"./adapter-js/code/routesSpa": {
|
|
68
|
+
"import": "./adapter-js/code/routesSpa.js"
|
|
69
|
+
},
|
|
70
|
+
"./adapter-js/code/tFns": {
|
|
71
|
+
"import": "./adapter-js/code/tFns.js"
|
|
72
|
+
},
|
|
73
|
+
"./adapter-js/code/tInterpolateParams": {
|
|
74
|
+
"import": "./adapter-js/code/tInterpolateParams.js"
|
|
75
|
+
},
|
|
76
|
+
"./adapter-js/code/tPluralise": {
|
|
77
|
+
"import": "./adapter-js/code/tPluralise.js"
|
|
78
|
+
},
|
|
79
|
+
"./adapter-js/code/to": {
|
|
80
|
+
"import": "./adapter-js/code/to.js"
|
|
81
|
+
},
|
|
82
|
+
"./adapter-js/code/toFns": {
|
|
83
|
+
"import": "./adapter-js/code/toFns.js"
|
|
84
|
+
},
|
|
85
|
+
"./adapter-js/code/toFormat": {
|
|
86
|
+
"import": "./adapter-js/code/toFormat.js"
|
|
87
|
+
},
|
|
88
|
+
"./adapter-js/code/toSpa": {
|
|
89
|
+
"import": "./adapter-js/code/toSpa.js"
|
|
90
|
+
},
|
|
91
|
+
"./adapter-js/code/types": {
|
|
92
|
+
"import": "./adapter-js/code/types.js"
|
|
93
|
+
},
|
|
94
|
+
"./adapter-next-translate/code/DynamicNamespaces": {
|
|
95
|
+
"import": "./adapter-next-translate/code/DynamicNamespaces.js"
|
|
96
|
+
},
|
|
97
|
+
"./adapter-next-translate/code/T": {
|
|
98
|
+
"import": "./adapter-next-translate/code/T.js"
|
|
99
|
+
},
|
|
100
|
+
"./adapter-next-translate/code/TransText": {
|
|
101
|
+
"import": "./adapter-next-translate/code/TransText.js"
|
|
102
|
+
},
|
|
103
|
+
"./adapter-next-translate/code/getT": {
|
|
104
|
+
"import": "./adapter-next-translate/code/getT.js"
|
|
105
|
+
},
|
|
106
|
+
"./adapter-next-translate/code": {
|
|
107
|
+
"import": "./adapter-next-translate/code/index.js"
|
|
108
|
+
},
|
|
109
|
+
"./adapter-next-translate/code/nextTranslateI18n": {
|
|
110
|
+
"import": "./adapter-next-translate/code/nextTranslateI18n.js"
|
|
111
|
+
},
|
|
112
|
+
"./adapter-next-translate/code/useT": {
|
|
113
|
+
"import": "./adapter-next-translate/code/useT.js"
|
|
114
|
+
},
|
|
115
|
+
"./adapter-next/code": {
|
|
116
|
+
"import": "./adapter-next/code/index.js"
|
|
117
|
+
},
|
|
118
|
+
"./adapter-next/code/next-redirects": {
|
|
119
|
+
"import": "./adapter-next/code/next-redirects.js"
|
|
120
|
+
},
|
|
121
|
+
"./adapter-next/code/next-rewrites": {
|
|
122
|
+
"import": "./adapter-next/code/next-rewrites.js"
|
|
123
|
+
},
|
|
124
|
+
"./adapter-next/code/useCurrentLocalisedPathnames": {
|
|
125
|
+
"import": "./adapter-next/code/useCurrentLocalisedPathnames.js"
|
|
126
|
+
},
|
|
127
|
+
"./adapter-next/code/useLocale": {
|
|
128
|
+
"import": "./adapter-next/code/useLocale.js"
|
|
129
|
+
},
|
|
130
|
+
"./adapter-next/code/useRouteId": {
|
|
131
|
+
"import": "./adapter-next/code/useRouteId.js"
|
|
132
|
+
},
|
|
133
|
+
"./adapter-next/code/useTo": {
|
|
134
|
+
"import": "./adapter-next/code/useTo.js"
|
|
135
|
+
},
|
|
136
|
+
"./adapter-next/code/useToSpa": {
|
|
137
|
+
"import": "./adapter-next/code/useToSpa.js"
|
|
138
|
+
},
|
|
139
|
+
"./adapter-next/plugin-async": {
|
|
140
|
+
"import": "./adapter-next/plugin-async.js"
|
|
141
|
+
},
|
|
142
|
+
"./adapter-next/plugin-legacy": {
|
|
143
|
+
"import": "./adapter-next/plugin-legacy.js"
|
|
144
|
+
},
|
|
145
|
+
"./adapter-next/plugin-shared": {
|
|
146
|
+
"import": "./adapter-next/plugin-shared.js"
|
|
147
|
+
},
|
|
148
|
+
"./adapter-next/plugin": {
|
|
149
|
+
"import": "./adapter-next/plugin.js"
|
|
150
|
+
},
|
|
151
|
+
"./adapter-next/redirects": {
|
|
152
|
+
"import": "./adapter-next/redirects.js"
|
|
153
|
+
},
|
|
154
|
+
"./adapter-next/rewrites": {
|
|
155
|
+
"import": "./adapter-next/rewrites.js"
|
|
156
|
+
},
|
|
157
|
+
"./adapter-next/transformPathname": {
|
|
158
|
+
"import": "./adapter-next/transformPathname.js"
|
|
159
|
+
},
|
|
160
|
+
"./adapter-next/webpackPluginI18n": {
|
|
161
|
+
"import": "./adapter-next/webpackPluginI18n.js"
|
|
162
|
+
},
|
|
163
|
+
"./api.cjs": {
|
|
164
|
+
"import": "./api.cjs.js"
|
|
165
|
+
},
|
|
166
|
+
"./api.esm": {
|
|
167
|
+
"import": "./api.esm.js"
|
|
168
|
+
},
|
|
169
|
+
"./client/formatRoutePathname": {
|
|
170
|
+
"import": "./client/formatRoutePathname.js"
|
|
171
|
+
},
|
|
172
|
+
"./client": {
|
|
173
|
+
"import": "./client/index.js"
|
|
174
|
+
},
|
|
175
|
+
"./client/interpolateTo": {
|
|
176
|
+
"import": "./client/interpolateTo.js"
|
|
177
|
+
},
|
|
178
|
+
"./client/routeHasDynamicPortion": {
|
|
179
|
+
"import": "./client/routeHasDynamicPortion.js"
|
|
180
|
+
},
|
|
181
|
+
"./compiler-sync.cjs.default": {
|
|
182
|
+
"import": "./compiler-sync.cjs.default.js"
|
|
183
|
+
},
|
|
184
|
+
"./compiler-sync.cjs": {
|
|
185
|
+
"import": "./compiler-sync.cjs.js"
|
|
186
|
+
},
|
|
187
|
+
"./compiler-sync.esm": {
|
|
188
|
+
"import": "./compiler-sync.esm.js"
|
|
42
189
|
},
|
|
43
190
|
"./compiler-sync": {
|
|
44
191
|
"module": "./compiler-sync.esm.js",
|
|
45
192
|
"import": "./compiler-sync.cjs.mjs",
|
|
46
193
|
"default": "./compiler-sync.cjs.js"
|
|
47
194
|
},
|
|
195
|
+
"./compiler-worker.cjs.default": {
|
|
196
|
+
"import": "./compiler-worker.cjs.default.js"
|
|
197
|
+
},
|
|
198
|
+
"./compiler-worker.cjs": {
|
|
199
|
+
"import": "./compiler-worker.cjs.js"
|
|
200
|
+
},
|
|
201
|
+
"./compiler-worker.esm": {
|
|
202
|
+
"import": "./compiler-worker.esm.js"
|
|
203
|
+
},
|
|
48
204
|
"./compiler-worker": {
|
|
49
205
|
"module": "./compiler-worker.esm.js",
|
|
50
206
|
"import": "./compiler-worker.cjs.mjs",
|
|
51
207
|
"default": "./compiler-worker.cjs.js"
|
|
52
208
|
},
|
|
209
|
+
"./compiler.cjs.default": {
|
|
210
|
+
"import": "./compiler.cjs.default.js"
|
|
211
|
+
},
|
|
212
|
+
"./compiler.cjs": {
|
|
213
|
+
"import": "./compiler.cjs.js"
|
|
214
|
+
},
|
|
215
|
+
"./compiler.esm": {
|
|
216
|
+
"import": "./compiler.esm.js"
|
|
217
|
+
},
|
|
218
|
+
"./compiler": {
|
|
219
|
+
"module": "./compiler.esm.js",
|
|
220
|
+
"import": "./compiler.cjs.mjs",
|
|
221
|
+
"default": "./compiler.cjs.js"
|
|
222
|
+
},
|
|
223
|
+
"./compiler/api": {
|
|
224
|
+
"import": "./compiler/api.js"
|
|
225
|
+
},
|
|
226
|
+
"./compiler/code/data-routes": {
|
|
227
|
+
"import": "./compiler/code/data-routes.js"
|
|
228
|
+
},
|
|
229
|
+
"./compiler/code/data-translations": {
|
|
230
|
+
"import": "./compiler/code/data-translations.js"
|
|
231
|
+
},
|
|
232
|
+
"./compiler/code/data": {
|
|
233
|
+
"import": "./compiler/code/data.js"
|
|
234
|
+
},
|
|
235
|
+
"./compiler/code/generate": {
|
|
236
|
+
"import": "./compiler/code/generate.js"
|
|
237
|
+
},
|
|
238
|
+
"./compiler/code": {
|
|
239
|
+
"import": "./compiler/code/index.js"
|
|
240
|
+
},
|
|
241
|
+
"./compiler/code/tsCompile": {
|
|
242
|
+
"import": "./compiler/code/tsCompile.js"
|
|
243
|
+
},
|
|
244
|
+
"./compiler/code/write": {
|
|
245
|
+
"import": "./compiler/code/write.js"
|
|
246
|
+
},
|
|
247
|
+
"./compiler/config": {
|
|
248
|
+
"import": "./compiler/config.js"
|
|
249
|
+
},
|
|
250
|
+
"./compiler/helpers": {
|
|
251
|
+
"import": "./compiler/helpers.js"
|
|
252
|
+
},
|
|
253
|
+
"./compiler/input/data-local": {
|
|
254
|
+
"import": "./compiler/input/data-local.js"
|
|
255
|
+
},
|
|
256
|
+
"./compiler/input/data-remote": {
|
|
257
|
+
"import": "./compiler/input/data-remote.js"
|
|
258
|
+
},
|
|
259
|
+
"./compiler/input/data": {
|
|
260
|
+
"import": "./compiler/input/data.js"
|
|
261
|
+
},
|
|
262
|
+
"./compiler/input": {
|
|
263
|
+
"import": "./compiler/input/index.js"
|
|
264
|
+
},
|
|
265
|
+
"./compiler/input/types": {
|
|
266
|
+
"import": "./compiler/input/types.js"
|
|
267
|
+
},
|
|
268
|
+
"./compiler/input/write": {
|
|
269
|
+
"import": "./compiler/input/write.js"
|
|
270
|
+
},
|
|
271
|
+
"./compiler/pluralisation": {
|
|
272
|
+
"import": "./compiler/pluralisation.js"
|
|
273
|
+
},
|
|
274
|
+
"./compiler/summary/data": {
|
|
275
|
+
"import": "./compiler/summary/data.js"
|
|
276
|
+
},
|
|
277
|
+
"./compiler/summary/generate": {
|
|
278
|
+
"import": "./compiler/summary/generate.js"
|
|
279
|
+
},
|
|
280
|
+
"./compiler/summary": {
|
|
281
|
+
"import": "./compiler/summary/index.js"
|
|
282
|
+
},
|
|
283
|
+
"./compiler/summary/write": {
|
|
284
|
+
"import": "./compiler/summary/write.js"
|
|
285
|
+
},
|
|
286
|
+
"./compiler/types": {
|
|
287
|
+
"import": "./compiler/types.js"
|
|
288
|
+
},
|
|
289
|
+
"./formatRoutePathname.cjs": {
|
|
290
|
+
"import": "./formatRoutePathname.cjs.js"
|
|
291
|
+
},
|
|
292
|
+
"./formatRoutePathname.esm": {
|
|
293
|
+
"import": "./formatRoutePathname.esm.js"
|
|
294
|
+
},
|
|
295
|
+
"./index.cjs.default": {
|
|
296
|
+
"import": "./index.cjs.default.js"
|
|
297
|
+
},
|
|
298
|
+
"./index.cjs": {
|
|
299
|
+
"import": "./index.cjs.js"
|
|
300
|
+
},
|
|
301
|
+
"./index.esm": {
|
|
302
|
+
"import": "./index.esm.js"
|
|
303
|
+
},
|
|
304
|
+
"./next.cjs.default": {
|
|
305
|
+
"import": "./next.cjs.default.js"
|
|
306
|
+
},
|
|
307
|
+
"./next.cjs": {
|
|
308
|
+
"import": "./next.cjs.js"
|
|
309
|
+
},
|
|
310
|
+
"./next.esm": {
|
|
311
|
+
"import": "./next.esm.js"
|
|
312
|
+
},
|
|
53
313
|
"./next": {
|
|
54
314
|
"module": "./next.esm.js",
|
|
55
315
|
"import": "./next.cjs.mjs",
|
|
56
316
|
"default": "./next.cjs.js"
|
|
57
|
-
}
|
|
317
|
+
},
|
|
318
|
+
"./types": {
|
|
319
|
+
"import": "./types.js"
|
|
320
|
+
},
|
|
321
|
+
"./package.json": "./package.json"
|
|
58
322
|
},
|
|
59
323
|
"module": "./index.esm.js",
|
|
60
324
|
"main": "./index.cjs.js",
|
|
61
|
-
"version": "2.0.0-beta.
|
|
325
|
+
"version": "2.0.0-beta.75"
|
|
62
326
|
}
|