ptech-preset 1.5.3 → 1.5.4

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -152,7 +152,9 @@ var DEFAULT_SHARED = {
152
152
  // React Query unify ở host
153
153
  "@tanstack/react-query": { singleton: true, requiredVersion: deps["@tanstack/react-query"] },
154
154
  // Zustand: chỉ share nếu anh muốn "cross-remote shared store"
155
- zustand: { singleton: true, requiredVersion: deps.zustand }
155
+ zustand: { singleton: true, requiredVersion: deps.zustand },
156
+ i18next: { singleton: true, requiredVersion: deps.i18next },
157
+ "react-i18next": { singleton: true, requiredVersion: deps["react-i18next"] }
156
158
  };
157
159
  var CDN_BASE = "https://oneportal-ehckg7axe3dacxhw.a01.azurefd.net/external/ts/";
158
160
  function getPackageName(root) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptech-preset",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Auto Module.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",