@xyo-network/config-payload-plugin
Advanced tools
Comparing version 2.110.10 to 2.110.11
@@ -1,4 +0,1 @@ | ||
var __defProp = Object.defineProperty; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
// src/Plugin.ts | ||
@@ -11,12 +8,12 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin"; | ||
// src/Template.ts | ||
var configPayloadTemplate = /* @__PURE__ */ __name(() => ({ | ||
var configPayloadTemplate = () => ({ | ||
config: "", | ||
schema: ConfigSchema | ||
}), "configPayloadTemplate"); | ||
}); | ||
// src/Plugin.ts | ||
var ConfigPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({ | ||
var ConfigPayloadPlugin = () => createPayloadPlugin({ | ||
schema: ConfigSchema, | ||
template: configPayloadTemplate | ||
}), "ConfigPayloadPlugin"); | ||
}); | ||
export { | ||
@@ -23,0 +20,0 @@ ConfigPayloadPlugin, |
@@ -1,4 +0,1 @@ | ||
var __defProp = Object.defineProperty; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
// src/Plugin.ts | ||
@@ -11,12 +8,12 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin"; | ||
// src/Template.ts | ||
var configPayloadTemplate = /* @__PURE__ */ __name(() => ({ | ||
var configPayloadTemplate = () => ({ | ||
config: "", | ||
schema: ConfigSchema | ||
}), "configPayloadTemplate"); | ||
}); | ||
// src/Plugin.ts | ||
var ConfigPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({ | ||
var ConfigPayloadPlugin = () => createPayloadPlugin({ | ||
schema: ConfigSchema, | ||
template: configPayloadTemplate | ||
}), "ConfigPayloadPlugin"); | ||
}); | ||
export { | ||
@@ -23,0 +20,0 @@ ConfigPayloadPlugin, |
@@ -1,4 +0,1 @@ | ||
var __defProp = Object.defineProperty; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
// src/Plugin.ts | ||
@@ -11,12 +8,12 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin"; | ||
// src/Template.ts | ||
var configPayloadTemplate = /* @__PURE__ */ __name(() => ({ | ||
var configPayloadTemplate = () => ({ | ||
config: "", | ||
schema: ConfigSchema | ||
}), "configPayloadTemplate"); | ||
}); | ||
// src/Plugin.ts | ||
var ConfigPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({ | ||
var ConfigPayloadPlugin = () => createPayloadPlugin({ | ||
schema: ConfigSchema, | ||
template: configPayloadTemplate | ||
}), "ConfigPayloadPlugin"); | ||
}); | ||
export { | ||
@@ -23,0 +20,0 @@ ConfigPayloadPlugin, |
@@ -13,9 +13,9 @@ { | ||
"dependencies": { | ||
"@xylabs/object": "^3.6.4", | ||
"@xyo-network/payload-model": "^2.110.10", | ||
"@xyo-network/payload-plugin": "^2.110.10" | ||
"@xylabs/object": "^3.6.5", | ||
"@xyo-network/payload-model": "^2.110.11", | ||
"@xyo-network/payload-plugin": "^2.110.11" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.12.4", | ||
"@xylabs/tsconfig": "^3.12.4", | ||
"@xylabs/ts-scripts-yarn3": "^3.13.3", | ||
"@xylabs/tsconfig": "^3.13.3", | ||
"typescript": "^5.5.4" | ||
@@ -62,4 +62,4 @@ }, | ||
"sideEffects": false, | ||
"version": "2.110.10", | ||
"version": "2.110.11", | ||
"type": "module" | ||
} |
export * from './Payload.js' | ||
// eslint-disable-next-line import/no-default-export | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js' | ||
export * from './Schema.js' | ||
export * from './Template.js' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
45340
284