Socket
Socket
Sign inDemoInstall

@xyo-network/config-payload-plugin

Package Overview
Dependencies
Maintainers
0
Versions
621
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.106.0 to 2.107.0

27

dist/browser/index.js

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

var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/Plugin.ts
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
// src/Schema.ts
var ConfigSchema = "network.xyo.config";
// src/Template.ts
var configPayloadTemplate = /* @__PURE__ */ __name(() => ({
config: "",
schema: ConfigSchema
}), "configPayloadTemplate");
// src/Plugin.ts
var ConfigPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
schema: ConfigSchema,
template: configPayloadTemplate
}), "ConfigPayloadPlugin");
export {
ConfigPayloadPlugin,
ConfigSchema,
configPayloadTemplate,
ConfigPayloadPlugin as default
};
var f=Object.defineProperty;var o=(t,m)=>f(t,"name",{value:m,configurable:!0});import{createPayloadPlugin as i}from"@xyo-network/payload-plugin";var a="network.xyo.config";var e=o(()=>({config:"",schema:a}),"configPayloadTemplate");var r=o(()=>i({schema:a,template:e}),"ConfigPayloadPlugin");export{r as ConfigPayloadPlugin,a as ConfigSchema,e as configPayloadTemplate,r as default};
//# sourceMappingURL=index.js.map

3

dist/browser/Plugin.d.ts

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

import { ConfigSchema } from './Schema';
export declare const ConfigPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
config: string;
schema: "network.xyo.config";
schema: ConfigSchema;
}>;
//# sourceMappingURL=Plugin.d.ts.map

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

var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/Plugin.ts
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
// src/Schema.ts
var ConfigSchema = "network.xyo.config";
// src/Template.ts
var configPayloadTemplate = /* @__PURE__ */ __name(() => ({
config: "",
schema: ConfigSchema
}), "configPayloadTemplate");
// src/Plugin.ts
var ConfigPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
schema: ConfigSchema,
template: configPayloadTemplate
}), "ConfigPayloadPlugin");
export {
ConfigPayloadPlugin,
ConfigSchema,
configPayloadTemplate,
ConfigPayloadPlugin as default
};
var f=Object.defineProperty;var o=(t,m)=>f(t,"name",{value:m,configurable:!0});import{createPayloadPlugin as i}from"@xyo-network/payload-plugin";var a="network.xyo.config";var e=o(()=>({config:"",schema:a}),"configPayloadTemplate");var r=o(()=>i({schema:a,template:e}),"ConfigPayloadPlugin");export{r as ConfigPayloadPlugin,a as ConfigSchema,e as configPayloadTemplate,r as default};
//# sourceMappingURL=index.js.map

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

import { ConfigSchema } from './Schema';
export declare const ConfigPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
config: string;
schema: "network.xyo.config";
schema: ConfigSchema;
}>;
//# sourceMappingURL=Plugin.d.ts.map

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

var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/Plugin.ts
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
// src/Schema.ts
var ConfigSchema = "network.xyo.config";
// src/Template.ts
var configPayloadTemplate = /* @__PURE__ */ __name(() => ({
config: "",
schema: ConfigSchema
}), "configPayloadTemplate");
// src/Plugin.ts
var ConfigPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
schema: ConfigSchema,
template: configPayloadTemplate
}), "ConfigPayloadPlugin");
export {
ConfigPayloadPlugin,
ConfigSchema,
configPayloadTemplate,
ConfigPayloadPlugin as default
};
var f=Object.defineProperty;var o=(t,m)=>f(t,"name",{value:m,configurable:!0});import{createPayloadPlugin as i}from"@xyo-network/payload-plugin";var a="network.xyo.config";var e=o(()=>({config:"",schema:a}),"configPayloadTemplate");var r=o(()=>i({schema:a,template:e}),"ConfigPayloadPlugin");export{r as ConfigPayloadPlugin,a as ConfigSchema,e as configPayloadTemplate,r as default};
//# sourceMappingURL=index.js.map

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

import { ConfigSchema } from './Schema';
export declare const ConfigPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
config: string;
schema: "network.xyo.config";
schema: ConfigSchema;
}>;
//# sourceMappingURL=Plugin.d.ts.map

@@ -14,9 +14,9 @@ {

"@xylabs/object": "^3.5.1",
"@xyo-network/payload-model": "~2.106.0",
"@xyo-network/payload-plugin": "~2.106.0"
"@xyo-network/payload-model": "~2.107.0",
"@xyo-network/payload-plugin": "~2.107.0"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.11.2",
"@xylabs/tsconfig": "^3.11.2",
"typescript": "^5.4.5"
"@xylabs/ts-scripts-yarn3": "^3.11.8",
"@xylabs/tsconfig": "^3.11.8",
"typescript": "^5.5.2"
},

@@ -62,4 +62,4 @@ "description": "Typescript/Javascript Plugins for XYO Platform",

"sideEffects": false,
"version": "2.106.0",
"version": "2.107.0",
"type": "module"
}
export * from './Payload'
// eslint-disable-next-line import/no-default-export
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin'
export * from './Schema'
export * from './Template'

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