Skip to content

Commit 45e56d4

Browse files
Merge pull request #925 from splitio/release-v11.11.1
Prepare release v11.11.1
2 parents 6fc5dd9 + 864e90c commit 45e56d4

5 files changed

Lines changed: 532 additions & 424 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
11.11.1 (March 18, 2026)
2+
- Updated TypeScript declaration to use `namespace` instead of `module` for compatibility with TypeScript 7 (Related to issue https://github.com/splitio/javascript-client/issues/920).
3+
14
11.11.0 (February 24, 2026)
25
- Updated @splitsoftware/splitio-commons package to version 2.12.0, which supports both ioredis v4 and v5 as transitive dependency.
36

karma/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ module.exports = {
8383
]
8484
},
8585
plugins: [
86-
new NodePolyfillPlugin()
86+
new NodePolyfillPlugin({
87+
additionalAliases: ['process']
88+
})
8789
],
8890
resolve: {
8991
extensions: ['.ts', '.js'],

0 commit comments

Comments
 (0)