@memberjunction/lists 5.51.0 → 5.51.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/lists",
3
3
  "type": "module",
4
- "version": "5.51.0",
4
+ "version": "5.51.1",
5
5
  "description": "MemberJunction: Lists — server-side TypeScript core for list materialization, set algebra, delta computation, lineage tracking, refresh modes, and sharing/invitations. Writes to MJ entities (List Detail, Resource Permission, List Invitation, Audit Log) — not safe to import from browser bundles. UI consumers should depend on @memberjunction/lists-base for type/interface sharing and call the server via GraphQL.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -23,10 +23,10 @@
23
23
  "vitest": "^4.0.18"
24
24
  },
25
25
  "dependencies": {
26
- "@memberjunction/core": "5.51.0",
27
- "@memberjunction/core-entities": "5.51.0",
28
- "@memberjunction/global": "5.51.0",
29
- "@memberjunction/lists-base": "5.51.0"
26
+ "@memberjunction/core": "5.51.1",
27
+ "@memberjunction/core-entities": "5.51.1",
28
+ "@memberjunction/global": "5.51.1",
29
+ "@memberjunction/lists-base": "5.51.1"
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",