Skip to content

Commit 250abd9

Browse files
committed
2.5.1
1 parent 7dfaaa3 commit 250abd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "o1js",
33
"description": "TypeScript framework for zk-SNARKs and zkApps",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/o1-labs/o1js/",
77
"repository": {
@@ -54,7 +54,7 @@
5454
"build:wasm": "./src/bindings/scripts/update-wasm-and-types.sh",
5555
"build:web": "rimraf ./dist/web && node src/build/build-web.js",
5656
"build:examples": "npm run build && rimraf ./dist/examples && npx tsc -p tsconfig.examples.json && npx tsc -p benchmark/tsconfig.json",
57-
"checkForBindings" : "test -d ./src/bindings/compiled || npm run build:bindings-download",
57+
"checkForBindings": "test -d ./src/bindings/compiled || npm run build:bindings-download",
5858
"build:docs": "npx typedoc",
5959
"prepublish:web": "npm run checkForBindings && NODE_ENV=production node src/build/build-web.js",
6060
"prepublish:node": "npm run checkForBindings && node src/build/copy-artifacts.js && rimraf ./dist/node && tsc -p tsconfig.node.json && node src/build/copy-to-dist.js && NODE_ENV=production node src/build/build-node.js",

0 commit comments

Comments
 (0)