Skip to content

Commit 9bad5c3

Browse files
authored
Prepare v10.1.1 release (#66)
* Update to configcat-common v8.1.1 * Downgrade TypeScript to v4.0 * Bump version
1 parent 15af372 commit 9bad5c3

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Diff for: package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configcat-node",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"description": "Official ConfigCat SDK to help you access your feature flags from a Node.js application.",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",
@@ -32,7 +32,7 @@
3232
},
3333
"engine-strict": true,
3434
"dependencies": {
35-
"configcat-common": "^8.1.0",
35+
"configcat-common": "^8.1.1",
3636
"tslib": "^2.4.1",
3737
"tunnel": "0.0.6"
3838
},
@@ -56,7 +56,7 @@
5656
"nyc": "^15.1.0",
5757
"source-map-support": "^0.5.21",
5858
"ts-node": "^10.9.1",
59-
"typescript": "^4.9.4"
59+
"typescript": "^4.0.2"
6060
},
6161
"overrides": {
6262
"chokidar": "3.5.3",

0 commit comments

Comments
 (0)