@xyo-network/url-safety-payload-plugin 2.99.5 → 2.99.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.cjs +2 -3
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.mjs +2 -5
- package/dist/browser/index.mjs.map +1 -1
- package/dist/neutral/index.cjs +2 -3
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.mjs +2 -5
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/node/index.cjs +2 -3
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.mjs +2 -5
- package/dist/node/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/browser/index.cjs
CHANGED
|
@@ -3,7 +3,6 @@ var __defProp = Object.defineProperty;
|
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
6
|
var __export = (target, all) => {
|
|
8
7
|
for (var name in all)
|
|
9
8
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -34,7 +33,7 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
|
|
|
34
33
|
var UrlSafetySchema = "network.xyo.url.safety";
|
|
35
34
|
|
|
36
35
|
// src/Plugin.ts
|
|
37
|
-
var UrlSafetyPayloadPlugin =
|
|
36
|
+
var UrlSafetyPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
|
|
38
37
|
schema: UrlSafetySchema
|
|
39
|
-
})
|
|
38
|
+
});
|
|
40
39
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,UACpC,2CAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;","names":[]}
|
package/dist/browser/index.mjs
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
1
|
// src/Plugin.ts
|
|
5
2
|
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
6
3
|
|
|
@@ -8,9 +5,9 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
|
8
5
|
var UrlSafetySchema = "network.xyo.url.safety";
|
|
9
6
|
|
|
10
7
|
// src/Plugin.ts
|
|
11
|
-
var UrlSafetyPayloadPlugin =
|
|
8
|
+
var UrlSafetyPayloadPlugin = () => createPayloadPlugin({
|
|
12
9
|
schema: UrlSafetySchema
|
|
13
|
-
})
|
|
10
|
+
});
|
|
14
11
|
export {
|
|
15
12
|
UrlSafetyPayloadPlugin,
|
|
16
13
|
UrlSafetySchema,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,MACpC,oBAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;","names":[]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -3,7 +3,6 @@ var __defProp = Object.defineProperty;
|
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
6
|
var __export = (target, all) => {
|
|
8
7
|
for (var name in all)
|
|
9
8
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -34,7 +33,7 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
|
|
|
34
33
|
var UrlSafetySchema = "network.xyo.url.safety";
|
|
35
34
|
|
|
36
35
|
// src/Plugin.ts
|
|
37
|
-
var UrlSafetyPayloadPlugin =
|
|
36
|
+
var UrlSafetyPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
|
|
38
37
|
schema: UrlSafetySchema
|
|
39
|
-
})
|
|
38
|
+
});
|
|
40
39
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,UACpC,2CAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;","names":[]}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
1
|
// src/Plugin.ts
|
|
5
2
|
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
6
3
|
|
|
@@ -8,9 +5,9 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
|
8
5
|
var UrlSafetySchema = "network.xyo.url.safety";
|
|
9
6
|
|
|
10
7
|
// src/Plugin.ts
|
|
11
|
-
var UrlSafetyPayloadPlugin =
|
|
8
|
+
var UrlSafetyPayloadPlugin = () => createPayloadPlugin({
|
|
12
9
|
schema: UrlSafetySchema
|
|
13
|
-
})
|
|
10
|
+
});
|
|
14
11
|
export {
|
|
15
12
|
UrlSafetyPayloadPlugin,
|
|
16
13
|
UrlSafetySchema,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,MACpC,oBAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;","names":[]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -3,7 +3,6 @@ var __defProp = Object.defineProperty;
|
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
6
|
var __export = (target, all) => {
|
|
8
7
|
for (var name in all)
|
|
9
8
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -34,9 +33,9 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
|
|
|
34
33
|
var UrlSafetySchema = "network.xyo.url.safety";
|
|
35
34
|
|
|
36
35
|
// src/Plugin.ts
|
|
37
|
-
var UrlSafetyPayloadPlugin =
|
|
36
|
+
var UrlSafetyPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
|
|
38
37
|
schema: UrlSafetySchema
|
|
39
|
-
})
|
|
38
|
+
});
|
|
40
39
|
// Annotate the CommonJS export names for ESM import in node:
|
|
41
40
|
0 && (module.exports = {
|
|
42
41
|
UrlSafetyPayloadPlugin,
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin.ts'\nexport * from './Schema.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,UACpC,2CAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;","names":[]}
|
package/dist/node/index.mjs
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
1
|
// src/Plugin.ts
|
|
5
2
|
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
6
3
|
|
|
@@ -8,9 +5,9 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
|
8
5
|
var UrlSafetySchema = "network.xyo.url.safety";
|
|
9
6
|
|
|
10
7
|
// src/Plugin.ts
|
|
11
|
-
var UrlSafetyPayloadPlugin =
|
|
8
|
+
var UrlSafetyPayloadPlugin = () => createPayloadPlugin({
|
|
12
9
|
schema: UrlSafetySchema
|
|
13
|
-
})
|
|
10
|
+
});
|
|
14
11
|
export {
|
|
15
12
|
UrlSafetyPayloadPlugin,
|
|
16
13
|
UrlSafetySchema,
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload.ts'\nimport { UrlSafetySchema } from './Schema.ts'\n\nexport const UrlSafetyPayloadPlugin = () =>\n createPayloadPlugin<UrlSafetyPayload>({\n schema: UrlSafetySchema,\n })\n","export const UrlSafetySchema = 'network.xyo.url.safety'\nexport type UrlSafetySchema = typeof UrlSafetySchema\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,MACpC,oBAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/payload-model": "^2.111.
|
|
14
|
-
"@xyo-network/payload-plugin": "^2.111.
|
|
15
|
-
"@xyo-network/url-payload-plugin": "^2.99.
|
|
13
|
+
"@xyo-network/payload-model": "^2.111.3",
|
|
14
|
+
"@xyo-network/payload-plugin": "^2.111.3",
|
|
15
|
+
"@xyo-network/url-payload-plugin": "^2.99.6"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.15.
|
|
19
|
-
"@xylabs/tsconfig": "^3.15.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.15.14",
|
|
19
|
+
"@xylabs/tsconfig": "^3.15.14",
|
|
20
20
|
"typescript": "^5.5.4"
|
|
21
21
|
},
|
|
22
22
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.99.
|
|
61
|
+
"version": "2.99.6",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|