@rb-games/core 0.1.4 → 0.1.5
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/dist/plugins/language/I18NextPlugin.types.d.ts +2 -1
- package/dist/plugins/language/I18NextPlugin.types.d.ts.map +1 -1
- package/dist/state-machine/index.js +1576 -2
- package/dist/state-machine/index.js.map +1 -1
- package/package.json +2 -11
- package/dist/chunk-JHN6RF66.js +0 -1580
- package/dist/chunk-JHN6RF66.js.map +0 -1
- package/dist/vite/index.d.ts +0 -3
- package/dist/vite/index.d.ts.map +0 -1
- package/dist/vite/index.js +0 -128
- package/dist/vite/index.js.map +0 -1
- package/dist/vite/mergeLocalesPlugin.d.ts +0 -22
- package/dist/vite/mergeLocalesPlugin.d.ts.map +0 -1
|
@@ -8,7 +8,8 @@ import { PluginConfig } from '../Plugin.types';
|
|
|
8
8
|
* @remarks
|
|
9
9
|
* Runtime loads merged locale files from `public/locales/{language}.json`.
|
|
10
10
|
*
|
|
11
|
-
* Source files are split and merged at build/dev time
|
|
11
|
+
* Source files are split and merged at build/dev time by the game's
|
|
12
|
+
* `vite/mergeLocalesPlugin.ts` (wired from `vite.config.ts`):
|
|
12
13
|
* - `packages/modules/slot-svelte-ui/locales` → shared `ui.*`
|
|
13
14
|
* - `packages/modules/slot/locales` → shared `info.rules.*`
|
|
14
15
|
* - `games/<game>/locales` → game-specific `{game-id}.info.*` and optional `core.*`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"I18NextPlugin.types.d.ts","sourceRoot":"","sources":["../../../plugins/language/I18NextPlugin.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C
|
|
1
|
+
{"version":3,"file":"I18NextPlugin.types.d.ts","sourceRoot":"","sources":["../../../plugins/language/I18NextPlugin.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,WAAW,mBAAoB,SAAQ,YAAY;CAExD"}
|