innetjs 3.0.2-alpha.7 → 3.0.3

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.7"};
4
+ const env = {"__INNETJS__PACKAGE_VERSION":"3.0.3"};
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.7"};
2
+ const env = {"__INNETJS__PACKAGE_VERSION":"3.0.3"};
3
3
  if (typeof process === 'undefined') {
4
4
  globalThis.process = { env: env };
5
5
  } else if (process.env) {
package/bin/innet CHANGED
@@ -507,6 +507,7 @@ class InnetJS {
507
507
  ts__default["default"]({
508
508
  compilerOptions: {
509
509
  sourceMap: true,
510
+ declaration: false,
510
511
  },
511
512
  }),
512
513
  ],
@@ -813,7 +814,7 @@ class InnetJS {
813
814
  }
814
815
 
815
816
  (function () {
816
- const env = {"__INNETJS__PACKAGE_VERSION":"3.0.2-alpha.7"};
817
+ const env = {"__INNETJS__PACKAGE_VERSION":"3.0.3"};
817
818
  if (typeof process === 'undefined') {
818
819
  globalThis.process = { env: env };
819
820
  } else if (process.env) {
package/index.js CHANGED
@@ -435,6 +435,7 @@ class InnetJS {
435
435
  ts__default["default"]({
436
436
  compilerOptions: {
437
437
  sourceMap: true,
438
+ declaration: false,
438
439
  },
439
440
  }),
440
441
  ],
package/index.mjs CHANGED
@@ -398,6 +398,7 @@ class InnetJS {
398
398
  ts({
399
399
  compilerOptions: {
400
400
  sourceMap: true,
401
+ declaration: false,
401
402
  },
402
403
  }),
403
404
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "innetjs",
3
- "version": "3.0.2-alpha.7",
3
+ "version": "3.0.3",
4
4
  "description": "CLI for innet boilerplate",
5
5
  "homepage": "https://github.com/d8corp/innetjs",
6
6
  "author": "Mikhail Lysikov <d8corp@mail.ru>",
@@ -76,7 +76,7 @@
76
76
  "rollup-plugin-external-node-modules": "^1.0.1",
77
77
  "rollup-plugin-filesize": "^9.1.2",
78
78
  "rollup-plugin-import-assets": "^1.1.1",
79
- "rollup-plugin-innet-jsx": "^2.0.0",
79
+ "rollup-plugin-innet-jsx": "^2.0.1",
80
80
  "rollup-plugin-livereload": "^2.0.5",
81
81
  "rollup-plugin-node-externals": "^5.0.2",
82
82
  "rollup-plugin-polyfill-node": "^0.11.0",