|
1 | 1 | { |
2 | 2 | "name": "@splitsoftware/splitio-browserjs", |
3 | | - "version": "1.0.0-rc.0", |
| 3 | + "version": "1.0.0-rc.3", |
4 | 4 | "description": "Split SDK for JavaScript on Browser", |
5 | 5 | "main": "cjs/index.js", |
6 | 6 | "module": "esm/index.js", |
|
36 | 36 | "test:e2e-errorCatching": "karma start karma/e2e.errorCatching.karma.conf.js", |
37 | 37 | "test:e2e-push": "karma start karma/e2e.push.karma.conf.js", |
38 | 38 | "test:e2e-consumer": "karma start karma/e2e.consumer.karma.conf.js", |
39 | | - "pretest-ts-decls": "npm run build:esm && npm run build:cjs && npm link", |
40 | | - "test-ts-decls": "./scripts/ts-tests.sh", |
41 | | - "posttest-ts-decls": "npm rm --location=global @splitsoftware/splitio-browserjs && npm install", |
| 39 | + "test-ts-decls": "tsc --build ts-tests", |
42 | 40 | "all": "npm run check && npm run build && npm run test-ts-decls && npm run test", |
43 | 41 | "publish:rc": "npm run check && npm run build && npm publish --tag rc", |
44 | 42 | "publish:stable": "npm run check && npm run build && npm publish" |
|
61 | 59 | "bugs": "https://github.com/splitio/javascript-browser-client/issues", |
62 | 60 | "homepage": "https://github.com/splitio/javascript-browser-client#readme", |
63 | 61 | "dependencies": { |
64 | | - "@splitsoftware/splitio-commons": "2.0.0-rc.3", |
| 62 | + "@splitsoftware/splitio-commons": "2.0.0-rc.6", |
65 | 63 | "tslib": "^2.3.1", |
66 | 64 | "unfetch": "^4.2.0" |
67 | 65 | }, |
|
77 | 75 | "eslint": "^8.48.0", |
78 | 76 | "eslint-plugin-compat": "^4.2.0", |
79 | 77 | "eslint-plugin-import": "^2.25.4", |
| 78 | + "eslint-plugin-tsdoc": "^0.3.0", |
80 | 79 | "fetch-mock": "^11.1.3", |
81 | 80 | "jest": "^27.2.3", |
82 | 81 | "karma": "^6.4.1", |
|
0 commit comments