@dxos/react-client 2.28.5-dev.176378e4 → 2.28.5-dev.4dea7f41

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.
@@ -11,12 +11,12 @@ const {
11
11
  /** @type {import('@dxos/esbuild-server').Config} */
12
12
  module.exports = {
13
13
  plugins: [
14
- NodeGlobalsPolyfillPlugin(),
15
14
  FixMemdownPlugin(),
15
+ NodeGlobalsPolyfillPlugin(),
16
16
  NodeModulesPlugin()
17
17
  ],
18
18
  outdir: 'out',
19
19
  overrides: {
20
- sourcemap: 'inline',
20
+ sourcemap: 'inline'
21
21
  }
22
22
  };
package/package.json CHANGED
@@ -1,26 +1,24 @@
1
1
  {
2
2
  "name": "@dxos/react-client",
3
- "version": "2.28.5-dev.176378e4",
3
+ "version": "2.28.5-dev.4dea7f41",
4
4
  "description": "React client API",
5
- "keywords": [],
6
5
  "license": "MIT",
7
6
  "author": "DXOS.org",
8
7
  "main": "dist/src/index.js",
9
8
  "types": "dist/src/index.d.ts",
10
9
  "dependencies": {
11
- "@dxos/async": "2.28.5-dev.176378e4",
12
- "@dxos/bot-factory-client": "2.28.5-dev.176378e4",
13
- "@dxos/client": "2.28.5-dev.176378e4",
14
- "@dxos/config": "2.28.5-dev.176378e4",
15
- "@dxos/credentials": "2.28.5-dev.176378e4",
16
- "@dxos/crypto": "2.28.5-dev.176378e4",
17
- "@dxos/debug": "2.28.5-dev.176378e4",
18
- "@dxos/echo-db": "2.28.5-dev.176378e4",
19
- "@dxos/network-manager": "2.28.5-dev.176378e4",
20
- "@dxos/util": "2.28.5-dev.176378e4",
10
+ "@dxos/async": "2.28.5-dev.4dea7f41",
11
+ "@dxos/bot-factory-client": "2.28.5-dev.4dea7f41",
12
+ "@dxos/client": "2.28.5-dev.4dea7f41",
13
+ "@dxos/config": "2.28.5-dev.4dea7f41",
14
+ "@dxos/credentials": "2.28.5-dev.4dea7f41",
15
+ "@dxos/crypto": "2.28.5-dev.4dea7f41",
16
+ "@dxos/debug": "2.28.5-dev.4dea7f41",
17
+ "@dxos/echo-db": "2.28.5-dev.4dea7f41",
18
+ "@dxos/network-manager": "2.28.5-dev.4dea7f41",
19
+ "@dxos/util": "2.28.5-dev.4dea7f41",
21
20
  "assert": "^2.0.0",
22
21
  "debug": "^4.3.3",
23
- "react-display-name": "^0.2.5",
24
22
  "use-subscription": "^1.4.1"
25
23
  },
26
24
  "devDependencies": {
@@ -53,9 +51,9 @@
53
51
  "access": "public"
54
52
  },
55
53
  "toolchain": {
56
- "testingFramework": "mocha",
57
54
  "jsdom": true,
58
- "forceCloseTests": true
55
+ "forceCloseTests": true,
56
+ "testingFramework": "mocha"
59
57
  },
60
58
  "scripts": {
61
59
  "book": "toolchain book",
package/tsconfig.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "extends": "../../../tsconfig.json",
3
3
  "compilerOptions": {
4
- "outDir": "dist",
5
4
  "jsx": "react",
6
5
  "lib": [
7
6
  "DOM",
8
7
  "ESNext"
9
8
  ],
9
+ "outDir": "dist",
10
10
  // Have to specify typings explicitly here because fork-ts-checker-webpack-plugin can't find them automatically with PNPM.
11
11
  "types": [
12
12
  "mocha"