Skip to content

Commit fd49c8d

Browse files
author
LaunchDarklyReleaseBot
committed
Version 16.1.1 automatically generated from ld-openapi.
1 parent 1d4b46c commit fd49c8d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This REST API is for custom integrations, data export, or automating your featur
66
This client library is only compatible with the latest version of our REST API, version `20220603`. Previous versions of this client library, prior to version 10.0.0, are only compatible with earlier versions of our REST API. When you create an access token, you can set the REST API version associated with the token. By default, API requests you send using the token will use the specified API version. To learn more, read [Versioning](https://apidocs.launchdarkly.com/#section/Overview/Versioning).
77
View our [sample code](#sample-code) for example usage.
88

9-
9+
1010

1111
# Overview
1212

@@ -432,7 +432,7 @@ navigate to the folder of your consuming project and run one of the following co
432432
_published:_
433433

434434
```
435-
npm install [email protected].0 --save
435+
npm install [email protected].1 --save
436436
```
437437

438438
_unPublished (not recommended):_

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-api-typescript",
3-
"version": "16.1.0",
3+
"version": "16.1.1",
44
"description": "OpenAPI client for launchdarkly-api-typescript",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {
@@ -17,12 +17,14 @@
1717
"license": "Unlicense",
1818
"main": "./dist/index.js",
1919
"typings": "./dist/index.d.ts",
20+
"module": "./dist/esm/index.js",
21+
"sideEffects": false,
2022
"scripts": {
21-
"build": "tsc --outDir dist/",
23+
"build": "tsc",
2224
"prepare": "npm run build"
2325
},
2426
"dependencies": {
25-
"axios": "^0.26.1"
27+
"axios": "^1.6.1"
2628
},
2729
"devDependencies": {
2830
"@types/node": "^12.11.5",

0 commit comments

Comments
 (0)