File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " @streamsql/streamsql-js" ,
33 "author" : " StreamSQL <ethan@streamsql.io>" ,
44 "version" : " 1.0.0-beta.0" ,
5- "config" : {
6- "apiVersion" : " v1-beta"
7- },
85 "license" : " MIT" ,
96 "description" : " StreamSQL's javascript ingestion API" ,
107 "main" : " streamsql.cjs.js" ,
1613 "prebuild" : " rimraf dist" ,
1714 "rollup" : " rollup -c" ,
1815 "rollup:test" : " rollup --config rollup-test.config.js" ,
19- "copy" : " copyfiles -f package.json readme.md LICENSE streamsql.d.ts dist && json -I -f dist/package.json -e \" this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this.jest=undefined; this.babel=undefined; this.config=undefined; this. np=undefined; this.publishConfig=undefined;\" " ,
16+ "copy" : " copyfiles -f package.json readme.md LICENSE streamsql.d.ts dist && json -I -f dist/package.json -e \" this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this.jest=undefined; this.babel=undefined; this.np=undefined; this.publishConfig=undefined;\" " ,
2017 "build" : " npm-run-all --parallel rollup copy" ,
2118 "prepare" : " npm run build" ,
2219 "serve:test" : " cross-env NODE_ENV=test node integration/fixtures/server.js" ,
3128 "format" : " npm run prettier -- --write" ,
3229 "check-format" : " npm run prettier --list-different"
3330 },
34-
31+ "config" : {
32+ "apiVersion" : " v1-beta"
33+ },
3534 "devDependencies" : {
3635 "@babel/core" : " ^7.8.4" ,
3736 "@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
You can’t perform that action at this time.
0 commit comments