innetjs 2.6.0-alpha.1 → 2.6.0-alpha.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 +8 -16
- package/index.js +7 -15
- package/index.mjs +7 -15
- package/package.json +1 -1
package/bin/innet
CHANGED
|
@@ -521,10 +521,8 @@ class InnetJS {
|
|
|
521
521
|
json__default["default"](),
|
|
522
522
|
ts__default["default"]({
|
|
523
523
|
typescript: typescript__default["default"],
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
sourceMap: true,
|
|
527
|
-
},
|
|
524
|
+
compilerOptions: {
|
|
525
|
+
sourceMap: true,
|
|
528
526
|
},
|
|
529
527
|
}),
|
|
530
528
|
],
|
|
@@ -578,13 +576,10 @@ class InnetJS {
|
|
|
578
576
|
json__default["default"](),
|
|
579
577
|
ts__default["default"]({
|
|
580
578
|
typescript: typescript__default["default"],
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
compilerOptions: {
|
|
584
|
-
sourceMap: false,
|
|
585
|
-
},
|
|
586
|
-
include: [...input, 'src/declaration.d.ts'],
|
|
579
|
+
compilerOptions: {
|
|
580
|
+
sourceMap: false,
|
|
587
581
|
},
|
|
582
|
+
include: [...input, 'src/declaration.d.ts'],
|
|
588
583
|
}),
|
|
589
584
|
jsx__default["default"](),
|
|
590
585
|
externals__default["default"](),
|
|
@@ -640,11 +635,8 @@ class InnetJS {
|
|
|
640
635
|
json__default["default"](),
|
|
641
636
|
ts__default["default"]({
|
|
642
637
|
typescript: typescript__default["default"],
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
compilerOptions: {
|
|
646
|
-
declaration: false,
|
|
647
|
-
},
|
|
638
|
+
compilerOptions: {
|
|
639
|
+
declaration: false,
|
|
648
640
|
},
|
|
649
641
|
}),
|
|
650
642
|
externals__default["default"](),
|
|
@@ -816,7 +808,7 @@ class InnetJS {
|
|
|
816
808
|
}
|
|
817
809
|
|
|
818
810
|
(function () {
|
|
819
|
-
const env = {"__INNETJS__PACKAGE_VERSION":"2.6.0-alpha.
|
|
811
|
+
const env = {"__INNETJS__PACKAGE_VERSION":"2.6.0-alpha.3"};
|
|
820
812
|
if (typeof process === 'undefined') {
|
|
821
813
|
globalThis.process = { env: env };
|
|
822
814
|
} else if (process.env) {
|
package/index.js
CHANGED
|
@@ -407,10 +407,8 @@ class InnetJS {
|
|
|
407
407
|
json__default["default"](),
|
|
408
408
|
ts__default["default"]({
|
|
409
409
|
typescript: typescript__default["default"],
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
sourceMap: true,
|
|
413
|
-
},
|
|
410
|
+
compilerOptions: {
|
|
411
|
+
sourceMap: true,
|
|
414
412
|
},
|
|
415
413
|
}),
|
|
416
414
|
],
|
|
@@ -464,13 +462,10 @@ class InnetJS {
|
|
|
464
462
|
json__default["default"](),
|
|
465
463
|
ts__default["default"]({
|
|
466
464
|
typescript: typescript__default["default"],
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
compilerOptions: {
|
|
470
|
-
sourceMap: false,
|
|
471
|
-
},
|
|
472
|
-
include: [...input, 'src/declaration.d.ts'],
|
|
465
|
+
compilerOptions: {
|
|
466
|
+
sourceMap: false,
|
|
473
467
|
},
|
|
468
|
+
include: [...input, 'src/declaration.d.ts'],
|
|
474
469
|
}),
|
|
475
470
|
jsx__default["default"](),
|
|
476
471
|
externals__default["default"](),
|
|
@@ -526,11 +521,8 @@ class InnetJS {
|
|
|
526
521
|
json__default["default"](),
|
|
527
522
|
ts__default["default"]({
|
|
528
523
|
typescript: typescript__default["default"],
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
compilerOptions: {
|
|
532
|
-
declaration: false,
|
|
533
|
-
},
|
|
524
|
+
compilerOptions: {
|
|
525
|
+
declaration: false,
|
|
534
526
|
},
|
|
535
527
|
}),
|
|
536
528
|
externals__default["default"](),
|
package/index.mjs
CHANGED
|
@@ -371,10 +371,8 @@ class InnetJS {
|
|
|
371
371
|
json(),
|
|
372
372
|
ts({
|
|
373
373
|
typescript,
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
sourceMap: true,
|
|
377
|
-
},
|
|
374
|
+
compilerOptions: {
|
|
375
|
+
sourceMap: true,
|
|
378
376
|
},
|
|
379
377
|
}),
|
|
380
378
|
],
|
|
@@ -428,13 +426,10 @@ class InnetJS {
|
|
|
428
426
|
json(),
|
|
429
427
|
ts({
|
|
430
428
|
typescript,
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
compilerOptions: {
|
|
434
|
-
sourceMap: false,
|
|
435
|
-
},
|
|
436
|
-
include: [...input, 'src/declaration.d.ts'],
|
|
429
|
+
compilerOptions: {
|
|
430
|
+
sourceMap: false,
|
|
437
431
|
},
|
|
432
|
+
include: [...input, 'src/declaration.d.ts'],
|
|
438
433
|
}),
|
|
439
434
|
jsx(),
|
|
440
435
|
externals(),
|
|
@@ -490,11 +485,8 @@ class InnetJS {
|
|
|
490
485
|
json(),
|
|
491
486
|
ts({
|
|
492
487
|
typescript,
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
compilerOptions: {
|
|
496
|
-
declaration: false,
|
|
497
|
-
},
|
|
488
|
+
compilerOptions: {
|
|
489
|
+
declaration: false,
|
|
498
490
|
},
|
|
499
491
|
}),
|
|
500
492
|
externals(),
|