aidp-typescript-client 1.0.1 → 1.0.2
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 +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Oracle AI Data Platform Workbench simplifies cataloging, ingesting, and analyzin
|
|
|
3
3
|
The Oracle AI Data Platform Workbench service provides the platform and the framework to create data analytics pipelines.
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
|
-
[Oracle AI Data Platform
|
|
6
|
+
[Oracle AI Data Platform Workbench documentation](https://docs.oracle.com/en/cloud/paas/ai-data-platform/)
|
|
7
7
|
|
|
8
8
|
## Using SDK
|
|
9
9
|
The `aidp-typescript-client` SDK is the TypeScript and Node.js artifact for calling Oracle AI Data Platform public APIs from Node.js applications and automation.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aidp-typescript-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "aidp-typescript-client",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.2",
|
|
10
10
|
"license": "UPL-1.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"oci-common": "2.126.3"
|