@@ -10,40 +10,40 @@ import {
1010test ( 'exposes unified Charts subpaths without duplicate framework runtimes' , ( ) => {
1111 assert . equal (
1212 notebookImports [ '@tanstack/charts' ] ,
13- 'https://esm.sh/@tanstack/charts@0.9 .0' ,
13+ 'https://esm.sh/@tanstack/charts@0.10 .0' ,
1414 )
1515 assert . equal (
1616 notebookImports [ '@tanstack/charts/' ] ,
17- 'https://esm.sh/@tanstack/charts@0.9 .0/' ,
17+ 'https://esm.sh/@tanstack/charts@0.10 .0/' ,
1818 )
1919
2020 assert . equal (
2121 notebookImports [ '@tanstack/charts/react' ] ,
22- 'https://esm.sh/@tanstack/charts@0.9 .0/react?external=react,react-dom' ,
22+ 'https://esm.sh/@tanstack/charts@0.10 .0/react?external=react,react-dom' ,
2323 )
2424 assert . equal (
2525 notebookImports [ '@tanstack/charts/react/canvas' ] ,
26- 'https://esm.sh/@tanstack/charts@0.9 .0/react/canvas?external=react,react-dom' ,
26+ 'https://esm.sh/@tanstack/charts@0.10 .0/react/canvas?external=react,react-dom' ,
2727 )
2828 assert . equal (
2929 notebookImports [ '@tanstack/charts/react/core' ] ,
30- 'https://esm.sh/@tanstack/charts@0.9 .0/react/core?external=react,react-dom' ,
30+ 'https://esm.sh/@tanstack/charts@0.10 .0/react/core?external=react,react-dom' ,
3131 )
3232 assert . equal (
3333 notebookImports [ '@tanstack/charts/react/tooltip' ] ,
34- 'https://esm.sh/@tanstack/charts@0.9 .0/react/tooltip?external=react,react-dom' ,
34+ 'https://esm.sh/@tanstack/charts@0.10 .0/react/tooltip?external=react,react-dom' ,
3535 )
3636 assert . equal (
3737 notebookImports [ '@tanstack/charts/octane' ] ,
38- 'https://esm.sh/@tanstack/charts@0.9 .0/octane?external=octane' ,
38+ 'https://esm.sh/@tanstack/charts@0.10 .0/octane?external=octane' ,
3939 )
4040 assert . equal (
4141 notebookImports [ '@tanstack/charts/octane/canvas' ] ,
42- 'https://esm.sh/@tanstack/charts@0.9 .0/octane/canvas?external=octane' ,
42+ 'https://esm.sh/@tanstack/charts@0.10 .0/octane/canvas?external=octane' ,
4343 )
4444 assert . equal (
4545 notebookImports [ '@tanstack/charts/octane/core' ] ,
46- 'https://esm.sh/@tanstack/charts@0.9 .0/octane/core?external=octane' ,
46+ 'https://esm.sh/@tanstack/charts@0.10 .0/octane/core?external=octane' ,
4747 )
4848
4949 assert . equal (
@@ -65,7 +65,7 @@ test('provides hidden entry modules for every Charts environment', () => {
6565 assert . equal ( profile . entryPath , '/__tanstack-example-entry.ts' )
6666 assert . equal (
6767 profile . imports [ '@tanstack/charts' ] ,
68- 'https://esm.sh/@tanstack/charts@0.9 .0' ,
68+ 'https://esm.sh/@tanstack/charts@0.10 .0' ,
6969 )
7070 }
7171
0 commit comments