File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## 4.2.0-beta.1 - 2024-10-23
11+
1012### Added
1113
1214- Data Guard service support.
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ guarantees as stable releases. [Beta changelog](https://github.com/pangeacyber/p
4040Via npm:
4141
4242``` bash
43- $ npm install pangea-node-sdk@3.8 .0-beta.2
43+ $ npm install pangea-node-sdk@4.2 .0-beta.1
4444```
4545
4646Via yarn:
4747
4848``` bash
49- $ yarn add pangea-node-sdk@3.8 .0-beta.2
49+ $ yarn add pangea-node-sdk@4.2 .0-beta.1
5050```
5151
5252## Usage
Original file line number Diff line number Diff line change 11{
22 "name" : " pangea-node-sdk" ,
3- "version" : " 3.8 .0-beta.3 " ,
3+ "version" : " 4.2 .0-beta.1 " ,
44 "type" : " commonjs" ,
55 "main" : " ./dist/commonjs/index.js" ,
66 "types" : " ./dist/commonjs/index.d.ts" ,
Original file line number Diff line number Diff line change 11import { ConfigOptions , ConfigEnv } from "./types.js" ;
22
3- export const version = "3.8 .0-beta.3 " ;
3+ export const version = "4.2 .0-beta.1 " ;
44
55/** Configuration for a Pangea service client. */
66class PangeaConfig {
You can’t perform that action at this time.
0 commit comments