source-map-explorer 2.5.1 → 2.5.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/bin/cli.d.ts +5 -5
- package/bin/cli.js +4 -2
- package/bin/cli.js.map +1 -1
- package/lib/api.d.ts +4 -4
- package/lib/app-error.d.ts +39 -39
- package/lib/coverage.d.ts +4 -4
- package/lib/explore.d.ts +8 -8
- package/lib/helpers.d.ts +11 -11
- package/lib/html.d.ts +18 -18
- package/lib/html.js +7 -7
- package/lib/html.js.map +1 -1
- package/lib/index.d.ts +4 -4
- package/lib/index.js +1 -1
- package/lib/output.d.ts +3 -3
- package/lib/tsconfig.tsbuildinfo +3379 -0
- package/package.json +24 -24
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "source-map-explorer",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.3",
|
4
4
|
"description": "Analyze and debug space usage through source maps",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"bin": {
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"sme": "bin/cli.js"
|
9
9
|
},
|
10
10
|
"engines": {
|
11
|
-
"node": ">=
|
11
|
+
"node": ">=12"
|
12
12
|
},
|
13
13
|
"scripts": {
|
14
14
|
"build": "npm-run-all build:*",
|
@@ -77,14 +77,14 @@
|
|
77
77
|
"glob": "^7.1.6",
|
78
78
|
"gzip-size": "^6.0.0",
|
79
79
|
"lodash": "^4.17.20",
|
80
|
-
"open": "^7.3.
|
81
|
-
"source-map": "^0.7.
|
80
|
+
"open": "^7.3.1",
|
81
|
+
"source-map": "^0.7.4",
|
82
82
|
"temp": "^0.9.4",
|
83
|
-
"yargs": "^16.
|
83
|
+
"yargs": "^16.2.0"
|
84
84
|
},
|
85
85
|
"devDependencies": {
|
86
|
-
"@babel/core": "^7.12.
|
87
|
-
"@babel/preset-env": "^7.12.
|
86
|
+
"@babel/core": "^7.12.10",
|
87
|
+
"@babel/preset-env": "^7.12.11",
|
88
88
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
89
89
|
"@smpx/snap-shot-it": "^6.6.1",
|
90
90
|
"@types/browserify": "^12.0.36",
|
@@ -97,41 +97,41 @@
|
|
97
97
|
"@types/ejs": "^3.0.5",
|
98
98
|
"@types/escape-html": "1.0.0",
|
99
99
|
"@types/glob": "^7.1.3",
|
100
|
-
"@types/lodash": "^4.14.
|
101
|
-
"@types/mocha": "^8.0
|
100
|
+
"@types/lodash": "^4.14.167",
|
101
|
+
"@types/mocha": "^8.2.0",
|
102
102
|
"@types/node": "^14.x",
|
103
103
|
"@types/rimraf": "^3.0.0",
|
104
104
|
"@types/temp": "^0.8.34",
|
105
|
-
"@types/yargs": "^15.0.
|
106
|
-
"@typescript-eslint/eslint-plugin": "^4.
|
107
|
-
"@typescript-eslint/parser": "^4.
|
105
|
+
"@types/yargs": "^15.0.12",
|
106
|
+
"@typescript-eslint/eslint-plugin": "^4.12.0",
|
107
|
+
"@typescript-eslint/parser": "^4.12.0",
|
108
108
|
"babelify": "^10.0.0",
|
109
109
|
"browserify": "^17.0.0",
|
110
110
|
"chai": "^4.2.0",
|
111
111
|
"chai-as-promised": "^7.1.1",
|
112
112
|
"chokidar-cli": "^2.1.0",
|
113
113
|
"concat-stream": "^2.0.0",
|
114
|
-
"copyfiles": "^2.4.
|
114
|
+
"copyfiles": "^2.4.1",
|
115
115
|
"coveralls": "^3.1.0",
|
116
|
-
"cross-env": "^7.0.
|
116
|
+
"cross-env": "^7.0.3",
|
117
117
|
"cross-spawn": "^7.0.3",
|
118
|
-
"eslint": "^7.
|
119
|
-
"eslint-config-prettier": "^
|
120
|
-
"eslint-plugin-prettier": "^3.1
|
118
|
+
"eslint": "^7.17.0",
|
119
|
+
"eslint-config-prettier": "^7.1.0",
|
120
|
+
"eslint-plugin-prettier": "^3.3.1",
|
121
121
|
"generate-source-map": "0.0.5",
|
122
|
-
"husky": "^4.3.
|
123
|
-
"lint-staged": "^10.5.
|
122
|
+
"husky": "^4.3.7",
|
123
|
+
"lint-staged": "^10.5.3",
|
124
124
|
"mocha": "^8.2.1",
|
125
125
|
"npm-run-all": "^4.1.5",
|
126
126
|
"nyc": "^15.1.0",
|
127
|
-
"prettier": "^2.2.
|
127
|
+
"prettier": "^2.2.1",
|
128
128
|
"rewiremock": "^3.14.3",
|
129
129
|
"rimraf": "^3.0.2",
|
130
130
|
"source-map-support": "^0.5.19",
|
131
|
-
"terser": "^5.5.
|
131
|
+
"terser": "^5.5.1",
|
132
132
|
"terser-webpack-plugin": "^5.0.3",
|
133
|
-
"ts-node": "^9.
|
134
|
-
"typescript": "^4.1.
|
135
|
-
"webpack": "^5.
|
133
|
+
"ts-node": "^9.1.1",
|
134
|
+
"typescript": "^4.1.3",
|
135
|
+
"webpack": "^5.12.0"
|
136
136
|
}
|
137
137
|
}
|