@microsoft/rayfin-data 1.33.0-beta.3 → 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.
- package/README.md +8 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @microsoft/rayfin-data
|
|
2
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
|
+
|
|
3
11
|
## Security
|
|
4
12
|
|
|
5
13
|
Microsoft takes the security of our software products and services seriously, which
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rayfin-data",
|
|
3
|
-
"version": "1.33.0
|
|
3
|
+
"version": "1.33.0",
|
|
4
4
|
"description": "Type-safe client library for Data API Builder endpoints",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"assets/docs"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@microsoft/rayfin-
|
|
17
|
-
"@microsoft/rayfin-
|
|
16
|
+
"@microsoft/rayfin-lib": "1.33.0",
|
|
17
|
+
"@microsoft/rayfin-core": "1.33.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^20.0.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|
|
44
|
-
"url": "https://github.com/microsoft/
|
|
44
|
+
"url": "https://github.com/microsoft/rayfin.git",
|
|
45
45
|
"directory": "packages/typescript-sdk/data"
|
|
46
46
|
},
|
|
47
47
|
"rayfinDocs": {
|