Skip to content

Commit 9fce3d5

Browse files
committed
fix(deps): Bump dragonfly-schema openapi doc to 1.15.2
1 parent 349fe94 commit 9fce3d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/CSharpSDK/DragonflySchema.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
6-
<Version>1.1501.4</Version>
6+
<Version>1.1501.5</Version>
77
<Authors>Ladybug Tools</Authors>
88
<Description>This is the .Net version of Dragonfly Schema</Description>
99
<Copyright>Copyright © 2025 Ladybug Tools LLC</Copyright>

src/TypeScriptSDK.Tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typescript": "^5.6.2"
1313
},
1414
"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"
1717
}
1818
}

src/TypeScriptSDK/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dragonfly-schema",
33
"license": "MIT",
4-
"version": "1.1501.4",
4+
"version": "0.0.1",
55
"description": "Dragonfly Schema's typescript version",
66
"author": "Ladybug Tools",
77
"type": "module",
@@ -31,6 +31,6 @@
3131
"typescript": "^5.6.2"
3232
},
3333
"dependencies": {
34-
"honeybee-schema": "latest"
34+
"honeybee-schema": "^1.5900.8"
3535
}
3636
}

0 commit comments

Comments
 (0)