@burdenoff/microfe-store 2026.716.2 → 2026.720.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/microfe-store",
3
- "version": "2026.716.2",
3
+ "version": "2026.720.2",
4
4
  "description": "Store microfrontend for Burdenoff products",
5
5
  "type": "module",
6
6
  "files": [
@@ -29,7 +29,7 @@
29
29
  "type:check": "tsc --noEmit",
30
30
  "sanity": "bun run codegen && bun run lint:sanity && bun run format && bun run type:check && bun run build",
31
31
  "schema:pull": "graphql-codegen --project schema-wspace && graphql-codegen --project schema-global",
32
- "codegen": "graphql-codegen --project wspace && graphql-codegen --project global",
32
+ "codegen": "NODE_ENV=production node node_modules/.bin/graphql-codegen --project wspace && NODE_ENV=production node node_modules/.bin/graphql-codegen --project global",
33
33
  "codegen:all": "bun run schema:pull && bun run codegen",
34
34
  "switch:status": "bun scripts/deps-mode.ts status",
35
35
  "switch:remote": "bun scripts/deps-mode.ts remote",