@lacqjs/nuxt-dict 0.0.9 → 0.0.11

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/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacqjs/nuxt-dict",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "configKey": "dict",
5
5
  "compatibility": {
6
6
  "nuxt": "^4.4.8"
package/dist/module.mjs CHANGED
@@ -7,7 +7,7 @@ export { createDictTranslator } from '../dist/runtime/utils/dict-translator.js';
7
7
  export { defineDictAdapter } from '../dist/runtime/core/define-adapter.js';
8
8
 
9
9
  const name = "@lacqjs/nuxt-dict";
10
- const version = "0.0.9";
10
+ const version = "0.0.11";
11
11
  const devDependencies = {
12
12
  nuxt: "^4.4.8"};
13
13
  const pkg = {
@@ -257,6 +257,7 @@ declare module '#build/nuxt-dict/adapters' {
257
257
  stores: sanitizedStores
258
258
  };
259
259
  _nuxt.options.build.transpile.push(resolver.resolve("./runtime"));
260
+ _nuxt.options.build.transpile.push("dexie");
260
261
  addPlugin(resolver.resolve("./runtime/plugins/dict"));
261
262
  addImportsDir(resolver.resolve("./runtime/composables"));
262
263
  addImports([{ name: "defineDictAdapter", from: resolver.resolve("./runtime/core/define-adapter") }]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacqjs/nuxt-dict",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Nuxt 数据字典模块,提供扁平/树形字典翻译、多语言国际化、三级缓存与 SSR 预取。",
5
5
  "keywords": [
6
6
  "@lacqjs/nuxt-dict",