@journeyapps/cloudcode-build
Advanced tools
Comparing version 1.9.7-dev.4d0aca6.c25ef77 to 1.9.7-dev.526e517.f59fe5e
@@ -1,5 +0,5 @@ | ||
import { schemaToDefinitions, mapType, typeRef } from './datamodel'; | ||
import { schemaToDefinitions, mapType, typeRef, safeProperty } from './datamodel'; | ||
import { buildTypescript } from './build'; | ||
import { ProcessError } from './ProcessError'; | ||
export { buildTypescript, ProcessError, schemaToDefinitions, mapType, typeRef }; | ||
export { buildTypescript, ProcessError, schemaToDefinitions, mapType, typeRef, safeProperty }; | ||
export { isReservedTypeName } from './reservedKeywords'; | ||
@@ -6,0 +6,0 @@ export interface BuildOptions { |
@@ -7,2 +7,3 @@ "use strict"; | ||
exports.typeRef = datamodel_1.typeRef; | ||
exports.safeProperty = datamodel_1.safeProperty; | ||
const build_1 = require("./build"); | ||
@@ -9,0 +10,0 @@ exports.buildTypescript = build_1.buildTypescript; |
{ | ||
"name": "@journeyapps/cloudcode-build", | ||
"version": "1.9.7-dev.4d0aca6.c25ef77", | ||
"version": "1.9.7-dev.526e517.f59fe5e", | ||
"main": "./lib/index.js", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
], | ||
"gitHead": "71a4de0855618becf26efeadfe4cf173259a1640" | ||
"gitHead": "0f13e9ef656a5689fab374d6997671b2c358ff3e" | ||
} |
Sorry, the diff of this file is not supported yet
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
26363
495