loglevel-mixin 7.2.3 → 7.2.5
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loglevel-mixin",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"license": "0BSD",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"prepare": "node --run prepare:typescript",
|
|
29
|
-
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target
|
|
29
|
+
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
|
|
30
30
|
"test": "node --run test:browser-ava && node --run test:ava",
|
|
31
31
|
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
|
|
32
32
|
"test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"docs": "documentation readme --section=API ./src**/*.mjs",
|
|
35
35
|
"lint": "node --run lint:docs && node --run lint:typescript",
|
|
36
36
|
"lint:docs": "documentation lint ./src**/*.mjs",
|
|
37
|
-
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target
|
|
37
|
+
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"ava": "^6.
|
|
41
|
-
"browser-ava": "^2.3.
|
|
40
|
+
"ava": "^6.3.0",
|
|
41
|
+
"browser-ava": "^2.3.26",
|
|
42
42
|
"c8": "^10.1.3",
|
|
43
43
|
"documentation": "^14.0.3",
|
|
44
44
|
"semantic-release": "^24.2.3",
|