@dxatscale/sfpowerscripts.core
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,3 +0,3 @@ | ||
export { delay } from './src/Delay'; | ||
export { onExit } from './src/OnExit'; | ||
export { extract } from './src/Extract'; | ||
export { delay } from './Delay'; | ||
export { onExit } from './OnExit'; | ||
export { extract } from './Extract'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Delay_1 = require("./src/Delay"); | ||
var Delay_1 = require("./Delay"); | ||
exports.delay = Delay_1.delay; | ||
var OnExit_1 = require("./src/OnExit"); | ||
var OnExit_1 = require("./OnExit"); | ||
exports.onExit = OnExit_1.onExit; | ||
var Extract_1 = require("./src/Extract"); | ||
var Extract_1 = require("./Extract"); | ||
exports.extract = Extract_1.extract; | ||
//# sourceMappingURL=index.js.map |
@@ -21,3 +21,3 @@ { | ||
"homepage": "https://github.com/azlamsalam/sfpowerscripts#readme", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"scripts": { | ||
@@ -24,0 +24,0 @@ "build":"tsc", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
67348
55
928