File tree Expand file tree Collapse file tree 13 files changed +75
-83
lines changed Expand file tree Collapse file tree 13 files changed +75
-83
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mosaic-svelte-example" ,
3
3
"private" : true ,
4
- "version" : " 0.14.0 " ,
4
+ "version" : " 0.14.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
17
17
"vite" : " ^6.2.1"
18
18
},
19
19
"dependencies" : {
20
- "@uwdata/mosaic-core" : " ^0.14.0 " ,
21
- "@uwdata/mosaic-sql" : " ^0.14.0 " ,
22
- "@uwdata/vgplot" : " ^0.14.0 "
20
+ "@uwdata/mosaic-core" : " ^0.14.1 " ,
21
+ "@uwdata/mosaic-sql" : " ^0.14.1 " ,
22
+ "@uwdata/vgplot" : " ^0.14.1 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mosaic-vanilla-example" ,
3
3
"private" : true ,
4
- "version" : " 0.14.0 " ,
4
+ "version" : " 0.14.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
12
12
"vite" : " ^6.2.1"
13
13
},
14
14
"dependencies" : {
15
- "@uwdata/mosaic-core" : " ^0.14.0 " ,
16
- "@uwdata/mosaic-sql" : " ^0.14.0 " ,
17
- "@uwdata/vgplot" : " ^0.14.0 "
15
+ "@uwdata/mosaic-core" : " ^0.14.1 " ,
16
+ "@uwdata/mosaic-sql" : " ^0.14.1 " ,
17
+ "@uwdata/vgplot" : " ^0.14.1 "
18
18
}
19
19
}
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.14.0 " ,
4
+ "version" : " 0.14.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
12
12
"vite" : " ^6.2.1"
13
13
},
14
14
"dependencies" : {
15
- "@uwdata/mosaic-core" : " ^0.14.0 " ,
16
- "@uwdata/mosaic-sql" : " ^0.14.0 " ,
17
- "@uwdata/vgplot" : " ^0.14.0 " ,
15
+ "@uwdata/mosaic-core" : " ^0.14.1 " ,
16
+ "@uwdata/mosaic-sql" : " ^0.14.1 " ,
17
+ "@uwdata/vgplot" : " ^0.14.1 " ,
18
18
"vega" : " ^5.32.0" ,
19
19
"vega-embed" : " ^6.29.0" ,
20
20
"vega-lite" : " ^5.23.0"
Original file line number Diff line number Diff line change 4
4
" packages/*" ,
5
5
" examples/*"
6
6
],
7
- "version" : " 0.14.0 "
7
+ "version" : " 0.14.1 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-core" ,
3
- "version" : " 0.14.0 " ,
3
+ "version" : " 0.14.1 " ,
4
4
"description" : " Scalable and extensible linked data views." ,
5
5
"keywords" : [
6
6
" mosaic" ,
32
32
"dependencies" : {
33
33
"@duckdb/duckdb-wasm" : " ^1.29.0" ,
34
34
"@uwdata/flechette" : " ^2.0.0" ,
35
- "@uwdata/mosaic-sql" : " ^0.14.0 "
35
+ "@uwdata/mosaic-sql" : " ^0.14.1 "
36
36
},
37
37
"devDependencies" : {
38
- "@uwdata/mosaic-duckdb" : " ^0.14.0 "
38
+ "@uwdata/mosaic-duckdb" : " ^0.14.1 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-duckdb" ,
3
- "version" : " 0.14.0 " ,
3
+ "version" : " 0.14.1 " ,
4
4
"description" : " A Promise-based DuckDB API and Node.js data server." ,
5
5
"keywords" : [
6
6
" duckdb" ,
31
31
"prepublishOnly" : " npm run test && npm run lint"
32
32
},
33
33
"dependencies" : {
34
- "@uwdata/mosaic-sql" : " ^0.14.0 " ,
34
+ "@uwdata/mosaic-sql" : " ^0.14.1 " ,
35
35
"duckdb" : " ^1.2.0" ,
36
36
"ws" : " ^8.18.1"
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-inputs" ,
3
- "version" : " 0.14.0 " ,
3
+ "version" : " 0.14.1 " ,
4
4
"description" : " Mosaic input components." ,
5
5
"keywords" : [
6
6
" inputs" ,
22
22
"prepublishOnly" : " npm run test && npm run lint"
23
23
},
24
24
"dependencies" : {
25
- "@uwdata/mosaic-core" : " ^0.14.0 " ,
26
- "@uwdata/mosaic-sql" : " ^0.14.0 " ,
25
+ "@uwdata/mosaic-core" : " ^0.14.1 " ,
26
+ "@uwdata/mosaic-sql" : " ^0.14.1 " ,
27
27
"isoformat" : " ^0.2.1"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-plot" ,
3
- "version" : " 0.14.0 " ,
3
+ "version" : " 0.14.1 " ,
4
4
"description" : " A Mosaic-powered plotting framework based on Observable Plot." ,
5
5
"keywords" : [
6
6
" data" ,
26
26
},
27
27
"dependencies" : {
28
28
"@observablehq/plot" : " ^0.6.17" ,
29
- "@uwdata/mosaic-core" : " ^0.14.0 " ,
30
- "@uwdata/mosaic-sql" : " ^0.14.0 " ,
29
+ "@uwdata/mosaic-core" : " ^0.14.1 " ,
30
+ "@uwdata/mosaic-sql" : " ^0.14.1 " ,
31
31
"d3" : " ^7.9.0" ,
32
32
"isoformat" : " ^0.2.1"
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-spec" ,
3
- "version" : " 0.14.0 " ,
3
+ "version" : " 0.14.1 " ,
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.14.0 " ,
37
- "@uwdata/mosaic-sql" : " ^0.14.0 " ,
38
- "@uwdata/vgplot" : " ^0.14.0 " ,
36
+ "@uwdata/mosaic-core" : " ^0.14.1 " ,
37
+ "@uwdata/mosaic-sql" : " ^0.14.1 " ,
38
+ "@uwdata/vgplot" : " ^0.14.1 " ,
39
39
"ts-json-schema-generator" : " ^2.3.0"
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments