carlin 1.38.4 → 1.38.6
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/dist/index.js +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -19,9 +19,9 @@ import mime from 'mime-types';
|
|
|
19
19
|
import deepmerge from 'deepmerge';
|
|
20
20
|
import { hideBin } from 'yargs/helpers';
|
|
21
21
|
import yargs from 'yargs';
|
|
22
|
-
import * as esbuild from 'esbuild';
|
|
23
22
|
import { builtinModules } from 'module';
|
|
24
23
|
import { typescriptConfig } from '@ttoss/config';
|
|
24
|
+
import * as esbuild from 'esbuild';
|
|
25
25
|
import AdmZip from 'adm-zip';
|
|
26
26
|
import importSync from 'import-sync';
|
|
27
27
|
import semver from 'semver';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carlin",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Pedro Arantes <arantespp@gmail.com> (https://twitter.com/arantespp)",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"change-case": "^5.4.4",
|
|
31
31
|
"deep-equal": "^2.2.3",
|
|
32
32
|
"deepmerge": "^4.3.1",
|
|
33
|
-
"dotenv": "^
|
|
33
|
+
"dotenv": "^17.0.1",
|
|
34
34
|
"esbuild": "^0.25.5",
|
|
35
35
|
"findup-sync": "^5.0.0",
|
|
36
36
|
"glob": "^11.0.0",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"uglify-js": "^3.19.3",
|
|
46
46
|
"vercel": "^39.1.1",
|
|
47
47
|
"yargs": "^17.7.2",
|
|
48
|
-
"@ttoss/cloudformation": "^0.10.
|
|
49
|
-
"@ttoss/config": "^
|
|
50
|
-
"@ttoss/
|
|
48
|
+
"@ttoss/cloudformation": "^0.10.19",
|
|
49
|
+
"@ttoss/read-config-file": "^2.0.11",
|
|
50
|
+
"@ttoss/config": "^1.35.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/adm-zip": "^0.5.6",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"@types/semver": "^7.5.8",
|
|
64
64
|
"@types/uglify-js": "^3.17.5",
|
|
65
65
|
"@types/yargs": "^17.0.33",
|
|
66
|
-
"jest": "^30.0.
|
|
66
|
+
"jest": "^30.0.4",
|
|
67
67
|
"tsup": "^8.5.0",
|
|
68
68
|
"typescript": "~5.7.2",
|
|
69
|
-
"@ttoss/test-utils": "^2.1.
|
|
69
|
+
"@ttoss/test-utils": "^2.1.25"
|
|
70
70
|
},
|
|
71
71
|
"keywords": [],
|
|
72
72
|
"publishConfig": {
|