innetjs 2.2.21 → 2.2.23

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/bin/innet CHANGED
@@ -763,7 +763,7 @@ class InnetJS {
763
763
  }
764
764
 
765
765
  (function () {
766
- const env = {"__INNETJS__PACKAGE_VERSION":"2.2.21"};
766
+ const env = {"__INNETJS__PACKAGE_VERSION":"2.2.23"};
767
767
  if (typeof process === 'undefined') {
768
768
  globalThis.process = { env: env };
769
769
  } else if (process.env) {
package/index.js CHANGED
@@ -73,7 +73,7 @@ var typescript__default = /*#__PURE__*/_interopDefaultLegacy(typescript);
73
73
  var tmp__default = /*#__PURE__*/_interopDefaultLegacy(tmp);
74
74
 
75
75
  (function () {
76
- const env = {"__INNETJS__PACKAGE_VERSION":"2.2.21"};
76
+ const env = {"__INNETJS__PACKAGE_VERSION":"2.2.23"};
77
77
  if (typeof process === 'undefined') {
78
78
  globalThis.process = { env: env };
79
79
  } else if (process.env) {
package/index.mjs CHANGED
@@ -38,7 +38,7 @@ import { reporter, convertIndexFile, getFile } from './helpers.mjs';
38
38
  import { updateDotenv } from './updateDotenv.mjs';
39
39
 
40
40
  (function () {
41
- const env = {"__INNETJS__PACKAGE_VERSION":"2.2.21"};
41
+ const env = {"__INNETJS__PACKAGE_VERSION":"2.2.23"};
42
42
  if (typeof process === 'undefined') {
43
43
  globalThis.process = { env: env };
44
44
  } else if (process.env) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "innetjs",
3
- "version": "2.2.21",
3
+ "version": "2.2.23",
4
4
  "description": "CLI for innet boilerplate",
5
5
  "homepage": "https://github.com/d8corp/innetjs",
6
6
  "author": "Mikhail Lysikov <d8corp@mail.ru>",
@@ -78,7 +78,7 @@
78
78
  "rollup-plugin-node-externals": "^5.0.2",
79
79
  "rollup-plugin-polyfill-node": "^0.11.0",
80
80
  "rollup-plugin-preserve-shebangs": "^0.2.0",
81
- "rollup-plugin-process-env": "^1.0.4",
81
+ "rollup-plugin-process-env": "^1.0.6",
82
82
  "rollup-plugin-string": "^3.0.0",
83
83
  "rollup-plugin-styles": "^4.0.0",
84
84
  "rollup-plugin-terser": "^7.0.2",