@dxos/echo-pipeline 0.3.7 → 0.3.8-main.0ae9c21

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,17 +1,33 @@
1
1
  {
2
2
  "name": "@dxos/echo-pipeline",
3
- "version": "0.3.7",
3
+ "version": "0.3.8-main.0ae9c21",
4
4
  "description": "ECHO database.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
7
7
  "license": "MIT",
8
8
  "author": "info@dxos.org",
9
- "main": "dist/lib/node/index.cjs",
10
- "browser": {
11
- "./dist/lib/node/index.cjs": "./dist/lib/browser/index.mjs",
12
- "./testing.js": "./dist/lib/browser/testing/index.mjs"
9
+ "exports": {
10
+ ".": {
11
+ "browser": "./dist/lib/browser/index.mjs",
12
+ "import": "./dist/lib/browser/index.mjs",
13
+ "require": "./dist/lib/node/index.cjs",
14
+ "node": "./dist/lib/node/index.cjs"
15
+ },
16
+ "./testing": {
17
+ "browser": "./dist/lib/browser/testing/index.mjs",
18
+ "import": "./dist/lib/browser/testing/index.mjs",
19
+ "require": "./dist/lib/node/testing/index.cjs",
20
+ "node": "./dist/lib/node/testing/index.cjs"
21
+ }
13
22
  },
14
23
  "types": "dist/types/src/index.d.ts",
24
+ "typesVersions": {
25
+ "*": {
26
+ "testing": [
27
+ "dist/types/src/testing/index.d.ts"
28
+ ]
29
+ }
30
+ },
15
31
  "files": [
16
32
  "testing.d.ts",
17
33
  "testing.js",
@@ -20,36 +36,36 @@
20
36
  ],
21
37
  "dependencies": {
22
38
  "crc-32": "^1.2.2",
23
- "@dxos/async": "0.3.7",
24
- "@dxos/codec-protobuf": "0.3.7",
25
- "@dxos/context": "0.3.7",
26
- "@dxos/credentials": "0.3.7",
27
- "@dxos/crypto": "0.3.7",
28
- "@dxos/debug": "0.3.7",
29
- "@dxos/document-model": "0.3.7",
30
- "@dxos/echo-db": "0.3.7",
31
- "@dxos/feed-store": "0.3.7",
32
- "@dxos/hypercore": "0.3.7",
33
- "@dxos/invariant": "0.3.7",
34
- "@dxos/keyring": "0.3.7",
35
- "@dxos/keys": "0.3.7",
36
- "@dxos/log": "0.3.7",
37
- "@dxos/messaging": "0.3.7",
38
- "@dxos/model-factory": "0.3.7",
39
- "@dxos/network-manager": "0.3.7",
40
- "@dxos/node-std": "0.3.7",
41
- "@dxos/protocols": "0.3.7",
42
- "@dxos/random-access-storage": "0.3.7",
43
- "@dxos/rpc": "0.3.7",
44
- "@dxos/teleport": "0.3.7",
45
- "@dxos/teleport-extension-gossip": "0.3.7",
46
- "@dxos/teleport-extension-object-sync": "0.3.7",
47
- "@dxos/teleport-extension-replicator": "0.3.7",
48
- "@dxos/text-model": "0.3.7",
49
- "@dxos/timeframe": "0.3.7",
50
- "@dxos/tracing": "0.3.7",
51
- "@dxos/typings": "0.3.7",
52
- "@dxos/util": "0.3.7"
39
+ "@dxos/async": "0.3.8-main.0ae9c21",
40
+ "@dxos/codec-protobuf": "0.3.8-main.0ae9c21",
41
+ "@dxos/context": "0.3.8-main.0ae9c21",
42
+ "@dxos/credentials": "0.3.8-main.0ae9c21",
43
+ "@dxos/crypto": "0.3.8-main.0ae9c21",
44
+ "@dxos/debug": "0.3.8-main.0ae9c21",
45
+ "@dxos/document-model": "0.3.8-main.0ae9c21",
46
+ "@dxos/echo-db": "0.3.8-main.0ae9c21",
47
+ "@dxos/feed-store": "0.3.8-main.0ae9c21",
48
+ "@dxos/hypercore": "0.3.8-main.0ae9c21",
49
+ "@dxos/invariant": "0.3.8-main.0ae9c21",
50
+ "@dxos/keys": "0.3.8-main.0ae9c21",
51
+ "@dxos/log": "0.3.8-main.0ae9c21",
52
+ "@dxos/keyring": "0.3.8-main.0ae9c21",
53
+ "@dxos/messaging": "0.3.8-main.0ae9c21",
54
+ "@dxos/network-manager": "0.3.8-main.0ae9c21",
55
+ "@dxos/protocols": "0.3.8-main.0ae9c21",
56
+ "@dxos/node-std": "0.3.8-main.0ae9c21",
57
+ "@dxos/model-factory": "0.3.8-main.0ae9c21",
58
+ "@dxos/random-access-storage": "0.3.8-main.0ae9c21",
59
+ "@dxos/rpc": "0.3.8-main.0ae9c21",
60
+ "@dxos/teleport": "0.3.8-main.0ae9c21",
61
+ "@dxos/teleport-extension-gossip": "0.3.8-main.0ae9c21",
62
+ "@dxos/teleport-extension-object-sync": "0.3.8-main.0ae9c21",
63
+ "@dxos/teleport-extension-replicator": "0.3.8-main.0ae9c21",
64
+ "@dxos/text-model": "0.3.8-main.0ae9c21",
65
+ "@dxos/tracing": "0.3.8-main.0ae9c21",
66
+ "@dxos/typings": "0.3.8-main.0ae9c21",
67
+ "@dxos/timeframe": "0.3.8-main.0ae9c21",
68
+ "@dxos/util": "0.3.8-main.0ae9c21"
53
69
  },
54
70
  "devDependencies": {
55
71
  "fast-check": "~3.3.0",
package/testing.d.ts DELETED
@@ -1,11 +0,0 @@
1
- //
2
- // Copyright 2022 DXOS.org
3
- //
4
-
5
- /**
6
- * Enable testing imports:
7
- * ```tsc
8
- * import { ... } from '@dxos/echo-db/testing';
9
- * ```
10
- */
11
- export * from './dist/types/src/testing';
package/testing.js DELETED
@@ -1,5 +0,0 @@
1
- //
2
- // Copyright 2022 DXOS.org
3
- //
4
-
5
- module.exports = require('./dist/lib/node/testing/index.cjs');