lib0 0.2.70 → 0.2.72

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lib0",
3
- "version": "0.2.70",
3
+ "version": "0.2.72",
4
4
  "description": "",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -201,6 +201,8 @@
201
201
  "import": "./list.js",
202
202
  "require": "./dist/list.cjs"
203
203
  },
204
+ "./logging.js": "./logging.browser.js",
205
+ "./dist/logging.cjs": "./dist/logging.node.cjs",
204
206
  "./logging": {
205
207
  "types": "./logging.node.d.ts",
206
208
  "deno": "./logging.node.js",
@@ -210,7 +212,7 @@
210
212
  "module": "./logging.node.js",
211
213
  "default": "./logging.node.js"
212
214
  },
213
- "browser": {
215
+ "default": {
214
216
  "require": "./dist/logging.browser.cjs",
215
217
  "module": "./logging.browser.js",
216
218
  "default": "./logging.browser.js"
@@ -415,6 +417,8 @@
415
417
  },
416
418
  "module": "./webcrypto.browser.js"
417
419
  },
420
+ "./performance.js": "./performance.browser.js",
421
+ "./dist/performance.cjs": "./dist/performance.node.cjs",
418
422
  "./performance": {
419
423
  "types": "./performance.browser.d.ts",
420
424
  "deno": "./performance.node.js",
@@ -424,7 +428,7 @@
424
428
  "module": "./performance.node.js",
425
429
  "default": "./performance.node.js"
426
430
  },
427
- "browser": {
431
+ "default": {
428
432
  "require": "./dist/performance.browser.cjs",
429
433
  "module": "./performance.browser.js",
430
434
  "default": "./performance.browser.js"