File tree Expand file tree Collapse file tree 20 files changed +59
-59
lines changed
extension-authenticator-canner
extension-driver-clickhouse
extension-driver-redshift
extension-driver-snowflake Expand file tree Collapse file tree 20 files changed +59
-59
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/build" ,
33 "description" : " VulcanSQL package for building projects" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2222 },
2323 "license" : " Apache-2.0" ,
2424 "peerDependencies" : {
25- "@vulcan-sql/core" : " ~0.10.0 -0"
25+ "@vulcan-sql/core" : " ~0.10.1 -0"
2626 }
27- }
27+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/catalog-server" ,
33 "description" : " Catalog server for VulcanSQL" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "publishConfig" : {
66 "access" : " public"
77 },
2121 "url" : " https://github.com/Canner/vulcan-sql.git"
2222 },
2323 "license" : " Apache-2.0"
24- }
24+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/cli" ,
33 "description" : " CLI tools for VulcanSQL" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "bin" : {
77 "vulcan" : " ./src/index.js"
2424 "url" : " https://github.com/Canner/vulcan-sql.git"
2525 },
2626 "license" : " Apache-2.0"
27- }
27+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/core" ,
33 "description" : " Core package of VulcanSQL" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2121 "url" : " https://github.com/Canner/vulcan-sql.git"
2222 },
2323 "license" : " Apache-2.0"
24- }
24+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/extension-api-caller" ,
33 "description" : " Calling APIs to get data from other sources" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2323 },
2424 "license" : " Apache-2.0" ,
2525 "peerDependencies" : {
26- "@vulcan-sql/core" : " ^0.10.0 "
26+ "@vulcan-sql/core" : " ^0.10.1 "
2727 }
28- }
28+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/extension-authenticator-canner" ,
33 "description" : " Canner Enterprise authenticator for Vulcan SQL" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2424 },
2525 "license" : " Apache-2.0" ,
2626 "peerDependencies" : {
27- "@vulcan-sql/core" : " ~0.10.0 -0" ,
28- "@vulcan-sql/serve" : " ~0.10.0 -0"
27+ "@vulcan-sql/core" : " ~0.10.1 -0" ,
28+ "@vulcan-sql/serve" : " ~0.10.1 -0"
2929 }
30- }
30+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/extension-dbt" ,
33 "description" : " Using dbt models form VulcanSQL projects" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2323 },
2424 "license" : " Apache-2.0" ,
2525 "peerDependencies" : {
26- "@vulcan-sql/core" : " ~0.10.0 -0"
26+ "@vulcan-sql/core" : " ~0.10.1 -0"
2727 }
28- }
28+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/extension-debug-tools" ,
33 "description" : " A collection of Vulcan extension debug tools" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2222 },
2323 "license" : " Apache-2.0" ,
2424 "peerDependencies" : {
25- "@vulcan-sql/core" : " ~0.10.0 -0"
25+ "@vulcan-sql/core" : " ~0.10.1 -0"
2626 },
2727 "devDependencies" : {
28- "@vulcan-sql/test-utility" : " ~0.10.0 -0"
28+ "@vulcan-sql/test-utility" : " ~0.10.1 -0"
2929 }
30- }
30+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/extension-driver-bq" ,
33 "description" : " BigQuery driver for Vulcan SQL" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2424 },
2525 "license" : " Apache-2.0" ,
2626 "peerDependencies" : {
27- "@vulcan-sql/core" : " ~0.10.0 -0"
27+ "@vulcan-sql/core" : " ~0.10.1 -0"
2828 }
29- }
29+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vulcan-sql/extension-driver-canner" ,
33 "description" : " Canner Enterprise driver for Vulcan SQL" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "type" : " commonjs" ,
66 "publishConfig" : {
77 "access" : " public"
2424 },
2525 "license" : " Apache-2.0" ,
2626 "peerDependencies" : {
27- "@vulcan-sql/core" : " ~0.10.0 -0"
27+ "@vulcan-sql/core" : " ~0.10.1 -0"
2828 }
29- }
29+ }
You can’t perform that action at this time.
0 commit comments