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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  ;(function () {
4
- const env = {"__INNETJS__PACKAGE_VERSION":"2.6.0-alpha.1"};
4
+ const env = {"__INNETJS__PACKAGE_VERSION":"2.6.0-alpha.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":"2.6.0-alpha.1"};
2
+ const env = {"__INNETJS__PACKAGE_VERSION":"2.6.0-alpha.3"};
3
3
  if (typeof process === 'undefined') {
4
4
  globalThis.process = { env: env };
5
5
  } else if (process.env) {
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
- tsconfigOverride: {
525
- compilerOptions: {
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
- clean: true,
582
- tsconfigOverride: {
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
- clean: true,
644
- tsconfigOverride: {
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.1"};
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
- tsconfigOverride: {
411
- compilerOptions: {
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
- clean: true,
468
- tsconfigOverride: {
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
- clean: true,
530
- tsconfigOverride: {
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
- tsconfigOverride: {
375
- compilerOptions: {
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
- clean: true,
432
- tsconfigOverride: {
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
- clean: true,
494
- tsconfigOverride: {
495
- compilerOptions: {
496
- declaration: false,
497
- },
488
+ compilerOptions: {
489
+ declaration: false,
498
490
  },
499
491
  }),
500
492
  externals(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "innetjs",
3
- "version": "2.6.0-alpha.1",
3
+ "version": "2.6.0-alpha.3",
4
4
  "description": "CLI for innet boilerplate",
5
5
  "homepage": "https://github.com/d8corp/innetjs",
6
6
  "author": "Mikhail Lysikov <d8corp@mail.ru>",