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.
- package/_virtual/_rollup-plugin-process-env.js +1 -1
- package/_virtual/_rollup-plugin-process-env.mjs +1 -1
- package/bin/innet +2 -1
- package/index.js +1 -0
- package/index.mjs +1 -0
- package/package.json +2 -2
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.
|
|
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
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "innetjs",
|
|
3
|
-
"version": "3.0.
|
|
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.
|
|
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",
|