@wiajs/log 4.3.17 → 4.3.18

Sign up to get free protection for your applications and to get access to all the features.
package/dist/log.bs.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia log v4.3.15
2
+ * wia log v4.3.18
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.15
2
+ * wia log v4.3.18
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.15
2
+ * wia log v4.3.18
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.15
2
+ * wia log v4.3.18
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.15
2
+ * wia log v4.3.18
3
3
  * (c) 2024-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
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.17",
4
+ "version": "4.3.18",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "types": "./types/log.d.ts",
8
- "browser": "./lib/browser.js",
8
+ "browser": "./lib/log.bs.js",
9
9
  "exports": {
10
10
  ".": {
11
11
  "node": {
@@ -14,9 +14,9 @@
14
14
  "types": "./types/log.d.ts"
15
15
  },
16
16
  "browser": {
17
- "import": "./lib/browser.js",
17
+ "import": "./lib/log.bs.js",
18
18
  "require": "./dist/log.bs.cjs",
19
- "types": "./types/browser.d.ts"
19
+ "types": "./types/log.bs.d.ts"
20
20
  },
21
21
  "default": {
22
22
  "import": "./index.js",
File without changes
File without changes
File without changes
File without changes