File tree Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
22
<a href =" https://img.shields.io/npm/v/navigraph?label=%40navigraph%2Fcharts&style=flat-square " >
23
23
<img src="https://img.shields.io/npm/v/navigraph?label=%40navigraph%2Fcharts&style=flat-square" alt="npm - @navigraph/charts">
24
24
</a >
25
+ <a href =" https://img.shields.io/npm/v/navigraph?label=%40navigraph%2Famdb&style=flat-square " >
26
+ <img src="https://img.shields.io/npm/v/navigraph?label=%40navigraph%2Famdb&style=flat-square" alt="npm - @navigraph/amdb">
27
+ </a >
28
+ <a href =" https://img.shields.io/npm/v/navigraph?label=%40navigraph%2Fweather&style=flat-square " >
29
+ <img src="https://img.shields.io/npm/v/navigraph?label=%40navigraph%2Fweather&style=flat-square" alt="npm - @navigraph/weather">
30
+ </a >
25
31
</div >
26
32
</div >
27
33
Original file line number Diff line number Diff line change 33
33
"@navigraph/auth" : " 2.5.2" ,
34
34
"@navigraph/charts" : " 2.0.5" ,
35
35
"@navigraph/packages" : " 1.0.1" ,
36
- "@navigraph/amdb" : " 0.0.2"
36
+ "@navigraph/amdb" : " 0.0.2" ,
37
+ "@navigraph/weather" : " 0.0.1"
37
38
}
38
39
}
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ export default defineConfig({
13
13
"charts/dist/index" : "./charts/index.ts" ,
14
14
"packages/dist/index" : "./packages/index.ts" ,
15
15
"amdb/dist/index" : "./amdb/index.ts" ,
16
+ "weather/dist/index" : "./weather/index.ts" ,
16
17
} ,
17
18
} )
Original file line number Diff line number Diff line change
1
+ export * from "@navigraph/weather"
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @navigraph/weather" ,
3
+ "main" : " dist/index.cjs.js" ,
4
+ "browser" : " dist/index.esm.js" ,
5
+ "module" : " dist/index.esm.js" ,
6
+ "types" : " dist/index.d.ts"
7
+ }
You can’t perform that action at this time.
0 commit comments