@noir-lang/noir_wasm 1.0.0-beta.8-1c7c6f2.nightly → 1.0.0-beta.8-7cf7a89.nightly
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.
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"contributors": [
|
|
4
4
|
"The Noir Team <team@noir-lang.org>"
|
|
5
5
|
],
|
|
6
|
-
"version": "1.0.0-beta.8-
|
|
6
|
+
"version": "1.0.0-beta.8-7cf7a89.nightly",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"main": "dist/main.js",
|
|
9
9
|
"types": "./dist/types/src/index.d.cts",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"webpack-dev-server": "^5.2.1"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@noir-lang/types": "1.0.0-beta.8-
|
|
86
|
+
"@noir-lang/types": "1.0.0-beta.8-7cf7a89.nightly",
|
|
87
87
|
"pako": "^2.1.0"
|
|
88
88
|
}
|
|
89
89
|
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
declare const __webpack_exports__compile: any;
|
|
2
|
-
declare const __webpack_exports__compile_contract: any;
|
|
3
|
-
declare const __webpack_exports__compile_program: any;
|
|
4
|
-
declare const __webpack_exports__createFileManager: any;
|
|
5
|
-
declare const __webpack_exports__inflateDebugSymbols: any;
|
|
6
|
-
export { __webpack_exports__compile as compile, __webpack_exports__compile_contract as compile_contract, __webpack_exports__compile_program as compile_program, __webpack_exports__createFileManager as createFileManager, __webpack_exports__inflateDebugSymbols as inflateDebugSymbols };
|