@lifeaitools/clauth 1.5.76 → 1.5.77

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.
@@ -10,6 +10,20 @@ const MAX_EVENT_QUEUE = 100;
10
10
  const MAX_SNIPPET = 2_000;
11
11
 
12
12
  const APP_TARGETS = {
13
+ studio_test: {
14
+ appSlug: "studio_test",
15
+ brandSlug: "studio_test",
16
+ packageName: "@regen/studio",
17
+ command: "pnpm --filter @regen/studio dev",
18
+ url: "http://localhost:3011/editor/local-test-target",
19
+ },
20
+ "studio-test": {
21
+ appSlug: "studio_test",
22
+ brandSlug: "studio_test",
23
+ packageName: "@regen/studio",
24
+ command: "pnpm --filter @regen/studio dev",
25
+ url: "http://localhost:3011/editor/local-test-target",
26
+ },
13
27
  prt: {
14
28
  appSlug: "prt",
15
29
  brandSlug: "prt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/clauth",
3
- "version": "1.5.76",
3
+ "version": "1.5.77",
4
4
  "description": "Hardware-bound credential vault for the LIFEAI infrastructure stack",
5
5
  "type": "module",
6
6
  "bin": {