@malloy-publisher/app 0.0.121 → 0.0.122

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
@@ -407,7 +407,7 @@ paths:
407
407
  description: Full path to the table
408
408
  required: true
409
409
  schema:
410
- $ref: "#/components/schemas/IdentifierPattern"
410
+ $ref: "#/components/schemas/PathPattern"
411
411
  responses:
412
412
  "200":
413
413
  description: Table information
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.121",
4
+ "version": "0.0.122",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",
@@ -34,7 +34,7 @@
34
34
  "generate-api-types": ""
35
35
  },
36
36
  "dependencies": {
37
- "@malloy-publisher/sdk": "^v0.0.121",
37
+ "@malloy-publisher/sdk": "^v0.0.122",
38
38
  "@mui/icons-material": "^7.0.2",
39
39
  "@mui/material": "^7.0.2",
40
40
  "@vitejs/plugin-react": "^4.3.1",