File tree Expand file tree Collapse file tree 11 files changed +49
-49
lines changed Expand file tree Collapse file tree 11 files changed +49
-49
lines changed Original file line number Diff line number Diff line change 6
6
" packages/vgplot/*" ,
7
7
" packages/examples/*"
8
8
],
9
- "version" : " 0.19.0 "
9
+ "version" : " 0.19.1 "
10
10
}
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.19.0 " ,
4
+ "version" : " 0.19.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
17
17
"vite" : " ^7.1.5"
18
18
},
19
19
"dependencies" : {
20
- "@uwdata/mosaic-core" : " ^0.19.0 " ,
20
+ "@uwdata/mosaic-core" : " ^0.19.1 " ,
21
21
"@uwdata/mosaic-sql" : " ^0.19.0" ,
22
- "@uwdata/vgplot" : " ^0.19.0 "
22
+ "@uwdata/vgplot" : " ^0.19.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.19.0 " ,
4
+ "version" : " 0.19.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
12
12
"vite" : " ^7.1.5"
13
13
},
14
14
"dependencies" : {
15
- "@uwdata/mosaic-core" : " ^0.19.0 " ,
15
+ "@uwdata/mosaic-core" : " ^0.19.1 " ,
16
16
"@uwdata/mosaic-sql" : " ^0.19.0" ,
17
- "@uwdata/vgplot" : " ^0.19.0 "
17
+ "@uwdata/vgplot" : " ^0.19.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.19.0 " ,
4
+ "version" : " 0.19.1 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
12
12
"vite" : " ^7.1.5"
13
13
},
14
14
"dependencies" : {
15
- "@uwdata/mosaic-core" : " ^0.19.0 " ,
15
+ "@uwdata/mosaic-core" : " ^0.19.1 " ,
16
16
"@uwdata/mosaic-sql" : " ^0.19.0" ,
17
- "@uwdata/vgplot" : " ^0.19.0 " ,
17
+ "@uwdata/vgplot" : " ^0.19.1 " ,
18
18
"vega" : " ^6.1.2" ,
19
19
"vega-embed" : " ^7.0.2" ,
20
20
"vega-lite" : " ^6.3.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-core" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " Scalable and extensible linked data views." ,
5
5
"keywords" : [
6
6
" mosaic" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-inputs" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " Mosaic input components." ,
5
5
"keywords" : [
6
6
" inputs" ,
30
30
"prepublishOnly" : " npm run test && npm run lint && tsc --build"
31
31
},
32
32
"dependencies" : {
33
- "@uwdata/mosaic-core" : " ^0.19.0 " ,
33
+ "@uwdata/mosaic-core" : " ^0.19.1 " ,
34
34
"@uwdata/mosaic-sql" : " ^0.19.0"
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-plot" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " A Mosaic-powered plotting framework based on Observable Plot." ,
5
5
"keywords" : [
6
6
" data" ,
34
34
},
35
35
"dependencies" : {
36
36
"@observablehq/plot" : " ^0.6.17" ,
37
- "@uwdata/mosaic-core" : " ^0.19.0 " ,
37
+ "@uwdata/mosaic-core" : " ^0.19.1 " ,
38
38
"@uwdata/mosaic-sql" : " ^0.19.0" ,
39
39
"d3" : " ^7.9.0"
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/mosaic-spec" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " Declarative specification of Mosaic-powered applications." ,
5
5
"keywords" : [
6
6
" mosaic" ,
37
37
"prepublishOnly" : " npm run test && npm run lint && npm run build"
38
38
},
39
39
"dependencies" : {
40
- "@uwdata/mosaic-core" : " ^0.19.0 " ,
40
+ "@uwdata/mosaic-core" : " ^0.19.1 " ,
41
41
"@uwdata/mosaic-sql" : " ^0.19.0" ,
42
- "@uwdata/vgplot" : " ^0.19.0 " ,
42
+ "@uwdata/vgplot" : " ^0.19.1 " ,
43
43
"ts-json-schema-generator" : " ^2.4.0"
44
44
}
45
45
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uwdata/vgplot" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " An API for interactive Mosaic-powered visualizations and dashboards." ,
5
5
"keywords" : [
6
6
" data" ,
35
35
"prepublishOnly" : " npm run test && npm run lint && tsc --build"
36
36
},
37
37
"dependencies" : {
38
- "@uwdata/mosaic-core" : " ^0.19.0 " ,
39
- "@uwdata/mosaic-inputs" : " ^0.19.0 " ,
40
- "@uwdata/mosaic-plot" : " ^0.19.0 " ,
38
+ "@uwdata/mosaic-core" : " ^0.19.1 " ,
39
+ "@uwdata/mosaic-inputs" : " ^0.19.1 " ,
40
+ "@uwdata/mosaic-plot" : " ^0.19.1 " ,
41
41
"@uwdata/mosaic-sql" : " ^0.19.0"
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments