@railgun-community/shared-models 4.0.1-test → 4.0.2-test

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,3 +1,9 @@
1
+ export declare type Artifact = {
2
+ zkey: ArrayLike<number>;
3
+ wasm: Optional<ArrayLike<number>>;
4
+ dat: Optional<ArrayLike<number>>;
5
+ vkey: object;
6
+ };
1
7
  export declare enum ArtifactName {
2
8
  ZKEY = "zkey",
3
9
  WASM = "wasm",
@@ -1 +1 @@
1
- {"version":3,"file":"artifact.js","sourceRoot":"","sources":["../../src/models/artifact.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,6BAAa,CAAA;IACb,6BAAa,CAAA;IACb,6BAAa,CAAA;IACb,2BAAW,CAAA;AACb,CAAC,EALW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAKvB","sourcesContent":["export enum ArtifactName {\n ZKEY = 'zkey',\n WASM = 'wasm',\n VKEY = 'vkey',\n DAT = 'dat',\n}\n\nexport type ArtifactMapping = {\n [name in ArtifactName]: string;\n};\n\nexport type ArtifactDownloadedGroup = {\n [name in ArtifactName]: boolean;\n};\n"]}
1
+ {"version":3,"file":"artifact.js","sourceRoot":"","sources":["../../src/models/artifact.ts"],"names":[],"mappings":";;;AAOA,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,6BAAa,CAAA;IACb,6BAAa,CAAA;IACb,6BAAa,CAAA;IACb,2BAAW,CAAA;AACb,CAAC,EALW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAKvB","sourcesContent":["export type Artifact = {\n zkey: ArrayLike<number>;\n wasm: Optional<ArrayLike<number>>;\n dat: Optional<ArrayLike<number>>;\n vkey: object;\n};\n\nexport enum ArtifactName {\n ZKEY = 'zkey',\n WASM = 'wasm',\n VKEY = 'vkey',\n DAT = 'dat',\n}\n\nexport type ArtifactMapping = {\n [name in ArtifactName]: string;\n};\n\nexport type ArtifactDownloadedGroup = {\n [name in ArtifactName]: boolean;\n};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@railgun-community/shared-models",
3
- "version": "4.0.1-test",
3
+ "version": "4.0.2-test",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [