@intelligentgraphics/ig.gfx.packager 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- package/readme.md +4 -0
package/build/index.js
CHANGED
|
@@ -7584,7 +7584,7 @@ module.exports = require("util");
|
|
|
7584
7584
|
/***/ ((module) => {
|
|
7585
7585
|
|
|
7586
7586
|
"use strict";
|
|
7587
|
-
module.exports = JSON.parse('{"name":"@intelligentgraphics/ig.gfx.packager","version":"2.1.
|
|
7587
|
+
module.exports = JSON.parse('{"name":"@intelligentgraphics/ig.gfx.packager","version":"2.1.1","description":"IG.GFX.Packager 2.1.1 (2.1.1.100)","main":"build/index.js","private":false,"publishConfig":{"access":"public"},"bin":{"packager":"./build/index.js"},"files":["build","locales","scripts"],"scripts":{"dist":"webpack","clean":"rimraf build *.tsbuildinfo","prepublishOnly":"yarn clean && yarn dist","_postinstall":"node scripts/postinstall.js"},"author":"Michael Beier <mb@intelligentgraphics.biz>","dependencies":{"ajv":"^8.6.2","archiver":"^5.0.0","axios":"^0.21.1","core-js":"^3.16.0","execa":"^5.1.1","fs-extra":"^10.0.0","glob":"^7.1.4","rimraf":"^3.0.2","source-map-support":"^0.5.19","terser":"^4.8.0","typedoc":"~0.22.15","typescript":"~4.6.3","update-notifier":"^5.1.0","v8-compile-cache":"^2.1.1","y18n":"^5.0.8","yargs":"^17.0.1"},"devDependencies":{"@babel/plugin-proposal-class-properties":"^7.14.5","@babel/plugin-proposal-object-rest-spread":"^7.14.7","@babel/preset-env":"^7.14.9","@intelligentgraphics/ig.tools.core":"^1.5.1","@intelligentgraphics/ig.utilities":"^1.6.6","@types/archiver":"^5.1.1","@types/fs-extra":"^9.0.12","@types/glob":"^7.1.4","@types/node":"^16.4.11","@types/rimraf":"^3.0.1","@types/update-notifier":"^5.1.0","@types/yargs":"^17.0.2","babel-loader":"^8.1.0","ts-loader":"^9.2.5","ts-node":"^10.1.0","webpack":"^5.64.4","webpack-cli":"^4.7.2"}}');
|
|
7588
7588
|
|
|
7589
7589
|
/***/ })
|
|
7590
7590
|
|
|
@@ -7815,7 +7815,8 @@ yargs.command({
|
|
|
7815
7815
|
});
|
|
7816
7816
|
yargs.demandCommand().pkgConf("packager").showHelpOnFail(false).version().argv;
|
|
7817
7817
|
const notifier = (0, _updateNotifier.default)({
|
|
7818
|
-
pkg: pjson
|
|
7818
|
+
pkg: pjson,
|
|
7819
|
+
shouldNotifyInNpmScript: true
|
|
7819
7820
|
});
|
|
7820
7821
|
notifier.notify({
|
|
7821
7822
|
isGlobal: false,
|