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 2
2
"name" : " @streamsql/streamsql-js" ,
3
3
"author" : " StreamSQL <ethan@streamsql.io>" ,
4
4
"version" : " 1.0.0-beta.0" ,
5
- "config" : {
6
- "apiVersion" : " v1-beta"
7
- },
8
5
"license" : " MIT" ,
9
6
"description" : " StreamSQL's javascript ingestion API" ,
10
7
"main" : " streamsql.cjs.js" ,
16
13
"prebuild" : " rimraf dist" ,
17
14
"rollup" : " rollup -c" ,
18
15
"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;\" " ,
20
17
"build" : " npm-run-all --parallel rollup copy" ,
21
18
"prepare" : " npm run build" ,
22
19
"serve:test" : " cross-env NODE_ENV=test node integration/fixtures/server.js" ,
31
28
"format" : " npm run prettier -- --write" ,
32
29
"check-format" : " npm run prettier --list-different"
33
30
},
34
-
31
+ "config" : {
32
+ "apiVersion" : " v1-beta"
33
+ },
35
34
"devDependencies" : {
36
35
"@babel/core" : " ^7.8.4" ,
37
36
"@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
You can’t perform that action at this time.
0 commit comments