quidproquo-actionprocessor-node
Advanced tools
Comparing version 0.0.222 to 0.0.223
@@ -1,13 +0,14 @@ | ||
declare const _default: { | ||
"@quidproquo-core/System/Batch": import("quidproquo-core").SystemBatchActionProcessor<any[]>; | ||
"@quidproquo-core/Platform/Delay": import("quidproquo-core").PlatformDelayActionProcessor; | ||
"@quidproquo-core/Network/Request": import("quidproquo-core").NetworkRequestActionProcessor<any, any>; | ||
"@quidproquo-core/Math/RandomNumber": import("quidproquo-core").MathRandomNumberActionProcessor; | ||
"@quidproquo-core/Log/Create": import("quidproquo-core").LogCreateActionProcessor; | ||
"@quidproquo-core/Guid/New": import("quidproquo-core").GuidNewActionProcessor; | ||
"@quidproquo-core/Guid/NewSortable": import("quidproquo-core").GuidNewSortableActionProcessor; | ||
"@quidproquo-core/error/ThrowError": import("quidproquo-core").ErrorThrowErrorActionProcessor<any>; | ||
"@quidproquo-core/Date/Now": import("quidproquo-core").DateNowActionProcessor; | ||
"@quidproquo-core/ClaudeAi/MessagesApi": import("quidproquo-core").ClaudeAiMessagesApiActionProcessor; | ||
}; | ||
export default _default; | ||
import { ActionProcessorListResolver } from 'quidproquo-core'; | ||
export * from './claudeAi'; | ||
export * from './date'; | ||
export * from './error'; | ||
export * from './guid'; | ||
export * from './log'; | ||
export * from './math'; | ||
export * from './network'; | ||
export * from './platform'; | ||
export * from './system'; | ||
export * from './config'; | ||
export * from './context'; | ||
export * from './customActions'; | ||
export declare const getCoreActionProcessor: ActionProcessorListResolver; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
}); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const ClaudeAiActionProcessor_1 = __importDefault(require("./claudeAi/ClaudeAiActionProcessor")); | ||
const DateActionProcessor_1 = __importDefault(require("./date/DateActionProcessor")); | ||
const ErrorActionProcessor_1 = __importDefault(require("./error/ErrorActionProcessor")); | ||
const EventActionProcessor_1 = __importDefault(require("./event/EventActionProcessor")); | ||
const GuidActionProcessor_1 = __importDefault(require("./guid/GuidActionProcessor")); | ||
const LogActionProcessor_1 = __importDefault(require("./log/LogActionProcessor")); | ||
const MathActionProcessor_1 = __importDefault(require("./math/MathActionProcessor")); | ||
const NetworkActionProcessor_1 = __importDefault(require("./network/NetworkActionProcessor")); | ||
const PlatformActionProcessor_1 = __importDefault(require("./platform/PlatformActionProcessor")); | ||
const SystemActionProcessor_1 = __importDefault(require("./system/SystemActionProcessor")); | ||
exports.default = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, ClaudeAiActionProcessor_1.default), DateActionProcessor_1.default), ErrorActionProcessor_1.default), EventActionProcessor_1.default), GuidActionProcessor_1.default), LogActionProcessor_1.default), MathActionProcessor_1.default), NetworkActionProcessor_1.default), PlatformActionProcessor_1.default), SystemActionProcessor_1.default); | ||
exports.getCoreActionProcessor = void 0; | ||
const claudeAi_1 = require("./claudeAi"); | ||
const date_1 = require("./date"); | ||
const error_1 = require("./error"); | ||
const guid_1 = require("./guid"); | ||
const log_1 = require("./log"); | ||
const math_1 = require("./math"); | ||
const network_1 = require("./network"); | ||
const platform_1 = require("./platform"); | ||
const system_1 = require("./system"); | ||
const config_1 = require("./config"); | ||
const context_1 = require("./context"); | ||
__exportStar(require("./claudeAi"), exports); | ||
__exportStar(require("./date"), exports); | ||
__exportStar(require("./error"), exports); | ||
__exportStar(require("./guid"), exports); | ||
__exportStar(require("./log"), exports); | ||
__exportStar(require("./math"), exports); | ||
__exportStar(require("./network"), exports); | ||
__exportStar(require("./platform"), exports); | ||
__exportStar(require("./system"), exports); | ||
__exportStar(require("./config"), exports); | ||
__exportStar(require("./context"), exports); | ||
// Custom actions is not done here, as it has to be done last after all | ||
__exportStar(require("./customActions"), exports); | ||
const getCoreActionProcessor = (qpqConfig, dynamicModuleLoader) => __awaiter(void 0, void 0, void 0, function* () { | ||
return (Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, (yield (0, config_1.getConfigActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, context_1.getContextActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, claudeAi_1.getClaudeAiActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, date_1.getDateActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, error_1.getErrorActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, guid_1.getGuidProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, log_1.getLogActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, math_1.getMathActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, network_1.getNetworkActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, platform_1.getPlatformActionProcessor)(qpqConfig, dynamicModuleLoader))), (yield (0, system_1.getSystemActionProcessor)(qpqConfig, dynamicModuleLoader)))); | ||
}); | ||
exports.getCoreActionProcessor = getCoreActionProcessor; |
@@ -1,2 +0,2 @@ | ||
export { default as coreActionProcessor } from "./core"; | ||
export { default as webserverActionProcessor } from "./webserver"; | ||
export * from './core'; | ||
export * from './webserver'; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.webserverActionProcessor = exports.coreActionProcessor = void 0; | ||
var core_1 = require("./core"); | ||
Object.defineProperty(exports, "coreActionProcessor", { enumerable: true, get: function () { return __importDefault(core_1).default; } }); | ||
var webserver_1 = require("./webserver"); | ||
Object.defineProperty(exports, "webserverActionProcessor", { enumerable: true, get: function () { return __importDefault(webserver_1).default; } }); | ||
__exportStar(require("./core"), exports); | ||
__exportStar(require("./webserver"), exports); |
@@ -1,2 +0,2 @@ | ||
declare const _default: {}; | ||
export default _default; | ||
import { ActionProcessorListResolver } from 'quidproquo-core'; | ||
export declare const getWebserverActionProcessor: ActionProcessorListResolver; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
}); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const GenericDataResourceActionProcessor_1 = __importDefault(require("./genericDataResource/GenericDataResourceActionProcessor")); | ||
exports.default = Object.assign({}, GenericDataResourceActionProcessor_1.default); | ||
exports.getWebserverActionProcessor = void 0; | ||
const getWebserverActionProcessor = (qpqConfig) => __awaiter(void 0, void 0, void 0, function* () { | ||
return ({ | ||
// Nothing yet | ||
}); | ||
}); | ||
exports.getWebserverActionProcessor = getWebserverActionProcessor; |
export * from './actionProcessor'; | ||
export * from './getActionProcessor'; |
@@ -18,2 +18,1 @@ "use strict"; | ||
__exportStar(require("./actionProcessor"), exports); | ||
__exportStar(require("./getActionProcessor"), exports); |
@@ -1,13 +0,14 @@ | ||
declare const _default: { | ||
"@quidproquo-core/System/Batch": import("quidproquo-core").SystemBatchActionProcessor<any[]>; | ||
"@quidproquo-core/Platform/Delay": import("quidproquo-core").PlatformDelayActionProcessor; | ||
"@quidproquo-core/Network/Request": import("quidproquo-core").NetworkRequestActionProcessor<any, any>; | ||
"@quidproquo-core/Math/RandomNumber": import("quidproquo-core").MathRandomNumberActionProcessor; | ||
"@quidproquo-core/Log/Create": import("quidproquo-core").LogCreateActionProcessor; | ||
"@quidproquo-core/Guid/New": import("quidproquo-core").GuidNewActionProcessor; | ||
"@quidproquo-core/Guid/NewSortable": import("quidproquo-core").GuidNewSortableActionProcessor; | ||
"@quidproquo-core/error/ThrowError": import("quidproquo-core").ErrorThrowErrorActionProcessor<any>; | ||
"@quidproquo-core/Date/Now": import("quidproquo-core").DateNowActionProcessor; | ||
"@quidproquo-core/ClaudeAi/MessagesApi": import("quidproquo-core").ClaudeAiMessagesApiActionProcessor; | ||
}; | ||
export default _default; | ||
import { ActionProcessorListResolver } from 'quidproquo-core'; | ||
export * from './claudeAi'; | ||
export * from './date'; | ||
export * from './error'; | ||
export * from './guid'; | ||
export * from './log'; | ||
export * from './math'; | ||
export * from './network'; | ||
export * from './platform'; | ||
export * from './system'; | ||
export * from './config'; | ||
export * from './context'; | ||
export * from './customActions'; | ||
export declare const getCoreActionProcessor: ActionProcessorListResolver; |
@@ -1,22 +0,37 @@ | ||
import ClaudeAiActionProcessor from './claudeAi/ClaudeAiActionProcessor'; | ||
import DateActionProcessor from './date/DateActionProcessor'; | ||
import ErrorActionProcessor from './error/ErrorActionProcessor'; | ||
import EventActionProcessor from './event/EventActionProcessor'; | ||
import GuidActionProcessor from './guid/GuidActionProcessor'; | ||
import LogActionProcessor from './log/LogActionProcessor'; | ||
import MathActionProcessor from './math/MathActionProcessor'; | ||
import NetworkActionProcessor from './network/NetworkActionProcessor'; | ||
import PlatformActionProcessor from './platform/PlatformActionProcessor'; | ||
import SystemActionProcessor from './system/SystemActionProcessor'; | ||
export default { | ||
...ClaudeAiActionProcessor, | ||
...DateActionProcessor, | ||
...ErrorActionProcessor, | ||
...EventActionProcessor, | ||
...GuidActionProcessor, | ||
...LogActionProcessor, | ||
...MathActionProcessor, | ||
...NetworkActionProcessor, | ||
...PlatformActionProcessor, | ||
...SystemActionProcessor, | ||
}; | ||
import { getClaudeAiActionProcessor } from './claudeAi'; | ||
import { getDateActionProcessor } from './date'; | ||
import { getErrorActionProcessor } from './error'; | ||
import { getGuidProcessor } from './guid'; | ||
import { getLogActionProcessor } from './log'; | ||
import { getMathActionProcessor } from './math'; | ||
import { getNetworkActionProcessor } from './network'; | ||
import { getPlatformActionProcessor } from './platform'; | ||
import { getSystemActionProcessor } from './system'; | ||
import { getConfigActionProcessor } from './config'; | ||
import { getContextActionProcessor } from './context'; | ||
export * from './claudeAi'; | ||
export * from './date'; | ||
export * from './error'; | ||
export * from './guid'; | ||
export * from './log'; | ||
export * from './math'; | ||
export * from './network'; | ||
export * from './platform'; | ||
export * from './system'; | ||
export * from './config'; | ||
export * from './context'; | ||
// Custom actions is not done here, as it has to be done last after all | ||
export * from './customActions'; | ||
export const getCoreActionProcessor = async (qpqConfig, dynamicModuleLoader) => ({ | ||
...(await getConfigActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getContextActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getClaudeAiActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getDateActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getErrorActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getGuidProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getLogActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getMathActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getNetworkActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getPlatformActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
...(await getSystemActionProcessor(qpqConfig, dynamicModuleLoader)), | ||
}); |
@@ -1,2 +0,2 @@ | ||
export { default as coreActionProcessor } from "./core"; | ||
export { default as webserverActionProcessor } from "./webserver"; | ||
export * from './core'; | ||
export * from './webserver'; |
@@ -1,2 +0,2 @@ | ||
export { default as coreActionProcessor } from "./core"; | ||
export { default as webserverActionProcessor } from "./webserver"; | ||
export * from './core'; | ||
export * from './webserver'; |
@@ -1,2 +0,2 @@ | ||
declare const _default: {}; | ||
export default _default; | ||
import { ActionProcessorListResolver } from 'quidproquo-core'; | ||
export declare const getWebserverActionProcessor: ActionProcessorListResolver; |
@@ -1,4 +0,3 @@ | ||
import GenericDataResourceActionProcessor from "./genericDataResource/GenericDataResourceActionProcessor"; | ||
export default { | ||
...GenericDataResourceActionProcessor, | ||
}; | ||
export const getWebserverActionProcessor = async (qpqConfig) => ({ | ||
// Nothing yet | ||
}); |
export * from './actionProcessor'; | ||
export * from './getActionProcessor'; |
export * from './actionProcessor'; | ||
export * from './getActionProcessor'; |
{ | ||
"name": "quidproquo-actionprocessor-node", | ||
"version": "0.0.222", | ||
"version": "0.0.223", | ||
"description": "", | ||
@@ -35,3 +35,3 @@ "main": "./lib/commonjs/index.js", | ||
"mime-types": "^2.1.35", | ||
"quidproquo-core": "0.0.222", | ||
"quidproquo-core": "0.0.223", | ||
"uuid": "^9.0.0", | ||
@@ -43,5 +43,5 @@ "uuidv7": "^1.0.1" | ||
"@types/uuid": "^9.0.0", | ||
"quidproquo-tsconfig": "0.0.222", | ||
"quidproquo-tsconfig": "0.0.223", | ||
"typescript": "^4.9.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85001
122
1424
1
+ Addedquidproquo-core@0.0.223(transitive)
- Removedquidproquo-core@0.0.222(transitive)
Updatedquidproquo-core@0.0.223