@xyo-network/config-payload-plugin
Advanced tools
Comparing version 2.110.16 to 2.110.17
@@ -1,5 +0,5 @@ | ||
export * from './Payload.js'; | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js'; | ||
export * from './Schema.js'; | ||
export * from './Template.js'; | ||
export * from './Payload.ts'; | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.ts'; | ||
export * from './Schema.ts'; | ||
export * from './Template.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
import { AnyObject, WithAdditional } from '@xylabs/object'; | ||
import { Payload } from '@xyo-network/payload-model'; | ||
import { ConfigSchema } from './Schema.js'; | ||
import { ConfigSchema } from './Schema.ts'; | ||
export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<Payload<{ | ||
@@ -5,0 +5,0 @@ config: string; |
@@ -1,2 +0,2 @@ | ||
import { ConfigSchema } from './Schema.js'; | ||
import { ConfigSchema } from './Schema.ts'; | ||
export declare const ConfigPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & { | ||
@@ -3,0 +3,0 @@ config: string; |
@@ -1,3 +0,3 @@ | ||
import { ConfigPayload } from './Payload.js'; | ||
import { ConfigPayload } from './Payload.ts'; | ||
export declare const configPayloadTemplate: () => ConfigPayload; | ||
//# sourceMappingURL=Template.d.ts.map |
@@ -1,5 +0,5 @@ | ||
export * from './Payload.js'; | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js'; | ||
export * from './Schema.js'; | ||
export * from './Template.js'; | ||
export * from './Payload.ts'; | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.ts'; | ||
export * from './Schema.ts'; | ||
export * from './Template.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
import { AnyObject, WithAdditional } from '@xylabs/object'; | ||
import { Payload } from '@xyo-network/payload-model'; | ||
import { ConfigSchema } from './Schema.js'; | ||
import { ConfigSchema } from './Schema.ts'; | ||
export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<Payload<{ | ||
@@ -5,0 +5,0 @@ config: string; |
@@ -1,2 +0,2 @@ | ||
import { ConfigSchema } from './Schema.js'; | ||
import { ConfigSchema } from './Schema.ts'; | ||
export declare const ConfigPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & { | ||
@@ -3,0 +3,0 @@ config: string; |
@@ -1,3 +0,3 @@ | ||
import { ConfigPayload } from './Payload.js'; | ||
import { ConfigPayload } from './Payload.ts'; | ||
export declare const configPayloadTemplate: () => ConfigPayload; | ||
//# sourceMappingURL=Template.d.ts.map |
@@ -1,5 +0,5 @@ | ||
export * from './Payload.js'; | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js'; | ||
export * from './Schema.js'; | ||
export * from './Template.js'; | ||
export * from './Payload.ts'; | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.ts'; | ||
export * from './Schema.ts'; | ||
export * from './Template.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
import { AnyObject, WithAdditional } from '@xylabs/object'; | ||
import { Payload } from '@xyo-network/payload-model'; | ||
import { ConfigSchema } from './Schema.js'; | ||
import { ConfigSchema } from './Schema.ts'; | ||
export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<Payload<{ | ||
@@ -5,0 +5,0 @@ config: string; |
@@ -1,2 +0,2 @@ | ||
import { ConfigSchema } from './Schema.js'; | ||
import { ConfigSchema } from './Schema.ts'; | ||
export declare const ConfigPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & { | ||
@@ -3,0 +3,0 @@ config: string; |
@@ -1,3 +0,3 @@ | ||
import { ConfigPayload } from './Payload.js'; | ||
import { ConfigPayload } from './Payload.ts'; | ||
export declare const configPayloadTemplate: () => ConfigPayload; | ||
//# sourceMappingURL=Template.d.ts.map |
@@ -14,4 +14,4 @@ { | ||
"@xylabs/object": "^3.6.6", | ||
"@xyo-network/payload-model": "^2.110.16", | ||
"@xyo-network/payload-plugin": "^2.110.16" | ||
"@xyo-network/payload-model": "^2.110.17", | ||
"@xyo-network/payload-plugin": "^2.110.17" | ||
}, | ||
@@ -62,4 +62,4 @@ "devDependencies": { | ||
"sideEffects": false, | ||
"version": "2.110.16", | ||
"version": "2.110.17", | ||
"type": "module" | ||
} |
@@ -1,4 +0,4 @@ | ||
export * from './Payload.js' | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js' | ||
export * from './Schema.js' | ||
export * from './Template.js' | ||
export * from './Payload.ts' | ||
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.ts' | ||
export * from './Schema.ts' | ||
export * from './Template.ts' |
import { AnyObject, WithAdditional } from '@xylabs/object' | ||
import { Payload } from '@xyo-network/payload-model' | ||
import { ConfigSchema } from './Schema.js' | ||
import { ConfigSchema } from './Schema.ts' | ||
@@ -6,0 +6,0 @@ export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional< |
import { createPayloadPlugin } from '@xyo-network/payload-plugin' | ||
import { ConfigPayload } from './Payload.js' | ||
import { ConfigSchema } from './Schema.js' | ||
import { configPayloadTemplate } from './Template.js' | ||
import { ConfigPayload } from './Payload.ts' | ||
import { ConfigSchema } from './Schema.ts' | ||
import { configPayloadTemplate } from './Template.ts' | ||
@@ -7,0 +7,0 @@ export const ConfigPayloadPlugin = () => |
@@ -1,3 +0,3 @@ | ||
import { ConfigPayload } from './Payload.js' | ||
import { ConfigSchema } from './Schema.js' | ||
import { ConfigPayload } from './Payload.ts' | ||
import { ConfigSchema } from './Schema.ts' | ||
@@ -4,0 +4,0 @@ export const configPayloadTemplate = (): ConfigPayload => ({ |
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
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