@memberjunction/skip-types 2.96.0 → 2.98.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/skip-types",
3
- "version": "2.96.0",
3
+ "version": "2.98.0",
4
4
  "description": "MemberJunction: Skip AI Assistant - Types that are used between the MJAPI and the Skip API as well as the UI within MemberJunction Explorer",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "typescript": "^5.4.5"
20
20
  },
21
21
  "dependencies": {
22
- "@memberjunction/core": "2.96.0",
23
- "@memberjunction/interactive-component-types": "2.96.0",
24
- "@memberjunction/data-context": "2.96.0"
22
+ "@memberjunction/core": "2.98.0",
23
+ "@memberjunction/interactive-component-types": "2.98.0",
24
+ "@memberjunction/data-context": "2.98.0"
25
25
  }
26
26
  }