shiplightai 0.1.47 → 0.1.49

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.
@@ -8,7 +8,7 @@
8
8
  /* Prevent FOUC */
9
9
  body { margin: 0; background: #1a1b1e; color: #c1c2c5; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif; }
10
10
  </style>
11
- <script type="module" crossorigin src="/assets/index-DP4PtPwQ.js"></script>
11
+ <script type="module" crossorigin src="/assets/index-D0G607gU.js"></script>
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-Pip5q-AT.css">
13
13
  </head>
14
14
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiplightai",
3
- "version": "0.1.47",
3
+ "version": "0.1.49",
4
4
  "type": "module",
5
5
  "description": "Shiplight CLI for running and debugging .test.yaml files",
6
6
  "main": "dist/index.js",
@@ -84,11 +84,11 @@
84
84
  "tsup": "^8.3.5",
85
85
  "typescript": "5.5.4",
86
86
  "mcp-tools": "1.0.0",
87
+ "sdk-core": "0.1.0",
87
88
  "sdk-internal": "0.1.1",
88
- "@loggia/common": "1.0.0",
89
+ "shiplight-types": "0.1.0",
89
90
  "shiplight-tools": "1.0.0",
90
- "sdk-core": "0.1.0",
91
- "shiplight-types": "0.1.0"
91
+ "@loggia/common": "1.0.0"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@playwright/test": "1.58.2"
@@ -108,7 +108,8 @@
108
108
  "author": "Shiplight",
109
109
  "license": "MIT",
110
110
  "scripts": {
111
- "build": "tsup && cd ../frontend && npx vite build --config vite.debugger.config.ts",
111
+ "prebuild": "pnpm typecheck",
112
+ "build": "tsup",
112
113
  "pack": "pnpm build && pnpm pack",
113
114
  "clean": "rm -rf dist",
114
115
  "dev": "tsup --watch",