@memberjunction/queue 2.103.0 → 2.105.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC"}
package/dist/index.js CHANGED
@@ -14,6 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ const ai_provider_bundle_1 = require("@memberjunction/ai-provider-bundle");
18
+ (0, ai_provider_bundle_1.LoadAIProviders)(); // Ensure all AI providers are loaded
17
19
  __exportStar(require("./generic/QueueBase"), exports);
18
20
  __exportStar(require("./generic/QueueManager"), exports);
19
21
  __exportStar(require("./drivers/AIActionQueue"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,yDAAuC;AACvC,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2EAAqE;AACrE,IAAA,oCAAe,GAAE,CAAC,CAAC,qCAAqC;AAExD,sDAAoC;AACpC,yDAAuC;AACvC,0DAAwC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/queue",
3
- "version": "2.103.0",
3
+ "version": "2.105.0",
4
4
  "description": "MemberJunction: Queue Library for managing server side queues",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,11 +19,12 @@
19
19
  "typescript": "^5.4.5"
20
20
  },
21
21
  "dependencies": {
22
- "@memberjunction/ai": "2.103.0",
23
- "@memberjunction/aiengine": "2.103.0",
22
+ "@memberjunction/ai": "2.105.0",
23
+ "@memberjunction/ai-provider-bundle": "2.105.0",
24
+ "@memberjunction/aiengine": "2.105.0",
24
25
  "@memberjunction/core": "2.100.3",
25
26
  "@memberjunction/global": "2.100.3",
26
- "@memberjunction/core-entities": "2.103.0",
27
+ "@memberjunction/core-entities": "2.105.0",
27
28
  "@types/uuid": "^9.0.1",
28
29
  "uuid": "^9.0.0"
29
30
  }