@xyo-network/module-model 2.67.0-rc.4 → 2.67.0

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.
@@ -6,7 +6,7 @@ import { AddressPreviousHashPayload } from '../Queries';
6
6
  export type ModuleQueryFunctions = {
7
7
  describe: () => Promise<ModuleDescription>;
8
8
  discover: () => Promisable<Payload[]>;
9
- manifest: () => Promisable<ModuleManifestPayload>;
9
+ manifest: (ignoreAddresses?: string[]) => Promisable<ModuleManifestPayload>;
10
10
  moduleAddress: () => Promisable<AddressPreviousHashPayload[]>;
11
11
  };
12
12
  //# sourceMappingURL=ModuleQueryFunctions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModuleQueryFunctions.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleQueryFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAA;AAEvD,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,MAAM,OAAO,CAAC,iBAAiB,CAAC,CAAA;IAC1C,QAAQ,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;IACrC,QAAQ,EAAE,MAAM,UAAU,CAAC,qBAAqB,CAAC,CAAA;IACjD,aAAa,EAAE,MAAM,UAAU,CAAC,0BAA0B,EAAE,CAAC,CAAA;CAC9D,CAAA"}
1
+ {"version":3,"file":"ModuleQueryFunctions.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleQueryFunctions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAA;AAEvD,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,MAAM,OAAO,CAAC,iBAAiB,CAAC,CAAA;IAC1C,QAAQ,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;IACrC,QAAQ,EAAE,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,KAAK,UAAU,CAAC,qBAAqB,CAAC,CAAA;IAC3E,aAAa,EAAE,MAAM,UAAU,CAAC,0BAA0B,EAAE,CAAC,CAAA;CAC9D,CAAA"}
package/package.json CHANGED
@@ -10,18 +10,18 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account-model": "~2.67.0-rc.4",
14
- "@xyo-network/address-payload-plugin": "~2.67.0-rc.4",
15
- "@xyo-network/boundwitness-builder": "~2.67.0-rc.4",
16
- "@xyo-network/boundwitness-model": "~2.67.0-rc.4",
17
- "@xyo-network/core": "~2.67.0-rc.4",
18
- "@xyo-network/logger": "~2.67.0-rc.4",
19
- "@xyo-network/manifest-model": "~2.67.0-rc.4",
20
- "@xyo-network/module-events": "~2.67.0-rc.4",
21
- "@xyo-network/object-identity": "~2.67.0-rc.4",
22
- "@xyo-network/payload-model": "~2.67.0-rc.4",
23
- "@xyo-network/promise": "~2.67.0-rc.4",
24
- "@xyo-network/wallet-model": "~2.67.0-rc.4",
13
+ "@xyo-network/account-model": "~2.67.0",
14
+ "@xyo-network/address-payload-plugin": "~2.67.0",
15
+ "@xyo-network/boundwitness-builder": "~2.67.0",
16
+ "@xyo-network/boundwitness-model": "~2.67.0",
17
+ "@xyo-network/core": "~2.67.0",
18
+ "@xyo-network/logger": "~2.67.0",
19
+ "@xyo-network/manifest-model": "~2.67.0",
20
+ "@xyo-network/module-events": "~2.67.0",
21
+ "@xyo-network/object-identity": "~2.67.0",
22
+ "@xyo-network/payload-model": "~2.67.0",
23
+ "@xyo-network/promise": "~2.67.0",
24
+ "@xyo-network/wallet-model": "~2.67.0",
25
25
  "lodash": "^4.17.21"
26
26
  },
27
27
  "devDependencies": {
@@ -62,6 +62,5 @@
62
62
  },
63
63
  "sideEffects": false,
64
64
  "types": "dist/types/index.d.ts",
65
- "version": "2.67.0-rc.4",
66
- "stableVersion": "2.66.9"
65
+ "version": "2.67.0"
67
66
  }
@@ -8,6 +8,6 @@ import { AddressPreviousHashPayload } from '../Queries'
8
8
  export type ModuleQueryFunctions = {
9
9
  describe: () => Promise<ModuleDescription>
10
10
  discover: () => Promisable<Payload[]>
11
- manifest: () => Promisable<ModuleManifestPayload>
11
+ manifest: (ignoreAddresses?: string[]) => Promisable<ModuleManifestPayload>
12
12
  moduleAddress: () => Promisable<AddressPreviousHashPayload[]>
13
13
  }