@dataform/core
Advanced tools
Comparing version 0.0.2-alpha.26 to 0.0.2-alpha.27
@@ -11,2 +11,5 @@ "use strict"; | ||
function create(projectConfig) { | ||
if (!registry[projectConfig.warehouse]) { | ||
throw Error(`Unsupported warehouse: ${projectConfig.warehouse}`); | ||
} | ||
return new registry[projectConfig.warehouse](projectConfig); | ||
@@ -13,0 +16,0 @@ } |
@@ -52,3 +52,3 @@ "use strict"; | ||
const dependencies = ctx.dependencies.bind(ctx); | ||
return \`${code}\`.split("\\n---\\n"); | ||
return \`${code}\`; | ||
})`; | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "@dataform/core", | ||
"version": "0.0.2-alpha.26", | ||
"version": "0.0.2-alpha.27", | ||
"description": "Dataform core API.", | ||
@@ -8,3 +8,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@dataform/protos": "^0.0.2-alpha.26", | ||
"@dataform/protos": "^0.0.2-alpha.27", | ||
"protobufjs": "^6.8.8" | ||
@@ -15,3 +15,3 @@ }, | ||
}, | ||
"gitHead": "ffcf829769b1c039c8d7402cd20224ef1ca83749" | ||
"gitHead": "a9eaf62368fd53b73f75016cfd228bf77ab76523" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7087
388118