Socket
Socket
Sign inDemoInstall

@pie-framework/build-helper

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pie-framework/build-helper - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

18

lib/commands.js

@@ -13,3 +13,2 @@ "use strict";

const exec_1 = require("./exec");
const changelog_1 = require("./changelog");
const { resolve, relative } = require('path');

@@ -86,19 +85,6 @@ const debug = require('debug');

beforePublish() {
return __awaiter(this, void 0, void 0, function* () {
const dir = resolve(this.projectRoot, 'packages');
if (this.args.next) {
log('[beforePublish] dir:', dir);
yield changelog_1.writeNextChangelogJson(dir);
}
else {
yield changelog_1.rmNextChangelogJson(dir);
}
yield changelog_1.writeReleasedChangelogJson(dir);
yield this.runCmd('git add .', { cwd: this.projectRoot });
yield this.commit(this.projectRoot, '[travis skip] update changelogs');
});
return Promise.resolve();
}
afterPublish() {
const dir = resolve(this.projectRoot, 'packages');
return changelog_1.rmChangelogJson(dir);
return Promise.resolve();
}

@@ -105,0 +91,0 @@ release() {

2

package.json
{
"name": "@pie-framework/build-helper",
"version": "4.1.1",
"version": "4.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc