@microsoft/fabric-embedded-host 1.33.0-beta.2 → 1.33.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 (2) hide show
  1. package/README.md +51 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,51 @@
1
+ # @microsoft/fabric-embedded-host
2
+
3
+ ## Getting started
4
+
5
+ ```bash
6
+ npm create @microsoft/rayfin@latest
7
+ ```
8
+
9
+ For more details, [visit our docs](https://aka.ms/rayfin/docs).
10
+
11
+ ## Security
12
+
13
+ Microsoft takes the security of our software products and services seriously, which
14
+ includes all source code repositories in our GitHub organizations.
15
+
16
+ **Please do not report security vulnerabilities through public GitHub issues.**
17
+
18
+ For security reporting information, locations, contact information, and policies,
19
+ please review the latest guidance for Microsoft repositories at
20
+ [https://aka.ms/SECURITY.md](https://aka.ms/SECURITY.md).
21
+
22
+ ## Trademarks
23
+
24
+ This project may contain trademarks or logos for projects, products, or services.
25
+ Authorized use of Microsoft trademarks or logos must follow the [Microsoft Trademark and Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general).
26
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
27
+ Any use of third-party trademarks or logos is subject to those third parties' policies.
28
+
29
+ ## License
30
+
31
+ Copyright (c) Microsoft Corporation.
32
+
33
+ MIT License
34
+
35
+ Permission is hereby granted, free of charge, to any person obtaining a copy
36
+ of this software and associated documentation files (the "Software"), to deal
37
+ in the Software without restriction, including without limitation the rights
38
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
+ copies of the Software, and to permit persons to whom the Software is
40
+ furnished to do so, subject to the following conditions:
41
+
42
+ The above copyright notice and this permission notice shall be included in all
43
+ copies or substantial portions of the Software.
44
+
45
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/fabric-embedded-host",
3
- "version": "1.33.0-beta.2",
3
+ "version": "1.33.0",
4
4
  "description": "Shared postMessage bridge protocol and embedded mode detection for Rayfin SDKs hosted inside Fabric iframes",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "type": "module",
14
14
  "dependencies": {
15
- "@microsoft/rayfin-lib": "1.33.0-beta.2"
15
+ "@microsoft/rayfin-lib": "1.33.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^5.8.3",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/microsoft/project-rayfin.git",
29
+ "url": "https://github.com/microsoft/rayfin.git",
30
30
  "directory": "packages/typescript-sdk/fabric-embedded-host"
31
31
  },
32
32
  "keywords": [],