@happyvertical/smrt-reports 0.41.0 → 0.42.1
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/README.md +4 -2
- package/dist/manifest.json +1 -1
- package/dist/smrt-knowledge.json +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,8 +4,10 @@ Materialized aggregate reports for s-m-r-t. Define a report as a decorated class
|
|
|
4
4
|
compile it to a portable aggregate query, and refresh its normal s-m-r-t table
|
|
5
5
|
manually, on a schedule, after source changes, or when a TTL expires.
|
|
6
6
|
|
|
7
|
-
Runtime refresh
|
|
8
|
-
|
|
7
|
+
Runtime refresh checks that its tables exist (existence only, not columns or
|
|
8
|
+
indexes) and fails clearly if they do not; it does not create report or system
|
|
9
|
+
tables. Include report models in normal manifest-driven migrations before
|
|
10
|
+
refreshing.
|
|
9
11
|
|
|
10
12
|
## Installation
|
|
11
13
|
|
package/dist/manifest.json
CHANGED
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-reports",
|
|
6
|
-
"packageVersion": "0.
|
|
6
|
+
"packageVersion": "0.42.1",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "23ce6450d87fbfcfa41d441fb650491fe03e8cb268bb6fa07c8f8afdf5e00a69",
|
|
11
|
+
"packageJson": "cc1223cfc488b8d807a615ef2b3f442710338c2884b8aa6a378a8ed2ec2fd4ca",
|
|
12
12
|
"agents": "bf851be60baab2fd98149165885f70c4f4979123ff72bf8f4b43edfae4478e87"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-reports",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.1",
|
|
4
4
|
"description": "Materialized aggregate report models for SMRT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@happyvertical/sql": "^0.88.0",
|
|
47
|
-
"@happyvertical/smrt-core": "0.
|
|
48
|
-
"@happyvertical/smrt-jobs": "0.
|
|
49
|
-
"@happyvertical/smrt-tenancy": "0.
|
|
47
|
+
"@happyvertical/smrt-core": "0.42.1",
|
|
48
|
+
"@happyvertical/smrt-jobs": "0.42.1",
|
|
49
|
+
"@happyvertical/smrt-tenancy": "0.42.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "24.13.2",
|
|
53
53
|
"typescript": "5.9.3",
|
|
54
54
|
"vite": "8.1.4",
|
|
55
55
|
"vitest": "4.1.10",
|
|
56
|
-
"@happyvertical/smrt-vitest": "0.
|
|
56
|
+
"@happyvertical/smrt-vitest": "0.42.1"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"ai",
|