@memberjunction/materialization 6.1.0-edge.7 → 6.1.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/materialization",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.1.
|
|
4
|
+
"version": "6.1.1",
|
|
5
5
|
"description": "MemberJunction: runtime engine that refreshes materialized query/entity results — full rebuild into a shadow table with an atomic wrapper-view swap. Invoked by the scheduled-job refresh driver (and reusable by a manual 'refresh now' path).",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"author": "MemberJunction.com",
|
|
12
12
|
"license": "BUSL-1.1",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@memberjunction/core": "6.1.
|
|
15
|
-
"@memberjunction/core-entities": "6.1.
|
|
16
|
-
"@memberjunction/global": "6.1.
|
|
17
|
-
"@memberjunction/sql-dialect": "6.1.
|
|
18
|
-
"@memberjunction/sql-parser": "6.1.
|
|
14
|
+
"@memberjunction/core": "6.1.1",
|
|
15
|
+
"@memberjunction/core-entities": "6.1.1",
|
|
16
|
+
"@memberjunction/global": "6.1.1",
|
|
17
|
+
"@memberjunction/sql-dialect": "6.1.1",
|
|
18
|
+
"@memberjunction/sql-parser": "6.1.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "24.10.11",
|