@happyvertical/smrt-products 0.40.64 → 0.40.66

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": "@happyvertical/smrt-products",
3
- "version": "0.40.64",
3
+ "version": "0.40.66",
4
4
  "description": "SMRT products module: triple-purpose microservice template for standalone apps, federated modules, and NPM libraries",
5
5
  "author": "HappyVertical",
6
6
  "type": "module",
@@ -53,20 +53,20 @@
53
53
  "./manifest.json": "./dist/lib/manifest.json"
54
54
  },
55
55
  "dependencies": {
56
- "@happyvertical/ai": "^0.86.1",
57
- "@happyvertical/files": "^0.86.1",
58
- "@happyvertical/logger": "^0.86.1",
59
- "@happyvertical/sql": "^0.86.1",
60
- "@happyvertical/utils": "^0.86.1",
56
+ "@happyvertical/ai": "^0.86.3",
57
+ "@happyvertical/files": "^0.86.3",
58
+ "@happyvertical/logger": "^0.86.3",
59
+ "@happyvertical/sql": "^0.86.3",
60
+ "@happyvertical/utils": "^0.86.3",
61
61
  "cors": "^2.8.6",
62
62
  "express": "^5.2.1",
63
- "@happyvertical/smrt-assets": "0.40.64",
64
- "@happyvertical/smrt-core": "0.40.64",
65
- "@happyvertical/smrt-scanner": "0.40.64",
66
- "@happyvertical/smrt-svelte": "0.40.64",
67
- "@happyvertical/smrt-tenancy": "0.40.64",
68
- "@happyvertical/smrt-ui": "0.40.64",
69
- "@happyvertical/smrt-web": "0.40.64"
63
+ "@happyvertical/smrt-assets": "0.40.66",
64
+ "@happyvertical/smrt-core": "0.40.66",
65
+ "@happyvertical/smrt-svelte": "0.40.66",
66
+ "@happyvertical/smrt-tenancy": "0.40.66",
67
+ "@happyvertical/smrt-scanner": "0.40.66",
68
+ "@happyvertical/smrt-ui": "0.40.66",
69
+ "@happyvertical/smrt-web": "0.40.66"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "svelte": "^5.56.4"
@@ -89,7 +89,7 @@
89
89
  "typescript": "5.9.3",
90
90
  "vite": "8.1.4",
91
91
  "vitest": "4.1.10",
92
- "@happyvertical/smrt-vitest": "0.40.64"
92
+ "@happyvertical/smrt-vitest": "0.40.66"
93
93
  },
94
94
  "keywords": [
95
95
  "smrt",
@@ -1 +0,0 @@
1
- {"version":3,"file":"__smrt-register__-B0Im7ZsF.js","names":[],"sources":["../../../src/__smrt-register__.ts"],"sourcesContent":["/**\n * Self-registers this package's build-time manifest before any @smrt() decorator\n * in the package fires. Fixes issue #1132: in consumer runtimes (tsx, SvelteKit\n * SSR, plain `vite dev`) the decorator's synchronous manifest lookup previously\n * missed because no step populated the global manifest cache — classes got\n * registered with zero fields and `save()` / `toJSON()` silently dropped every\n * declared property.\n *\n * Import this module as the first statement in `src/index.ts` so its top-level\n * side effect runs ahead of any class module's @smrt() decorator.\n *\n * Silent no-op in dev/test, where the vitest plugin already populates manifests\n * via a different path. Only needs to succeed in the published dist output.\n *\n * @see https://github.com/happyvertical/smrt/issues/1132\n */\nimport { ObjectRegistry } from '@happyvertical/smrt-core';\n\n// During library builds, smrtPlugin replaces this entire module with generated\n// code that embeds the scanned manifest inline (#1506/#1507) — published dists\n// never resolve this URL, so downstream bundlers cannot break registration by\n// relocating the compiled module away from dist/manifest.json. The runtime\n// lookup below is the fallback for source-mode runs without that transform.\nObjectRegistry.registerPackageManifest(\n new URL('./manifest.json', import.meta.url),\n);\n"],"mappings":""}
@@ -1,2 +0,0 @@
1
- import "./__smrt-register__-B0Im7ZsF.js";
2
- import "./Sku-C181XteX.js";