@microsoft/rayfin-connector-fabric-semanticmodel 1.35.0-beta.0 → 1.35.0

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rayfin-connector-fabric-semanticmodel",
3
- "version": "1.35.0-beta.0",
3
+ "version": "1.35.0",
4
4
  "description": "Typed connector marker for the Fabric semantic-model (Power BI dataset) connector category. Pair with @microsoft/rayfin-client to type `client.connectors.<name>.executeQuery(...)`.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "apache-arrow": "^21.1.0",
30
30
  "lz4js": "^0.2.0",
31
- "@microsoft/rayfin-connectors": "1.35.0-beta.0"
31
+ "@microsoft/rayfin-connectors": "1.35.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "registry": "https://npm.pkg.github.com",