@malloy-publisher/server 0.0.237 → 0.0.239

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@malloy-publisher/server",
3
3
  "description": "Malloy Publisher Server",
4
- "version": "0.0.237",
4
+ "version": "0.0.239",
5
5
  "main": "dist/server.mjs",
6
6
  "bin": {
7
7
  "malloy-publisher": "dist/server.mjs"
@@ -24,7 +24,7 @@
24
24
  "test:unit": "bun test --timeout 100000 src",
25
25
  "test:integration": "bun test --timeout 200000 tests --max-workers=1",
26
26
  "build": "bun generate-api-types && bun build:app && NODE_ENV=production bun run build.ts && bun run bake-duckdb-extensions",
27
- "build:server-only": "bun generate-api-types && NODE_ENV=production bun run build.ts && bun run bake-duckdb-extensions",
27
+ "build:server-only": "bun generate-api-types && NODE_ENV=production SKIP_APP_BUNDLE=1 bun run build.ts && bun run bake-duckdb-extensions",
28
28
  "bake-duckdb-extensions": "bun scripts/bake-duckdb-extensions.js",
29
29
  "start": "NODE_ENV=production bun run ./dist/server.mjs",
30
30
  "start:init": "NODE_ENV=production bun run ./dist/server.mjs --init",