Skip to content

Commit 977efe3

Browse files
committed
fix(schema): fix package.json encoding
1 parent 62b313f commit 977efe3

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/DragonflySchema/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;net452</TargetFrameworks>
55
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
6-
<Version>1.12.1-v1</Version>
6+
<Version>1.12.1-v2</Version>
77
<Authors>Ladybug Tools</Authors>
88
<Description>This is the .Net version of Dragonfly Schema</Description>
99
<Copyright>Copyright © 2024 Ladybug Tools LLC</Copyright>

src/TypeScriptSDK/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
{
1+
{
22
"name": "@pollination/dragonfly-schema-sdk",
3-
"license": "UNLICENSED",
4-
"publishConfig": {
5-
"access": "restricted"
6-
},
3+
"license": "MIT",
74
"main": "dist/index.cjs.js",
85
"module": "dist/index.es.js",
96
"types": "dist/index.d.ts",
@@ -18,8 +15,10 @@
1815
"@types/node": "^20.14.2",
1916
"typescript": "^4.9.5",
2017
"vite": "^4.1.0",
21-
"vite-plugin-dts": "^3.9.0"
18+
"vite-plugin-dts": "^3.9.1"
2219
},
2320
"dependencies": {
24-
}
21+
"class-validator": "^0.14.1"
22+
},
23+
"version": "1.12.1-v2"
2524
}

0 commit comments

Comments
 (0)