Skip to content

Commit d7d6eb6

Browse files
Move SplitIO namespace definition from JS SDK to JS-Commons and merge
1 parent c078249 commit d7d6eb6

File tree

11 files changed

+125
-1835
lines changed

11 files changed

+125
-1835
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio",
3-
"version": "11.0.0-rc.1",
3+
"version": "11.0.0-rc.3",
44
"description": "Split SDK",
55
"files": [
66
"README.md",
@@ -38,8 +38,7 @@
3838
"node": ">=14.0.0"
3939
},
4040
"dependencies": {
41-
"@splitsoftware/splitio-commons": "2.0.0-rc.3",
42-
"@types/ioredis": "^4.28.0",
41+
"@splitsoftware/splitio-commons": "2.0.0-rc.4",
4342
"bloom-filters": "^3.0.0",
4443
"ioredis": "^4.28.0",
4544
"js-yaml": "^3.13.1",
@@ -109,9 +108,7 @@
109108
"test-node-e2e-errorCatching": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/errorCatching/node.spec.js | tap-min",
110109
"test-node-e2e-push": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/push/node.spec.js | tap-min",
111110
"test-node-e2e-redis": "cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/consumer/node_redis.spec.js | tap-min",
112-
"pretest-ts-decls": "npm run build-esm && npm run build-cjs && npm link",
113-
"test-ts-decls": "./scripts/ts-tests.sh",
114-
"posttest-ts-decls": "npm rm --location=global @splitsoftware/splitio && npm install",
111+
"test-ts-decls": "tsc --build ts-tests",
115112
"test": "npm run test-node && npm run test-browser",
116113
"all": "npm run check && npm run build && npm run test-ts-decls && npm run test",
117114
"publish:rc": "npm run check && npm run build && npm publish --tag canary",

scripts/ts-tests.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/settings/defaults/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = '11.0.0-rc.1';
1+
export const packageVersion = '11.0.0-rc.3';

0 commit comments

Comments
 (0)