Skip to content

Commit

Permalink
Prepare v10.1.1 release (#66)
Browse files Browse the repository at this point in the history
* Update to configcat-common v8.1.1

* Downgrade TypeScript to v4.0

* Bump version
  • Loading branch information
adams85 authored Aug 4, 2023
1 parent 15af372 commit 9bad5c3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configcat-node",
"version": "10.1.0",
"version": "10.1.1",
"description": "Official ConfigCat SDK to help you access your feature flags from a Node.js application.",
"main": "lib/client.js",
"types": "lib/client.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"engine-strict": true,
"dependencies": {
"configcat-common": "^8.1.0",
"configcat-common": "^8.1.1",
"tslib": "^2.4.1",
"tunnel": "0.0.6"
},
Expand All @@ -56,7 +56,7 @@
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.0.2"
},
"overrides": {
"chokidar": "3.5.3",
Expand Down

0 comments on commit 9bad5c3

Please sign in to comment.