File tree Expand file tree Collapse file tree 10 files changed +18
-17
lines changed Expand file tree Collapse file tree 10 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/build" ,
3
3
"description" : " VulcanSQL package for building projects" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
22
22
},
23
23
"license" : " MIT" ,
24
24
"peerDependencies" : {
25
- "@vulcan-sql/core" : " ~0.2.0 -0"
25
+ "@vulcan-sql/core" : " ~0.2.1 -0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 64
64
]
65
65
}
66
66
},
67
- "tags" : []
67
+ "tags" : [],
68
+ "implicitDependencies" : [" !serve" ]
68
69
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/cli" ,
3
3
"description" : " CLI tools for VulcanSQL" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"bin" : {
7
7
"vulcan" : " ./src/index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/core" ,
3
3
"description" : " Core package of VulcanSQL" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/extension-dbt" ,
3
3
"description" : " Using dbt models form VulcanSQL projects" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
23
23
},
24
24
"license" : " MIT" ,
25
25
"peerDependencies" : {
26
- "@vulcan-sql/core" : " ~0.2.0 -0"
26
+ "@vulcan-sql/core" : " ~0.2.1 -0"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/extension-debug-tools" ,
3
3
"description" : " A collection of Vulcan extension debug tools" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
22
22
},
23
23
"license" : " MIT" ,
24
24
"peerDependencies" : {
25
- "@vulcan-sql/core" : " ~0.2.0 -0"
25
+ "@vulcan-sql/core" : " ~0.2.1 -0"
26
26
},
27
27
"devDependencies" : {
28
28
"@vulcan-sql/test-utility" : " 0.1.0-alpha.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/extension-driver-duckdb" ,
3
3
"description" : " duckdb driver for Vulcan SQL" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
23
23
},
24
24
"license" : " MIT" ,
25
25
"peerDependencies" : {
26
- "@vulcan-sql/core" : " ~0.2.0 -0"
26
+ "@vulcan-sql/core" : " ~0.2.1 -0"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/extension-driver-pg" ,
3
3
"description" : " PG driver for Vulcan SQL" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
24
24
},
25
25
"license" : " MIT" ,
26
26
"peerDependencies" : {
27
- "@vulcan-sql/core" : " ~0.2.0 -0"
27
+ "@vulcan-sql/core" : " ~0.2.1 -0"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/serve" ,
3
3
"description" : " VulcanSQL package for serving projects" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
22
22
},
23
23
"license" : " MIT" ,
24
24
"peerDependencies" : {
25
- "@vulcan-sql/core" : " ~0.2.0 -0"
25
+ "@vulcan-sql/core" : " ~0.2.1 -0"
26
26
},
27
27
"dependencies" : {
28
28
"redoc" : " 2.0.0-rc.76"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vulcan-sql/test-utility" ,
3
3
"description" : " Vulcan package for extension testing" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"type" : " commonjs" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
23
23
},
24
24
"license" : " MIT" ,
25
25
"peerDependencies" : {
26
- "@vulcan-sql/core" : " ~0.2.0 -0"
26
+ "@vulcan-sql/core" : " ~0.2.1 -0"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments