Comparing version 1.0.13 to 1.0.14
@@ -30,3 +30,3 @@ "use strict"; | ||
}); | ||
fs_1.default.writeFileSync(path_1.default.join(volume, opts.setup.app, "setup.json"), JSON.stringify(override, null, 2)); | ||
fs_1.default.writeFileSync(path_1.default.join(destination, "setup.json"), JSON.stringify(override, null, 2)); | ||
axios_1.default.post(`${origin}/api/admin/setup/${(_d = opts === null || opts === void 0 ? void 0 : opts.setup) === null || _d === void 0 ? void 0 : _d.app}`, opts).then(response => { | ||
@@ -33,0 +33,0 @@ var _a, _b; |
@@ -86,3 +86,3 @@ import { DatabaseSetup, Grant, HBA} from "kitres/src/core/database/instance"; | ||
fs.writeFileSync( Path.join( volume, opts.setup.app, "setup.json" ), JSON.stringify( override, null, 2 ) ); | ||
fs.writeFileSync( Path.join( destination, "setup.json" ), JSON.stringify( override, null, 2 ) ); | ||
@@ -89,0 +89,0 @@ axios.post( `${ origin }/api/admin/setup/${ opts?.setup?.app }`, opts ).then( response => { |
{ | ||
"name": "postgrade", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"main": "libs/postgrade/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
29293