@braid-cloud/cli 0.1.17 → 0.1.19

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.
@@ -28,8 +28,8 @@
28
28
  document.documentElement.setAttribute("data-theme", resolved);
29
29
  })();
30
30
  </script>
31
- <script type="module" crossorigin src="/assets/index-m-nUswBP.js"></script>
32
- <link rel="stylesheet" crossorigin href="/assets/index-DvWPfYXk.css">
31
+ <script type="module" crossorigin src="/assets/index-RfQhJisb.js"></script>
32
+ <link rel="stylesheet" crossorigin href="/assets/index-BBmBYWoe.css">
33
33
  </head>
34
34
  <body class="h-full antialiased">
35
35
  <div id="root" class="h-full"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@braid-cloud/cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Install braid prompts as agent skills to your local development environment",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,7 +29,10 @@
29
29
  "test": "bun run test:unit && bun run test:integration",
30
30
  "test:unit": "vitest run --config vitest.config.ts --exclude=src/**/*.integration.test.ts && vitest run --config vitest.manage-ui.config.ts",
31
31
  "test:integration": "vitest run integration.test.ts --passWithNoTests",
32
- "test:e2e": "vitest run e2e.test.ts --passWithNoTests",
32
+ "test:coverage": "vitest run --config vitest.coverage.config.ts --coverage",
33
+ "test:e2e": "playwright test --config playwright.config.ts",
34
+ "test:e2e:local": "CLI_E2E_AUTH=0 playwright test --config playwright.config.ts e2e/local.spec.ts",
35
+ "test:e2e:auth": "CLI_E2E_AUTH=1 playwright test --config playwright.config.ts",
33
36
  "prepublishOnly": "npm run build"
34
37
  },
35
38
  "dependencies": {