@happyvertical/smrt-core 0.40.2 → 0.40.3
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/manifest/static-manifest.js +2 -2
- package/dist/manifest/static-manifest.js.map +1 -1
- package/dist/manifest/store.js +1 -1
- package/dist/manifest/test-manifest-stub.js +2 -2
- package/dist/manifest/test-manifest-stub.js.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/smrt-knowledge.json +7 -7
- package/package.json +7 -7
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1784104737462,
|
|
4
4
|
"packageName": "@happyvertical/smrt-core",
|
|
5
|
-
"packageVersion": "0.40.
|
|
5
|
+
"packageVersion": "0.40.3",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-core:SmrtClass": {
|
|
8
8
|
"name": "smrtclass",
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-15T08:38:55.574Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-core",
|
|
5
|
-
"packageVersion": "0.40.
|
|
5
|
+
"packageVersion": "0.40.3",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "3919dca6cf49e2242be6b42d8cbce4cacea6be132131415729bb4a42772cf05f",
|
|
10
|
+
"packageJson": "f76a47c808cc3af4e145f295790470c09171f96a9e8cd980f43cfece6602ff80",
|
|
11
11
|
"agents": "46a9a399123c7c5700076fa94b650df11e28123af899806243bc2fcb6e7295e4"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"minimatch": "10.2.5",
|
|
56
56
|
"pluralize": "^8.0.0",
|
|
57
57
|
"tsx": "^4.23.0",
|
|
58
|
-
"typescript": "
|
|
58
|
+
"typescript": "5.9.3",
|
|
59
59
|
"yaml": "^2.9.0",
|
|
60
60
|
"@faker-js/faker": "^10.5.0",
|
|
61
61
|
"@huggingface/transformers": ">=3.0.0 <4.0.0",
|
|
62
62
|
"@types/node": "24.13.2",
|
|
63
63
|
"@types/pluralize": "^0.0.33",
|
|
64
64
|
"@xenova/transformers": "^2.17.2",
|
|
65
|
-
"vite": "8.1.
|
|
65
|
+
"vite": "8.1.4",
|
|
66
66
|
"vite-plugin-dts": "4.5.4",
|
|
67
|
-
"vitest": "
|
|
67
|
+
"vitest": "4.1.10"
|
|
68
68
|
},
|
|
69
69
|
"smrtDependencies": [
|
|
70
70
|
"@happyvertical/smrt-config",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-core",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.3",
|
|
4
4
|
"description": "Core AI agent framework with standardized collections, object-relational mapping, and code generators",
|
|
5
5
|
"author": "HappyVertical",
|
|
6
6
|
"type": "module",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
"minimatch": "10.2.5",
|
|
158
158
|
"pluralize": "^8.0.0",
|
|
159
159
|
"tsx": "^4.23.0",
|
|
160
|
-
"typescript": "
|
|
160
|
+
"typescript": "5.9.3",
|
|
161
161
|
"yaml": "^2.9.0",
|
|
162
|
-
"@happyvertical/smrt-config": "0.40.
|
|
163
|
-
"@happyvertical/smrt-
|
|
164
|
-
"@happyvertical/smrt-
|
|
162
|
+
"@happyvertical/smrt-config": "0.40.3",
|
|
163
|
+
"@happyvertical/smrt-scanner": "0.40.3",
|
|
164
|
+
"@happyvertical/smrt-types": "0.40.3"
|
|
165
165
|
},
|
|
166
166
|
"peerDependencies": {
|
|
167
167
|
"@huggingface/transformers": ">=3.0.0 <4.0.0",
|
|
@@ -181,9 +181,9 @@
|
|
|
181
181
|
"@types/node": "24.13.2",
|
|
182
182
|
"@types/pluralize": "^0.0.33",
|
|
183
183
|
"@xenova/transformers": "^2.17.2",
|
|
184
|
-
"vite": "8.1.
|
|
184
|
+
"vite": "8.1.4",
|
|
185
185
|
"vite-plugin-dts": "4.5.4",
|
|
186
|
-
"vitest": "
|
|
186
|
+
"vitest": "4.1.10"
|
|
187
187
|
},
|
|
188
188
|
"publishConfig": {
|
|
189
189
|
"registry": "https://registry.npmjs.org",
|