@malloy-publisher/app 0.0.131 → 0.0.132

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
@@ -1085,7 +1085,7 @@ paths:
1085
1085
  description: Name of the package
1086
1086
  required: true
1087
1087
  schema:
1088
- $ref: "#/components/schemas/IdentifierPattern"
1088
+ $ref: "#/components/schemas/VersionIdPattern"
1089
1089
  - name: path
1090
1090
  in: path
1091
1091
  description: Path to the model within the package
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.131",
4
+ "version": "0.0.132",
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.131",
37
+ "@malloy-publisher/sdk": "^v0.0.132",
38
38
  "@mui/icons-material": "^7.0.2",
39
39
  "@mui/material": "^7.0.2",
40
40
  "@vitejs/plugin-react": "^4.3.1",