@memberjunction/templates 2.123.0 → 2.124.0
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/templates",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.124.0",
|
|
4
4
|
"description": "MemberJunction Templating Engine and Utilities - Used for any application that requires templating utility functionality. NOTE: this package does use Angular Universal for compilation but is not marked with the usual ng prefix because it is a server-side library and not used within Angular apps.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"typescript": "^5.4.5"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@memberjunction/core": "2.
|
|
22
|
-
"@memberjunction/templates-base-types": "2.
|
|
23
|
-
"@memberjunction/ai": "2.
|
|
24
|
-
"@memberjunction/aiengine": "2.
|
|
25
|
-
"@memberjunction/ai-provider-bundle": "2.
|
|
26
|
-
"@memberjunction/core-entities": "2.
|
|
27
|
-
"@memberjunction/global": "2.
|
|
21
|
+
"@memberjunction/core": "2.124.0",
|
|
22
|
+
"@memberjunction/templates-base-types": "2.124.0",
|
|
23
|
+
"@memberjunction/ai": "2.124.0",
|
|
24
|
+
"@memberjunction/aiengine": "2.124.0",
|
|
25
|
+
"@memberjunction/ai-provider-bundle": "2.124.0",
|
|
26
|
+
"@memberjunction/core-entities": "2.124.0",
|
|
27
|
+
"@memberjunction/global": "2.124.0",
|
|
28
28
|
"nunjucks": "3.2.4"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|