@modern-js/plugin-devtools 0.0.0-next-20240611035847 → 0.0.0-next-20240611055244

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.
Files changed (2) hide show
  1. package/dist/rpc/index.js +1 -1
  2. package/package.json +13 -13
package/dist/rpc/index.js CHANGED
@@ -259,7 +259,7 @@ const setupClientConnection = async (options) => {
259
259
  const frameworkContext = {
260
260
  ...api.useAppContext(),
261
261
  builder: null,
262
- serverPlugins: []
262
+ serverInternalPlugins: null
263
263
  };
264
264
  import_state.$resolvers.framework.context.resolve(frameworkContext);
265
265
  import_state.$resolvers.framework.config.resolved.resolve(api.useConfigContext());
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-20240611035847",
18
+ "version": "0.0.0-next-20240611055244",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -54,9 +54,9 @@
54
54
  "ufo": "^1.3.0",
55
55
  "valtio": "^1.11.1",
56
56
  "ws": "^8.13.0",
57
- "@modern-js/devtools-client": "0.0.0-next-20240611035847",
58
- "@modern-js/devtools-kit": "0.0.0-next-20240611035847",
59
- "@modern-js/utils": "0.0.0-next-20240611035847"
57
+ "@modern-js/devtools-client": "0.0.0-next-20240611055244",
58
+ "@modern-js/devtools-kit": "0.0.0-next-20240611055244",
59
+ "@modern-js/utils": "0.0.0-next-20240611055244"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@swc/helpers": "0.5.3",
@@ -64,17 +64,17 @@
64
64
  "@types/ws": "^8.5.5",
65
65
  "type-fest": "^4.1.0",
66
66
  "typescript": "^5",
67
- "@modern-js/app-tools": "0.0.0-next-20240611035847",
68
- "@modern-js/module-tools": "0.0.0-next-20240611035847",
69
- "@modern-js/core": "0.0.0-next-20240611035847",
70
- "@modern-js/runtime": "0.0.0-next-20240611035847",
71
- "@modern-js/types": "0.0.0-next-20240611035847",
72
- "@modern-js/server-core": "0.0.0-next-20240611035847",
73
- "@modern-js/uni-builder": "0.0.0-next-20240611035847",
74
- "@scripts/build": "0.0.0-next-20240611035847"
67
+ "@modern-js/app-tools": "0.0.0-next-20240611055244",
68
+ "@modern-js/module-tools": "0.0.0-next-20240611055244",
69
+ "@modern-js/core": "0.0.0-next-20240611055244",
70
+ "@modern-js/runtime": "0.0.0-next-20240611055244",
71
+ "@modern-js/server-core": "0.0.0-next-20240611055244",
72
+ "@modern-js/types": "0.0.0-next-20240611055244",
73
+ "@modern-js/uni-builder": "0.0.0-next-20240611055244",
74
+ "@scripts/build": "0.0.0-next-20240611055244"
75
75
  },
76
76
  "peerDependencies": {
77
- "@modern-js/runtime": "0.0.0-next-20240611035847"
77
+ "@modern-js/runtime": "0.0.0-next-20240611055244"
78
78
  },
79
79
  "peerDependenciesMeta": {
80
80
  "@modern-js/runtime": {