innetjs 3.0.2-alpha.6 → 3.0.2

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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  ;(function () {
4
- const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2-alpha.6"};
4
+ const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2"};
5
5
  if (typeof process === 'undefined') {
6
6
  globalThis.process = { env: env };
7
7
  } else if (process.env) {
@@ -1,5 +1,5 @@
1
1
  ;(function () {
2
- const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2-alpha.6"};
2
+ const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2"};
3
3
  if (typeof process === 'undefined') {
4
4
  globalThis.process = { env: env };
5
5
  } else if (process.env) {
package/bin/innet CHANGED
@@ -813,7 +813,7 @@ class InnetJS {
813
813
  }
814
814
 
815
815
  (function () {
816
- const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2-alpha.6"};
816
+ const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2"};
817
817
  if (typeof process === 'undefined') {
818
818
  globalThis.process = { env: env };
819
819
  } else if (process.env) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "innetjs",
3
- "version": "3.0.2-alpha.6",
3
+ "version": "3.0.2",
4
4
  "description": "CLI for innet boilerplate",
5
5
  "homepage": "https://github.com/d8corp/innetjs",
6
6
  "author": "Mikhail Lysikov <d8corp@mail.ru>",