Skip to content

Commit

Permalink
chore: include the 10 last versions in sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed May 3, 2024
1 parent 32ce688 commit 13c4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"examples:node": "ts-node examples/node/index.ts",
"examples:browser": "esbuild --bundle examples/browser/src/*.ts --servedir=examples/browser/web",
"build-contracts": "contractor colony -t 9 -o ./src/contracts",
"build-contracts": "contractor colony -t 10 -o ./src/contracts",
"build": "npm run clean && npm run compile-cjs && npm run compile-esm && npm run compile-prod && npm run compile-types && npm run create-pkg-json",
"build-docs": "typedoc",
"build-examples": "esbuild --bundle examples/browser/src/*.ts --outdir=examples/browser/web --minify",
Expand Down

0 comments on commit 13c4693

Please sign in to comment.