Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/config-payload-plugin

Package Overview
Dependencies
Maintainers
0
Versions
629
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/config-payload-plugin - npm Package Compare versions

Comparing version 2.109.1 to 2.110.0

8

dist/browser/index.d.ts

@@ -1,5 +0,5 @@

export * from './Payload';
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin';
export * from './Schema';
export * from './Template';
export * from './Payload.js';
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js';
export * from './Schema.js';
export * from './Template.js';
//# sourceMappingURL=index.d.ts.map
import { AnyObject, WithAdditional } from '@xylabs/object';
import { Payload } from '@xyo-network/payload-model';
import { ConfigSchema } from './Schema';
import { ConfigSchema } from './Schema.js';
export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<Payload<{

@@ -5,0 +5,0 @@ config: string;

@@ -1,2 +0,2 @@

import { ConfigSchema } from './Schema';
import { ConfigSchema } from './Schema.js';
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';
import { ConfigPayload } from './Payload.js';
export declare const configPayloadTemplate: () => ConfigPayload;
//# sourceMappingURL=Template.d.ts.map

@@ -1,5 +0,5 @@

export * from './Payload';
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin';
export * from './Schema';
export * from './Template';
export * from './Payload.js';
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js';
export * from './Schema.js';
export * from './Template.js';
//# sourceMappingURL=index.d.ts.map
import { AnyObject, WithAdditional } from '@xylabs/object';
import { Payload } from '@xyo-network/payload-model';
import { ConfigSchema } from './Schema';
import { ConfigSchema } from './Schema.js';
export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<Payload<{

@@ -5,0 +5,0 @@ config: string;

@@ -1,2 +0,2 @@

import { ConfigSchema } from './Schema';
import { ConfigSchema } from './Schema.js';
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';
import { ConfigPayload } from './Payload.js';
export declare const configPayloadTemplate: () => ConfigPayload;
//# sourceMappingURL=Template.d.ts.map

@@ -1,5 +0,5 @@

export * from './Payload';
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin';
export * from './Schema';
export * from './Template';
export * from './Payload.js';
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js';
export * from './Schema.js';
export * from './Template.js';
//# sourceMappingURL=index.d.ts.map
import { AnyObject, WithAdditional } from '@xylabs/object';
import { Payload } from '@xyo-network/payload-model';
import { ConfigSchema } from './Schema';
import { ConfigSchema } from './Schema.js';
export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<Payload<{

@@ -5,0 +5,0 @@ config: string;

@@ -1,2 +0,2 @@

import { ConfigSchema } from './Schema';
import { ConfigSchema } from './Schema.js';
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';
import { ConfigPayload } from './Payload.js';
export declare const configPayloadTemplate: () => ConfigPayload;
//# sourceMappingURL=Template.d.ts.map

@@ -13,5 +13,5 @@ {

"dependencies": {
"@xylabs/object": "^3.5.3",
"@xyo-network/payload-model": "^2.109.1",
"@xyo-network/payload-plugin": "^2.109.1"
"@xylabs/object": "^3.5.9",
"@xyo-network/payload-model": "^2.110.0",
"@xyo-network/payload-plugin": "^2.110.0"
},

@@ -62,4 +62,4 @@ "devDependencies": {

"sideEffects": false,
"version": "2.109.1",
"version": "2.110.0",
"type": "module"
}

@@ -1,5 +0,5 @@

export * from './Payload'
export * from './Payload.js'
// eslint-disable-next-line import/no-default-export
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin'
export * from './Schema'
export * from './Template'
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.js'
export * from './Schema.js'
export * from './Template.js'
import { AnyObject, WithAdditional } from '@xylabs/object'
import { Payload } from '@xyo-network/payload-model'
import { ConfigSchema } from './Schema'
import { ConfigSchema } from './Schema.js'

@@ -6,0 +6,0 @@ export type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<

import { createPayloadPlugin } from '@xyo-network/payload-plugin'
import { ConfigPayload } from './Payload'
import { ConfigSchema } from './Schema'
import { configPayloadTemplate } from './Template'
import { ConfigPayload } from './Payload.js'
import { ConfigSchema } from './Schema.js'
import { configPayloadTemplate } from './Template.js'

@@ -7,0 +7,0 @@ export const ConfigPayloadPlugin = () =>

@@ -1,3 +0,3 @@

import { ConfigPayload } from './Payload'
import { ConfigSchema } from './Schema'
import { ConfigPayload } from './Payload.js'
import { ConfigSchema } from './Schema.js'

@@ -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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc