Skip to content

Commit 79e33e7

Browse files
Update JS-commons dep
1 parent 33f6374 commit 79e33e7

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=14.0.0"
3939
},
4040
"dependencies": {
41-
"@splitsoftware/splitio-commons": "2.0.0-rc.0",
41+
"@splitsoftware/splitio-commons": "2.0.0-rc.1",
4242
"@types/ioredis": "^4.28.0",
4343
"bloom-filters": "^3.0.0",
4444
"ioredis": "^4.28.0",

types/splitio.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,12 +1248,6 @@ declare namespace SplitIO {
12481248
* @returns {IManager} The manager instance.
12491249
*/
12501250
manager(): IManager,
1251-
/**
1252-
* Returns a manager instance of the SDK to explore available information.
1253-
* @function manager
1254-
* @returns {IManager} The manager instance.
1255-
*/
1256-
manager(): IManager,
12571251
/**
12581252
* User consent API.
12591253
* @property UserConsent

0 commit comments

Comments
 (0)