File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
5
5
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
6
- <Version >1.1501.4 </Version >
6
+ <Version >1.1501.5 </Version >
7
7
<Authors >Ladybug Tools</Authors >
8
8
<Description >This is the .Net version of Dragonfly Schema</Description >
9
9
<Copyright >Copyright © 2025 Ladybug Tools LLC</Copyright >
Original file line number Diff line number Diff line change 12
12
"typescript" : " ^5.6.2"
13
13
},
14
14
"dependencies" : {
15
- "honeybee -schema" : " latest " ,
16
- "dragonfly -schema" : " latest "
15
+ "dragonfly -schema" : " file:../TypeScriptSDK/dragonfly-schema-0.0.1.tgz " ,
16
+ "honeybee -schema" : " ^1.5900.8 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dragonfly-schema" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.1501.4 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"description" : " Dragonfly Schema's typescript version" ,
6
6
"author" : " Ladybug Tools" ,
7
7
"type" : " module" ,
31
31
"typescript" : " ^5.6.2"
32
32
},
33
33
"dependencies" : {
34
- "honeybee-schema" : " latest "
34
+ "honeybee-schema" : " ^1.5900.8 "
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments