File tree 12 files changed +57
-65
lines changed
12 files changed +57
-65
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.9 .0"
3
+ "version" : " 0.10 .0"
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-core" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " Scalable and extensible linked data views." ,
5
5
"keywords" : [
6
6
" mosaic" ,
29
29
},
30
30
"dependencies" : {
31
31
"@duckdb/duckdb-wasm" : " ^1.28.1-dev232.0" ,
32
- "@uwdata/mosaic-sql" : " ^0.9 .0" ,
32
+ "@uwdata/mosaic-sql" : " ^0.10 .0" ,
33
33
"apache-arrow" : " ^16.1.0"
34
34
},
35
35
"devDependencies" : {
36
- "@uwdata/mosaic-duckdb" : " ^0.9 .0"
36
+ "@uwdata/mosaic-duckdb" : " ^0.10 .0"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " duckdb-server" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"prepublishOnly" : " rimraf dist && mkdir dist && hatch run test:cov && hatch fmt --check && hatch build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-duckdb" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " A Promise-based DuckDB API and Node.js data server." ,
5
5
"keywords" : [
6
6
" duckdb" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-inputs" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " Mosaic input components." ,
5
5
"keywords" : [
6
6
" inputs" ,
25
25
"prepublishOnly" : " npm run test && npm run lint && npm run build"
26
26
},
27
27
"dependencies" : {
28
- "@uwdata/mosaic-core" : " ^0.9 .0" ,
29
- "@uwdata/mosaic-sql" : " ^0.9 .0" ,
28
+ "@uwdata/mosaic-core" : " ^0.10 .0" ,
29
+ "@uwdata/mosaic-sql" : " ^0.10 .0" ,
30
30
"isoformat" : " ^0.2.1"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-plot" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " A Mosaic-powered plotting framework based on Observable Plot." ,
5
5
"keywords" : [
6
6
" data" ,
29
29
},
30
30
"dependencies" : {
31
31
"@observablehq/plot" : " ^0.6.15" ,
32
- "@uwdata/mosaic-core" : " ^0.9 .0" ,
33
- "@uwdata/mosaic-sql" : " ^0.9 .0" ,
32
+ "@uwdata/mosaic-core" : " ^0.10 .0" ,
33
+ "@uwdata/mosaic-sql" : " ^0.10 .0" ,
34
34
"d3" : " ^7.9.0" ,
35
35
"isoformat" : " ^0.2.1"
36
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-spec" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " Declarative specification of Mosaic-powered applications." ,
5
5
"keywords" : [
6
6
" mosaic" ,
33
33
"prepublishOnly" : " npm run test && npm run lint && npm run build"
34
34
},
35
35
"dependencies" : {
36
- "@uwdata/mosaic-core" : " ^0.9 .0" ,
37
- "@uwdata/mosaic-sql" : " ^0.9 .0" ,
38
- "@uwdata/vgplot" : " ^0.9 .0" ,
36
+ "@uwdata/mosaic-core" : " ^0.10 .0" ,
37
+ "@uwdata/mosaic-sql" : " ^0.10 .0" ,
38
+ "@uwdata/vgplot" : " ^0.10 .0" ,
39
39
"ts-json-schema-generator" : " ^2.3.0"
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-sql" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " SQL query construction and analysis." ,
5
5
"keywords" : [
6
6
" sql" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mosaic-vega-example" ,
3
3
"private" : true ,
4
- "version" : " 0.9 .0" ,
4
+ "version" : " 0.10 .0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
12
12
"vite" : " ^5.2.8"
13
13
},
14
14
"dependencies" : {
15
- "@uwdata/mosaic-core" : " ^0.9 .0" ,
16
- "@uwdata/mosaic-sql" : " ^0.9 .0" ,
17
- "@uwdata/vgplot" : " ^0.9 .0" ,
15
+ "@uwdata/mosaic-core" : " ^0.10 .0" ,
16
+ "@uwdata/mosaic-sql" : " ^0.10 .0" ,
17
+ "@uwdata/vgplot" : " ^0.10 .0" ,
18
18
"vega" : " ^5.30.0" ,
19
19
"vega-embed" : " ^6.25.0" ,
20
20
"vega-lite" : " ^5.19.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/vgplot" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " An API for interactive Mosaic-powered visualizations and dashboards." ,
5
5
"keywords" : [
6
6
" data" ,
30
30
"prepublishOnly" : " npm run test && npm run lint && npm run build"
31
31
},
32
32
"dependencies" : {
33
- "@uwdata/mosaic-core" : " ^0.9 .0" ,
34
- "@uwdata/mosaic-inputs" : " ^0.9 .0" ,
35
- "@uwdata/mosaic-plot" : " ^0.9 .0" ,
36
- "@uwdata/mosaic-sql" : " ^0.9 .0"
33
+ "@uwdata/mosaic-core" : " ^0.10 .0" ,
34
+ "@uwdata/mosaic-inputs" : " ^0.10 .0" ,
35
+ "@uwdata/mosaic-plot" : " ^0.10 .0" ,
36
+ "@uwdata/mosaic-sql" : " ^0.10 .0"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mosaic-widget" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"private" : true ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"author" : " Dominik Moritz (https://www.domoritz.de)" ,
19
19
"release" : " npm run prepublishOnly && npm run publish"
20
20
},
21
21
"dependencies" : {
22
- "@uwdata/mosaic-spec" : " ^0.9 .0" ,
23
- "@uwdata/vgplot" : " ^0.9 .0" ,
22
+ "@uwdata/mosaic-spec" : " ^0.10 .0" ,
23
+ "@uwdata/vgplot" : " ^0.10 .0" ,
24
24
"apache-arrow" : " ^16.1.0" ,
25
25
"uuid" : " ^10.0.0"
26
26
},
You can’t perform that action at this time.
0 commit comments