@zerotal/admin 1.12.0 → 1.13.0

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/api-surface.md +0 -1
  2. package/package.json +9 -9
package/api-surface.md CHANGED
@@ -134,7 +134,6 @@ class AdminPage = {
134
134
  cancelled: boolean
135
135
  child: <C extends Component>(ChildClass: new () => C, opts?: { key?: string | number; props?: Partial<C>; lazy?: boolean; defer?: boolean; stream?: boolean; slots?: Record<string, string>;}) => Promise<HtmlNode>
136
136
  clearDurable: () => void
137
- client: (script: string) => void
138
137
  currentUrl: (options?: CurrentUrlOptions) => string
139
138
  dispatch: <K extends string>(name: K, ...args: K extends EventName ? EventArgs<FlowEvents[K]> : [payload?: Record<string, unknown>]) => void
140
139
  dispatchSelf: <K extends string>(name: K, ...args: K extends EventName ? EventArgs<FlowEvents[K]> : [payload?: Record<string, unknown>]) => void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerotal/admin",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "license": "MIT",
5
5
  "maturity": "stable",
6
6
  "private": false,
@@ -32,16 +32,16 @@
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@zerotal/cache": "1.12.0",
36
- "@zerotal/core": "1.12.0",
37
- "@zerotal/flow": "1.12.0",
38
- "@zerotal/flow-ui": "1.12.0",
39
- "@zerotal/validator": "1.12.0"
35
+ "@zerotal/cache": "1.13.0",
36
+ "@zerotal/core": "1.13.0",
37
+ "@zerotal/flow": "1.13.0",
38
+ "@zerotal/flow-ui": "1.13.0",
39
+ "@zerotal/validator": "1.13.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@zerotal/orm": "1.12.0",
43
- "@zerotal/auth": "1.12.0",
44
- "@zerotal/queue": "1.12.0"
42
+ "@zerotal/orm": "1.13.0",
43
+ "@zerotal/auth": "1.13.0",
44
+ "@zerotal/queue": "1.13.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@zerotal/orm": "^1.0.0",