@dxos/log
Advanced tools
Comparing version 0.6.4 to 0.6.5-staging.097cf0c
{ | ||
"name": "@dxos/log", | ||
"version": "0.6.4", | ||
"version": "0.6.5-staging.097cf0c", | ||
"description": "Logger", | ||
@@ -9,9 +9,19 @@ "homepage": "https://dxos.org", | ||
"author": "DXOS.org", | ||
"main": "dist/lib/node/index.cjs", | ||
"exports": { | ||
".": { | ||
"browser": "./dist/lib/browser/index.mjs", | ||
"node": { | ||
"default": "./dist/lib/node/index.cjs" | ||
}, | ||
"types": "./dist/types/src/index.d.ts" | ||
} | ||
}, | ||
"browser": { | ||
"./src/platform/node/index.ts": "./src/platform/browser/index.ts", | ||
"./dist/lib/node/index.cjs": "./dist/lib/browser/index.mjs", | ||
"./src/processors/console-processor.ts": "./src/processors/console-stub.ts" | ||
}, | ||
"types": "dist/types/src/index.d.ts", | ||
"typesVersions": { | ||
"*": {} | ||
}, | ||
"files": [ | ||
@@ -28,4 +38,4 @@ "dist", | ||
"lodash.pickby": "^4.6.0", | ||
"@dxos/util": "0.6.4", | ||
"@dxos/node-std": "0.6.4" | ||
"@dxos/util": "0.6.5-staging.097cf0c", | ||
"@dxos/node-std": "0.6.5-staging.097cf0c" | ||
}, | ||
@@ -32,0 +42,0 @@ "devDependencies": { |
201815
+ Added@dxos/debug@0.6.5-staging.097cf0c(transitive)
+ Added@dxos/keys@0.6.5-staging.097cf0c(transitive)
+ Added@dxos/node-std@0.6.5-staging.097cf0c(transitive)
+ Added@dxos/util@0.6.5-staging.097cf0c(transitive)
- Removed@dxos/debug@0.6.4(transitive)
- Removed@dxos/keys@0.6.4(transitive)
- Removed@dxos/node-std@0.6.4(transitive)
- Removed@dxos/util@0.6.4(transitive)