bridge-compile
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -29,3 +29,3 @@ "use strict"; | ||
Object.entries(JSONType.object) | ||
.map(([key, value]) => `${key}${value.optional ? '?' : ''}: ${(0, exports.JSONTypeToTSInterface)(value)}`) | ||
.map(([key, value]) => `"${key}"${value.optional ? '?' : ''}: ${(0, exports.JSONTypeToTSInterface)(value)}`) | ||
.join(';') + | ||
@@ -32,0 +32,0 @@ '}'); |
{ | ||
"name": "bridge-compile", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"description": "Compile the sdk of your Bridge project with one command locally", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53052