We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aab216 commit b69e187Copy full SHA for b69e187
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cowprotocol/cow-sdk",
3
- "version": "5.10.1",
+ "version": "5.10.1-RC.0",
4
"license": "(MIT OR Apache-2.0)",
5
"files": [
6
"/dist"
@@ -15,7 +15,7 @@
15
"types": "dist/index.d.ts",
16
"scripts": {
17
"prebuild": "rm -rf dist && yarn run codegen",
18
- "build": "microbundle -f modern,esm,cjs",
+ "build": "microbundle -f modern,esm,cjs --target node",
19
"start": "microbundle -f modern,esm,cjs watch",
20
"copy-md-files": "npx cpx \"**/*.md\" dist",
21
"postbuild": "cp package.json dist && yarn copy-md-files && yarn run trading:generateSchemas",
0 commit comments