@xyo-network/xns-payload-plugins 3.5.1 → 3.5.2

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.
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\nexport default XnsRecordPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAIP,IAAM,0BAA+C;AAAA;AAE5D;AAEA,IAAO,gBAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/xns-record-payload-plugins'\nimport type { PayloadPluginFunc } from '@xyo-network/payload-plugin'\nimport {} from '@xyo-network/xns-record-payload-plugins'\n\nexport const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [\n // TODO: Exports from xns-record-payload-plugins\n]\n\nexport default XnsRecordPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAIP,IAAM,0BAA+C;AAAA;AAE5D;AAEA,IAAO,gBAAQ;","names":[]}
@@ -1,5 +1,5 @@
1
1
  export * from '@xyo-network/xns-record-payload-plugins';
2
- import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
2
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
3
  export declare const XnsRecordPayloadPlugins: PayloadPluginFunc[];
4
4
  export default XnsRecordPayloadPlugins;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAG/D,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,EAEtD,CAAA;AAED,eAAe,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAGpE,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,EAEtD,CAAA;AAED,eAAe,uBAAuB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xns-payload-plugins",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,12 +29,12 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-plugin": "^3.12.0",
33
- "@xyo-network/xns-record-payload-plugins": "^3.5.1"
32
+ "@xyo-network/payload-plugin": "^3.13.0",
33
+ "@xyo-network/xns-record-payload-plugins": "^3.5.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^6.2.1",
37
- "@xylabs/tsconfig": "^6.2.1",
36
+ "@xylabs/ts-scripts-yarn3": "^6.3.1",
37
+ "@xylabs/tsconfig": "^6.3.1",
38
38
  "typescript": "^5.8.3"
39
39
  },
40
40
  "publishConfig": {
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from '@xyo-network/xns-record-payload-plugins'
2
- import { PayloadPluginFunc } from '@xyo-network/payload-plugin'
2
+ import type { PayloadPluginFunc } from '@xyo-network/payload-plugin'
3
3
  import {} from '@xyo-network/xns-record-payload-plugins'
4
4
 
5
5
  export const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [
package/xy.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},