@larvit/log 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@larvit/log",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.2",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
|
-
"packageManager": "yarn@3.6.
|
6
|
+
"packageManager": "yarn@3.6.3",
|
7
7
|
"scripts": {
|
8
8
|
"build": "rm -f index.js index.d.ts index.js.map && tsc && uglifyjs index.js -o index.js",
|
9
9
|
"lint-fix": "eslint --fix index.ts test.ts",
|
@@ -12,14 +12,14 @@
|
|
12
12
|
"test": "yarn test-unit && yarn lint"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@larvit/eslint-config-typescript-esm": "1.2.
|
15
|
+
"@larvit/eslint-config-typescript-esm": "1.2.1",
|
16
16
|
"@randomgoods/tap-spec": "5.0.3",
|
17
|
-
"@types/node": "
|
17
|
+
"@types/node": "20.5.7",
|
18
18
|
"@types/tape": "5.6.0",
|
19
|
-
"eslint": "8.
|
20
|
-
"tape": "5.6.
|
19
|
+
"eslint": "8.48.0",
|
20
|
+
"tape": "5.6.6",
|
21
21
|
"ts-node": "10.9.1",
|
22
|
-
"typescript": "5.
|
22
|
+
"typescript": "5.2.2",
|
23
23
|
"uglify-js": "3.17.4"
|
24
24
|
},
|
25
25
|
"publishConfig": {
|