@memberjunction/templates-base-types 5.42.0 → 5.43.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/dist/index.js CHANGED
@@ -1,3 +1,5 @@
1
1
  export * from './TemplateEngineBase.js';
2
2
  export * from './types.js';
3
+ // The Template.Run Remote Operation base + its typed I/O are now CodeGen-emitted into
4
+ // @memberjunction/core-entities (generated/remote_operations.ts) from the MJ: Remote Operations row.
3
5
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,sFAAsF;AACtF,qGAAqG"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/templates-base-types",
3
3
  "type": "module",
4
- "version": "5.42.0",
4
+ "version": "5.43.0",
5
5
  "description": "MemberJunction Templating Base Types for Client/Server Use",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "typescript": "^5.9.3"
20
20
  },
21
21
  "dependencies": {
22
- "@memberjunction/core": "5.42.0",
23
- "@memberjunction/core-entities": "5.42.0",
24
- "@memberjunction/global": "5.42.0"
22
+ "@memberjunction/core": "5.43.0",
23
+ "@memberjunction/core-entities": "5.43.0",
24
+ "@memberjunction/global": "5.43.0"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",