File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net452</TargetFrameworks >
5
5
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
6
- <Version >1.12.1-v1 </Version >
6
+ <Version >1.12.1-v2 </Version >
7
7
<Authors >Ladybug Tools</Authors >
8
8
<Description >This is the .Net version of Dragonfly Schema</Description >
9
9
<Copyright >Copyright © 2024 Ladybug Tools LLC</Copyright >
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"name" : " @pollination/dragonfly-schema-sdk" ,
3
- "license" : " UNLICENSED" ,
4
- "publishConfig" : {
5
- "access" : " restricted"
6
- },
3
+ "license" : " MIT" ,
7
4
"main" : " dist/index.cjs.js" ,
8
5
"module" : " dist/index.es.js" ,
9
6
"types" : " dist/index.d.ts" ,
18
15
"@types/node" : " ^20.14.2" ,
19
16
"typescript" : " ^4.9.5" ,
20
17
"vite" : " ^4.1.0" ,
21
- "vite-plugin-dts" : " ^3.9.0 "
18
+ "vite-plugin-dts" : " ^3.9.1 "
22
19
},
23
20
"dependencies" : {
24
- }
21
+ "class-validator" : " ^0.14.1"
22
+ },
23
+ "version" : " 1.12.1-v2"
25
24
}
You can’t perform that action at this time.
0 commit comments