Skip to content

Commit

Permalink
Prepare rc
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Dec 5, 2023
1 parent 799ea02 commit 4123196
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions e2e/synchronizer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe('Synchronizer e2e tests', () => {

});

describe('Synchronizer e2e tests - InMemoryOperation - only Splits & Segments mode', () => {
describe('Synchronizer e2e tests - OPTIMIZED impressions mode & Flag Sets filter - only Splits & Segments mode', () => {
/**
* Settings creation.
*/
Expand Down Expand Up @@ -301,7 +301,6 @@ describe('Synchronizer e2e tests - InMemoryOperation - only Splits & Segments mo
synchronizerMode: 'MODE_RUN_FEATURE_FLAGS_AND_SEGMENTS',
},
logger: 'NONE',
streamingEnabled: false,
};

const _synchronizer = new Synchronizer(settings);
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-sync-tools",
"version": "0.4.0",
"version": "0.4.1-rc.0",
"description": "Split JavaScript Sync Tools",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"prepublishOnly": "npm run check && npm run test && npm run build"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.12.1-rc.0",
"@splitsoftware/splitio-commons": "1.12.0",
"dotenv": "^9.0.1",
"node-fetch": "^2.6.7",
"yargs": "^17.0.1"
Expand Down

0 comments on commit 4123196

Please sign in to comment.