@owlmeans/web-panel 0.1.18-rc.39 → 0.1.18-rc.40

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/README.md CHANGED
@@ -191,7 +191,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
191
191
  your project's skill store (`.agents/skills/`):
192
192
 
193
193
  ```sh
194
- npx @owlmeans/agent-skills@^0.1.18-rc.19
194
+ npx @owlmeans/agent-skills@^0.1.18-rc.20
195
195
  ```
196
196
 
197
197
  The embedded files are version-matched to this package release. Do not edit them
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
3
  "package": "@owlmeans/web-panel",
4
- "version": "0.1.18-rc.39",
5
- "generatedAt": "2026-09-12T13:51:53.543Z",
4
+ "version": "0.1.18-rc.40",
5
+ "generatedAt": "2026-09-12T14:18:54.798Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/web-panel
9
9
 
10
10
  **Layer:** Web (React)
11
- **Install:** `"@owlmeans/web-panel": "^0.1.18-rc.39"` in `dependencies`
11
+ **Install:** `"@owlmeans/web-panel": "^0.1.18-rc.40"` in `dependencies`
12
12
 
13
13
  ## Key Exports
14
14
 
@@ -4,7 +4,7 @@ export declare const entrypoints: (import("@owlmeans/client-entrypoint").ClientP
4
4
  body: import("@owlmeans/auth").AuthCredentials;
5
5
  }, import("@owlmeans/auth").AuthToken>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
6
6
  query: Partial<import("@owlmeans/auth").AuthToken>;
7
- }, undefined>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
7
+ }, import("@owlmeans/entrypoint").OpenValue>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
8
8
  query: import("@owlmeans/auth").AuthToken;
9
- }, undefined>>)[];
9
+ }, import("@owlmeans/entrypoint").OpenValue>>)[];
10
10
  //# sourceMappingURL=entrypoints.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entrypoints.d.ts","sourceRoot":"","sources":["../../src/auth/entrypoints.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;;;;;;;iBAAuC,CAAA"}
1
+ {"version":3,"file":"entrypoints.d.ts","sourceRoot":"","sources":["../../src/auth/entrypoints.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;;;;;;;gDAAuC,CAAA"}
@@ -1,8 +1,8 @@
1
1
  export declare const entrypoints: (import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<import("@owlmeans/entrypoint").OpenRequest, import("@owlmeans/entrypoint").OpenValue>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
2
2
  query: import("@owlmeans/auth").AuthToken;
3
- }, undefined>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
3
+ }, import("@owlmeans/entrypoint").OpenValue>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
4
4
  query: import("@owlmeans/auth-common").SurrogateQuery;
5
- }, undefined>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
5
+ }, import("@owlmeans/entrypoint").OpenValue>> | import("@owlmeans/client-entrypoint").ClientProtocolEntrypoint<import("@owlmeans/entrypoint").EntrypointProtocol<{
6
6
  body: import("@owlmeans/auth").AuthToken;
7
7
  }, import("@owlmeans/auth").AuthToken>>)[];
8
8
  //# sourceMappingURL=entrypoints.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/web-panel",
3
- "version": "0.1.18-rc.39",
3
+ "version": "0.1.18-rc.40",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -44,31 +44,31 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@hookform/resolvers": "^5.2.2",
47
- "@owlmeans/api-config-client": "^0.1.18-rc.20",
48
- "@owlmeans/auth": "^0.1.18-rc.16",
49
- "@owlmeans/auth-common": "^0.1.18-rc.20",
50
- "@owlmeans/basic-envelope": "^0.1.18-rc.19",
51
- "@owlmeans/client": "^0.1.18-rc.23",
52
- "@owlmeans/client-auth": "^0.1.18-rc.27",
53
- "@owlmeans/client-config": "^0.1.18-rc.19",
54
- "@owlmeans/client-context": "^0.1.18-rc.20",
55
- "@owlmeans/client-entrypoint": "^0.1.18-rc.20",
56
- "@owlmeans/client-flow": "^0.1.18-rc.24",
57
- "@owlmeans/client-i18n": "^0.1.18-rc.22",
58
- "@owlmeans/client-panel": "^0.1.18-rc.30",
59
- "@owlmeans/client-route": "^0.1.18-rc.20",
60
- "@owlmeans/config": "^0.1.18-rc.19",
61
- "@owlmeans/context": "^0.1.18-rc.15",
62
- "@owlmeans/entrypoint": "^0.1.18-rc.18",
63
- "@owlmeans/error": "^0.1.18-rc.15",
64
- "@owlmeans/flow": "^0.1.18-rc.21",
65
- "@owlmeans/i18n": "^0.1.18-rc.15",
66
- "@owlmeans/route": "^0.1.18-rc.16",
67
- "@owlmeans/web-client": "^0.1.18-rc.31",
68
- "@owlmeans/web-consent": "^0.1.18-rc.14",
69
- "@owlmeans/web-db": "^0.1.18-rc.21",
70
- "@owlmeans/web-flow": "^0.1.18-rc.24",
71
- "@owlmeans/web-router": "^0.1.18-rc.21",
47
+ "@owlmeans/api-config-client": "^0.1.18-rc.21",
48
+ "@owlmeans/auth": "^0.1.18-rc.17",
49
+ "@owlmeans/auth-common": "^0.1.18-rc.21",
50
+ "@owlmeans/basic-envelope": "^0.1.18-rc.20",
51
+ "@owlmeans/client": "^0.1.18-rc.24",
52
+ "@owlmeans/client-auth": "^0.1.18-rc.28",
53
+ "@owlmeans/client-config": "^0.1.18-rc.20",
54
+ "@owlmeans/client-context": "^0.1.18-rc.21",
55
+ "@owlmeans/client-entrypoint": "^0.1.18-rc.21",
56
+ "@owlmeans/client-flow": "^0.1.18-rc.25",
57
+ "@owlmeans/client-i18n": "^0.1.18-rc.23",
58
+ "@owlmeans/client-panel": "^0.1.18-rc.31",
59
+ "@owlmeans/client-route": "^0.1.18-rc.21",
60
+ "@owlmeans/config": "^0.1.18-rc.20",
61
+ "@owlmeans/context": "^0.1.18-rc.16",
62
+ "@owlmeans/entrypoint": "^0.1.18-rc.19",
63
+ "@owlmeans/error": "^0.1.18-rc.16",
64
+ "@owlmeans/flow": "^0.1.18-rc.22",
65
+ "@owlmeans/i18n": "^0.1.18-rc.16",
66
+ "@owlmeans/route": "^0.1.18-rc.17",
67
+ "@owlmeans/web-client": "^0.1.18-rc.32",
68
+ "@owlmeans/web-consent": "^0.1.18-rc.15",
69
+ "@owlmeans/web-db": "^0.1.18-rc.22",
70
+ "@owlmeans/web-flow": "^0.1.18-rc.25",
71
+ "@owlmeans/web-router": "^0.1.18-rc.22",
72
72
  "i18next-browser-languagedetector": "^8.0.0",
73
73
  "qrcode.react": "^4.2.0",
74
74
  "react-google-recaptcha": "^3.1.0",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "devDependencies": {
94
94
  "@owlmeans/dep-config": "workspace:*",
95
- "@owlmeans/test-ui": "^0.1.18-rc.22",
95
+ "@owlmeans/test-ui": "^0.1.18-rc.23",
96
96
  "@radix-ui/react-label": "^2.1.0",
97
97
  "@radix-ui/react-navigation-menu": "^1.2.14",
98
98
  "@radix-ui/react-progress": "^1.1.0",