@malloy-publisher/app 0.0.172 → 0.0.173

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/dist/api-doc.yaml CHANGED
@@ -1327,8 +1327,10 @@ paths:
1327
1327
  operationId: compile-model-source
1328
1328
  summary: Compile Malloy source code
1329
1329
  description: |
1330
- Compiles Malloy source code in the context of a specific model's directory,
1331
- allowing relative imports to resolve correctly against sibling model files.
1330
+ Compiles Malloy source code in the context of a specific model file.
1331
+ The submitted source is appended to the full model content, giving it
1332
+ access to all sources, imports, and queries defined in the model.
1333
+ Relative imports resolve correctly against sibling model files.
1332
1334
  Returns compilation status and any problems (errors or warnings) found.
1333
1335
  parameters:
1334
1336
  - name: projectName
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@malloy-publisher/app",
3
3
  "description": "Malloy Publisher App",
4
- "version": "0.0.172",
4
+ "version": "0.0.173",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",
@@ -38,7 +38,7 @@
38
38
  "generate-api-types": ""
39
39
  },
40
40
  "dependencies": {
41
- "@malloy-publisher/sdk": "^v0.0.172",
41
+ "@malloy-publisher/sdk": "^v0.0.173",
42
42
  "@mui/icons-material": "^7.0.2",
43
43
  "@mui/material": "^7.0.2",
44
44
  "@vitejs/plugin-react": "^4.3.1",