@databricks/sdk-uc-rfa 0.1.0-dev.5 → 0.2.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 +3 -8
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
# @databricks/sdk-uc-rfa
|
|
2
2
|
|
|
3
|
-
> [!
|
|
3
|
+
> [!NOTE]
|
|
4
4
|
>
|
|
5
|
-
> ##
|
|
5
|
+
> ## Beta
|
|
6
6
|
>
|
|
7
|
-
> **This SDK is in
|
|
8
|
-
>
|
|
9
|
-
> - **Do NOT use in production environments**
|
|
10
|
-
> - **Breaking changes may occur at any time**
|
|
11
|
-
> - **APIs are experimental and unstable**
|
|
12
|
-
> - **Use for development and testing only**
|
|
7
|
+
> **This SDK is in Beta and is supported for production use cases.** Interfaces might still change slightly before GA (e.g. name standardization and minor ergonomic tweaks). We are keen to hear feedback from early adopters — please [file issues](https://github.com/databricks/sdk-js/issues), and we will address them.
|
|
13
8
|
|
|
14
9
|
## Installation
|
|
15
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databricks/sdk-uc-rfa",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"directory": "packages/uc/rfa"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@databricks/sdk-auth": ">=0.
|
|
37
|
-
"@databricks/sdk-core": ">=0.
|
|
38
|
-
"@databricks/sdk-options": ">=0.
|
|
36
|
+
"@databricks/sdk-auth": ">=0.2.0 <1.0.0",
|
|
37
|
+
"@databricks/sdk-core": ">=0.2.0 <1.0.0",
|
|
38
|
+
"@databricks/sdk-options": ">=0.2.0 <1.0.0",
|
|
39
39
|
"@js-temporal/polyfill": "^0.5.0",
|
|
40
40
|
"json-bigint": "^1.0.0",
|
|
41
41
|
"zod": "^4.3.6"
|