@wiajs/log 4.3.18 → 4.3.19

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/log.bs.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia log v4.3.18
2
+ * wia log v4.3.19
3
3
  * (c) 2024-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
package/dist/log.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia log v4.3.18
2
+ * wia log v4.3.19
3
3
  * (c) 2024-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
package/dist/log.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia log v4.3.18
2
+ * wia log v4.3.19
3
3
  * (c) 2024-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
package/dist/log.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia log v4.3.18
2
+ * wia log v4.3.19
3
3
  * (c) 2024-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
package/dist/log.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia log v4.3.18
2
+ * wia log v4.3.19
3
3
  * (c) 2024-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
package/index.js CHANGED
@@ -1 +1 @@
1
- export {default, name, log} from './lib/node.js'
1
+ export {default, name, log} from './lib/log.js'
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@wiajs/log",
3
3
  "description": "Lightweight debugging utility for Node.js and the browser",
4
- "version": "4.3.18",
4
+ "version": "4.3.19",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
- "types": "./types/log.d.ts",
8
- "browser": "./lib/log.bs.js",
7
+ "types": "types/log.d.ts",
8
+ "browser": "lib/log.bs.js",
9
9
  "exports": {
10
10
  ".": {
11
11
  "node": {