@xyo-network/url-safety-payload-plugin 2.85.0 → 2.85.1

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.
@@ -22,7 +22,7 @@ var src_exports = {};
22
22
  __export(src_exports, {
23
23
  UrlSafetyPayloadPlugin: () => UrlSafetyPayloadPlugin,
24
24
  UrlSafetySchema: () => UrlSafetySchema,
25
- default: () => src_default
25
+ default: () => UrlSafetyPayloadPlugin
26
26
  });
27
27
  module.exports = __toCommonJS(src_exports);
28
28
 
@@ -36,7 +36,4 @@ var UrlSafetySchema = "network.xyo.url.safety";
36
36
  var UrlSafetyPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
37
37
  schema: UrlSafetySchema
38
38
  });
39
-
40
- // src/index.ts
41
- var src_default = UrlSafetyPayloadPlugin;
42
39
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { UrlSafetyPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\n\nexport { UrlSafetyPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default UrlSafetyPayloadPlugin\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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;;;ADAH,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload'\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin'\nexport * from './Schema'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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":[]}
@@ -1,6 +1,4 @@
1
- import { UrlSafetyPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin';
3
3
  export * from './Schema';
4
- export { UrlSafetyPayloadPlugin };
5
- export default UrlSafetyPayloadPlugin;
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAGjC,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AACpF,cAAc,UAAU,CAAA"}
@@ -1,6 +1,4 @@
1
- import { UrlSafetyPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin';
3
3
  export * from './Schema';
4
- export { UrlSafetyPayloadPlugin };
5
- export default UrlSafetyPayloadPlugin;
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAGjC,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AACpF,cAAc,UAAU,CAAA"}
@@ -1,6 +1,4 @@
1
- import { UrlSafetyPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin';
3
3
  export * from './Schema';
4
- export { UrlSafetyPayloadPlugin };
5
- export default UrlSafetyPayloadPlugin;
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAGjC,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AACpF,cAAc,UAAU,CAAA"}
@@ -8,12 +8,9 @@ var UrlSafetySchema = "network.xyo.url.safety";
8
8
  var UrlSafetyPayloadPlugin = () => createPayloadPlugin({
9
9
  schema: UrlSafetySchema
10
10
  });
11
-
12
- // src/index.ts
13
- var src_default = UrlSafetyPayloadPlugin;
14
11
  export {
15
12
  UrlSafetyPayloadPlugin,
16
13
  UrlSafetySchema,
17
- src_default as default
14
+ UrlSafetyPayloadPlugin as default
18
15
  };
19
16
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/index.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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","import { UrlSafetyPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\n\nexport { UrlSafetyPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default UrlSafetyPayloadPlugin\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,MACpC,oBAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;;;AEAH,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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":[]}
@@ -1,6 +1,4 @@
1
- import { UrlSafetyPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin';
3
3
  export * from './Schema';
4
- export { UrlSafetyPayloadPlugin };
5
- export default UrlSafetyPayloadPlugin;
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAGjC,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AACpF,cAAc,UAAU,CAAA"}
@@ -1,6 +1,4 @@
1
- import { UrlSafetyPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin';
3
3
  export * from './Schema';
4
- export { UrlSafetyPayloadPlugin };
5
- export default UrlSafetyPayloadPlugin;
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAGjC,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AACpF,cAAc,UAAU,CAAA"}
@@ -1,6 +1,4 @@
1
- import { UrlSafetyPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin';
3
3
  export * from './Schema';
4
- export { UrlSafetyPayloadPlugin };
5
- export default UrlSafetyPayloadPlugin;
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAGjC,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AACpF,cAAc,UAAU,CAAA"}
@@ -22,7 +22,7 @@ var src_exports = {};
22
22
  __export(src_exports, {
23
23
  UrlSafetyPayloadPlugin: () => UrlSafetyPayloadPlugin,
24
24
  UrlSafetySchema: () => UrlSafetySchema,
25
- default: () => src_default
25
+ default: () => UrlSafetyPayloadPlugin
26
26
  });
27
27
  module.exports = __toCommonJS(src_exports);
28
28
 
@@ -36,9 +36,6 @@ var UrlSafetySchema = "network.xyo.url.safety";
36
36
  var UrlSafetyPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
37
37
  schema: UrlSafetySchema
38
38
  });
39
-
40
- // src/index.ts
41
- var src_default = UrlSafetyPayloadPlugin;
42
39
  // Annotate the CommonJS export names for ESM import in node:
43
40
  0 && (module.exports = {
44
41
  UrlSafetyPayloadPlugin,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { UrlSafetyPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\n\nexport { UrlSafetyPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default UrlSafetyPayloadPlugin\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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;;;ADAH,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["export * from './Payload'\nexport { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin'\nexport * from './Schema'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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":[]}
@@ -8,12 +8,9 @@ var UrlSafetySchema = "network.xyo.url.safety";
8
8
  var UrlSafetyPayloadPlugin = () => createPayloadPlugin({
9
9
  schema: UrlSafetySchema
10
10
  });
11
-
12
- // src/index.ts
13
- var src_default = UrlSafetyPayloadPlugin;
14
11
  export {
15
12
  UrlSafetyPayloadPlugin,
16
13
  UrlSafetySchema,
17
- src_default as default
14
+ UrlSafetyPayloadPlugin as default
18
15
  };
19
16
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/index.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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","import { UrlSafetyPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\n\nexport { UrlSafetyPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default UrlSafetyPayloadPlugin\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACA7B,IAAM,kBAAkB;;;ADKxB,IAAM,yBAAyB,MACpC,oBAAsC;AAAA,EACpC,QAAQ;AACV,CAAC;;;AEAH,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { UrlSafetyPayload } from './Payload'\nimport { UrlSafetySchema } from './Schema'\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,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-model": "^2.85.0",
14
- "@xyo-network/payload-plugin": "^2.85.0",
15
- "@xyo-network/url-payload-plugin": "~2.85.0"
13
+ "@xyo-network/payload-model": "^2.85.3",
14
+ "@xyo-network/payload-plugin": "^2.85.3",
15
+ "@xyo-network/url-payload-plugin": "~2.85.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
@@ -59,5 +59,5 @@
59
59
  },
60
60
  "sideEffects": false,
61
61
  "types": "dist/node/index.d.ts",
62
- "version": "2.85.0"
62
+ "version": "2.85.1"
63
63
  }
package/src/index.ts CHANGED
@@ -1,9 +1,3 @@
1
- import { UrlSafetyPayloadPlugin } from './Plugin'
2
-
3
1
  export * from './Payload'
2
+ export { UrlSafetyPayloadPlugin as default, UrlSafetyPayloadPlugin } from './Plugin'
4
3
  export * from './Schema'
5
-
6
- export { UrlSafetyPayloadPlugin }
7
-
8
- // eslint-disable-next-line import/no-default-export
9
- export default UrlSafetyPayloadPlugin