@xyo-network/xns-payload-plugins 3.1.2 → 3.2.0-rc.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,"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;AAGD,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"}
@@ -1 +1 @@
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\n// eslint-disable-next-line import-x/no-default-export\nexport default XnsRecordPayloadPlugins\n"],"mappings":";AAAA,cAAc;AAIP,IAAM,0BAA+C;AAAA;AAE5D;AAGA,IAAO,cAAQ;","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,cAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xns-payload-plugins",
3
- "version": "3.1.2",
3
+ "version": "3.2.0-rc.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,15 +29,16 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-plugin": "^3.5.1",
33
- "@xyo-network/xns-record-payload-plugins": "^3.1.2"
32
+ "@xyo-network/payload-plugin": "^3.6.0-rc.11",
33
+ "@xyo-network/xns-record-payload-plugins": "^3.2.0-rc.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
37
- "@xylabs/tsconfig": "^4.2.4",
36
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
37
+ "@xylabs/tsconfig": "^4.2.6",
38
38
  "typescript": "^5.7.2"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
- }
42
+ },
43
+ "stableVersion": "3.1.2"
43
44
  }
package/src/index.ts CHANGED
@@ -6,5 +6,4 @@ export const XnsRecordPayloadPlugins: PayloadPluginFunc[] = [
6
6
  // TODO: Exports from xns-record-payload-plugins
7
7
  ]
8
8
 
9
- // eslint-disable-next-line import-x/no-default-export
10
9
  export default XnsRecordPayloadPlugins