@memberjunction/doc-utils 2.124.0 → 2.126.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/doc-utils",
3
- "version": "2.124.0",
3
+ "version": "2.126.0",
4
4
  "description": "This library provides functionality for dynamically retreiving documentation from the official MemberJunction object model documentation site, parsing it, and caching elements in memory for performance. Use this whenever you need dynamic access to the MJ documentation to feed to AI models and for any other similar purpose.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "typescript": "^5.4.5"
20
20
  },
21
21
  "dependencies": {
22
- "@memberjunction/core": "2.124.0",
23
- "@memberjunction/core-entities": "2.124.0",
24
- "@memberjunction/global": "2.124.0",
22
+ "@memberjunction/core": "2.126.0",
23
+ "@memberjunction/core-entities": "2.126.0",
24
+ "@memberjunction/global": "2.126.0",
25
25
  "jsdom": "^24.1.0",
26
26
  "axios": "^1.6.7"
27
27
  },