@mj-biz-apps/common-core-entities-server 5.35.1 → 5.37.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.d.ts CHANGED
@@ -9,4 +9,5 @@
9
9
  * decorators fire at startup.
10
10
  */
11
11
  export { PersonEntityServer } from './PersonEntityServer.js';
12
+ export { LoadActivitySyncEngine } from '@mj-biz-apps/common-activity-sync';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC"}
package/dist/index.js CHANGED
@@ -9,4 +9,5 @@
9
9
  * decorators fire at startup.
10
10
  */
11
11
  export { PersonEntityServer } from './PersonEntityServer.js';
12
+ export { LoadActivitySyncEngine } from '@mj-biz-apps/common-activity-sync';
12
13
  //# 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;;;;;;;;;GASG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mj-biz-apps/common-core-entities-server",
3
3
  "type": "module",
4
- "version": "5.35.1",
4
+ "version": "5.37.0",
5
5
  "description": "Server-side entity subclasses for BizApps Common — lifecycle hooks for People, Organizations, etc.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -17,7 +17,8 @@
17
17
  "typescript": "^5.9.3"
18
18
  },
19
19
  "dependencies": {
20
- "@mj-biz-apps/common-entities": "5.35.1"
20
+ "@mj-biz-apps/common-entities": "5.37.0",
21
+ "@mj-biz-apps/common-activity-sync": "5.37.0"
21
22
  },
22
23
  "peerDependencies": {
23
24
  "@memberjunction/core": "^6.1.0-edge.3",