innetjs 2.2.23 → 2.2.24
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 +3 -2
- package/index.js +3 -2
- package/index.mjs +3 -2
- package/package.json +2 -2
package/bin/innet
CHANGED
|
@@ -540,10 +540,10 @@ class InnetJS {
|
|
|
540
540
|
compilerOptions: {
|
|
541
541
|
sourceMap: false,
|
|
542
542
|
},
|
|
543
|
+
include: [...input, 'src/declaration.d.ts'],
|
|
543
544
|
},
|
|
544
545
|
}),
|
|
545
546
|
jsx__default["default"](),
|
|
546
|
-
external__default["default"](),
|
|
547
547
|
externals__default["default"](),
|
|
548
548
|
string({
|
|
549
549
|
include: '**/*.*',
|
|
@@ -558,6 +558,7 @@ class InnetJS {
|
|
|
558
558
|
autoModules: true,
|
|
559
559
|
}),
|
|
560
560
|
pluginNodeResolve.nodeResolve(),
|
|
561
|
+
external__default["default"](),
|
|
561
562
|
],
|
|
562
563
|
};
|
|
563
564
|
this.withLint(options);
|
|
@@ -763,7 +764,7 @@ class InnetJS {
|
|
|
763
764
|
}
|
|
764
765
|
|
|
765
766
|
(function () {
|
|
766
|
-
const env = {"__INNETJS__PACKAGE_VERSION":"2.2.
|
|
767
|
+
const env = {"__INNETJS__PACKAGE_VERSION":"2.2.24"};
|
|
767
768
|
if (typeof process === 'undefined') {
|
|
768
769
|
globalThis.process = { env: env };
|
|
769
770
|
} 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.
|
|
76
|
+
const env = {"__INNETJS__PACKAGE_VERSION":"2.2.24"};
|
|
77
77
|
if (typeof process === 'undefined') {
|
|
78
78
|
globalThis.process = { env: env };
|
|
79
79
|
} else if (process.env) {
|
|
@@ -439,10 +439,10 @@ class InnetJS {
|
|
|
439
439
|
compilerOptions: {
|
|
440
440
|
sourceMap: false,
|
|
441
441
|
},
|
|
442
|
+
include: [...input, 'src/declaration.d.ts'],
|
|
442
443
|
},
|
|
443
444
|
}),
|
|
444
445
|
jsx__default["default"](),
|
|
445
|
-
external__default["default"](),
|
|
446
446
|
externals__default["default"](),
|
|
447
447
|
string({
|
|
448
448
|
include: '**/*.*',
|
|
@@ -457,6 +457,7 @@ class InnetJS {
|
|
|
457
457
|
autoModules: true,
|
|
458
458
|
}),
|
|
459
459
|
pluginNodeResolve.nodeResolve(),
|
|
460
|
+
external__default["default"](),
|
|
460
461
|
],
|
|
461
462
|
};
|
|
462
463
|
this.withLint(options);
|
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.
|
|
41
|
+
const env = {"__INNETJS__PACKAGE_VERSION":"2.2.24"};
|
|
42
42
|
if (typeof process === 'undefined') {
|
|
43
43
|
globalThis.process = { env: env };
|
|
44
44
|
} else if (process.env) {
|
|
@@ -404,10 +404,10 @@ class InnetJS {
|
|
|
404
404
|
compilerOptions: {
|
|
405
405
|
sourceMap: false,
|
|
406
406
|
},
|
|
407
|
+
include: [...input, 'src/declaration.d.ts'],
|
|
407
408
|
},
|
|
408
409
|
}),
|
|
409
410
|
jsx(),
|
|
410
|
-
external(),
|
|
411
411
|
externals(),
|
|
412
412
|
string({
|
|
413
413
|
include: '**/*.*',
|
|
@@ -422,6 +422,7 @@ class InnetJS {
|
|
|
422
422
|
autoModules: true,
|
|
423
423
|
}),
|
|
424
424
|
nodeResolve(),
|
|
425
|
+
external(),
|
|
425
426
|
],
|
|
426
427
|
};
|
|
427
428
|
this.withLint(options);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "innetjs",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.24",
|
|
4
4
|
"description": "CLI for innet boilerplate",
|
|
5
5
|
"homepage": "https://github.com/d8corp/innetjs",
|
|
6
6
|
"author": "Mikhail Lysikov <d8corp@mail.ru>",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"postcss": "^8.4.18",
|
|
72
72
|
"prompts": "^2.4.2",
|
|
73
73
|
"rollup": "^2.79.1",
|
|
74
|
-
"rollup-plugin-external-node-modules": "^1.0.
|
|
74
|
+
"rollup-plugin-external-node-modules": "^1.0.1",
|
|
75
75
|
"rollup-plugin-filesize": "^9.1.2",
|
|
76
76
|
"rollup-plugin-innet-jsx": "^1.3.2",
|
|
77
77
|
"rollup-plugin-livereload": "^2.0.5",
|