@journeyapps/cloudcode-build
Advanced tools
Comparing version 1.9.7-beta1 to 1.9.7-beta2
@@ -120,3 +120,3 @@ "use strict"; | ||
interface DB extends Database { | ||
${indent(modelNames.map(name => `${JSON.stringify(name)}: Collection<${typeRef(name)}>;`))} | ||
${indent(modelNames.map(name => `${safeProperty(name)}: Collection<${typeRef(name)}>;`))} | ||
} | ||
@@ -123,0 +123,0 @@ |
{ | ||
"name": "@journeyapps/cloudcode-build", | ||
"version": "1.9.7-beta1", | ||
"version": "1.9.7-beta2", | ||
"main": "./lib/index.js", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
], | ||
"gitHead": "825341c721aa9d77eb92c777bb26939b3517417b" | ||
"gitHead": "4e72108807d855e2c43d95d52ee49cca0b5806c6" | ||
} |
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
26337