@promptlycms/prompts 0.2.0-canary.1db6dca → 0.2.0-canary.2e499dc

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptlycms/prompts",
3
- "version": "0.2.0-canary.1db6dca",
3
+ "version": "0.2.0-canary.2e499dc",
4
4
  "description": "TypeScript SDK for Promptly CMS — fetch prompts, build Zod schemas, generate typed code",
5
5
  "type": "module",
6
6
  "exports": {
@@ -27,7 +27,7 @@
27
27
  "types": "tsgo --noEmit",
28
28
  "lint": "biome check .",
29
29
  "lint:fix": "biome check --write .",
30
- "test": "bun test",
30
+ "test": "bun test src/__tests__/client src/__tests__/codegen src/__tests__/composer src/__tests__/generate src/__tests__/schema",
31
31
  "test:smoke": "bun test src/__tests__/smoke.test.ts",
32
32
  "test:watch": "bun test --watch",
33
33
  "prepublishOnly": "bun run build"