@dreamkit/dev 0.0.23 → 0.0.24

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.
@@ -116,7 +116,6 @@ function createServerAction(program, name, call, exported = false) {
116
116
  name: "clone",
117
117
  arguments: [
118
118
  t.objectExpression([
119
- t.objectProperty(t.identifier("context"), t.nullLiteral()),
120
119
  t.objectProperty(t.identifier("onCall"), t.nullLiteral()),
121
120
  ]),
122
121
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamkit/dev",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Development tools for DreamKit.",
5
5
  "homepage": "https://dreamkit.dev",
6
6
  "repository": {
@@ -46,9 +46,9 @@
46
46
  "rollup": "^4.50.0",
47
47
  "vite-plugin-solid": "^2.11.8",
48
48
  "vite-tsconfig-paths": "^5.1.4",
49
- "@dreamkit/app": "0.0.15",
49
+ "@dreamkit/app": "0.0.16",
50
50
  "@dreamkit/kind": "0.0.4",
51
- "@dreamkit/node-app": "0.0.10",
51
+ "@dreamkit/node-app": "0.0.11",
52
52
  "@dreamkit/schema": "0.0.7",
53
53
  "@dreamkit/utils": "0.0.7"
54
54
  },