|
1 | 1 | { |
2 | 2 | "name": "matrix-js-sdk", |
3 | | - "version": "21.2.0", |
| 3 | + "version": "22.0.0", |
4 | 4 | "description": "Matrix Client-Server SDK for Javascript", |
5 | 5 | "engines": { |
6 | 6 | "node": ">=16.0.0" |
|
14 | 14 | "build:dev": "yarn clean && git rev-parse HEAD > git-revision.txt && yarn build:compile && yarn build:types", |
15 | 15 | "build:types": "tsc -p tsconfig-build.json --emitDeclarationOnly", |
16 | 16 | "build:compile": "babel -d lib --verbose --extensions \".ts,.js\" src", |
17 | | - "build:compile-browser": "mkdirp dist && browserify -d src/browser-index.js -p [ tsify -p ./tsconfig-build.json ] -t [ babelify --sourceMaps=inline --presets [ @babel/preset-env @babel/preset-typescript ] ] | exorcist dist/browser-matrix.js.map > dist/browser-matrix.js", |
| 17 | + "build:compile-browser": "mkdirp dist && browserify -d src/browser-index.ts -p [ tsify -p ./tsconfig-build.json ] -t [ babelify --sourceMaps=inline --presets [ @babel/preset-env @babel/preset-typescript ] ] | exorcist dist/browser-matrix.js.map > dist/browser-matrix.js", |
18 | 18 | "build:minify-browser": "terser dist/browser-matrix.js --compress --mangle --source-map --output dist/browser-matrix.min.js", |
19 | 19 | "gendoc": "typedoc", |
20 | 20 | "lint": "yarn lint:types && yarn lint:js", |
|
33 | 33 | "matrix-org" |
34 | 34 | ], |
35 | 35 | "main": "./src/index.ts", |
36 | | - "browser": "./lib/browser-index.js", |
| 36 | + "browser": "./lib/browser-index.ts", |
37 | 37 | "matrix_src_main": "./src/index.ts", |
38 | | - "matrix_src_browser": "./src/browser-index.js", |
| 38 | + "matrix_src_browser": "./src/browser-index.ts", |
39 | 39 | "matrix_lib_main": "./lib/index.js", |
40 | 40 | "matrix_lib_typings": "./lib/index.d.ts", |
41 | 41 | "author": "matrix.org", |
|
63 | 63 | "p-retry": "4", |
64 | 64 | "qs": "^6.9.6", |
65 | 65 | "sdp-transform": "^2.14.1", |
66 | | - "unhomoglyph": "^1.0.6" |
| 66 | + "unhomoglyph": "^1.0.6", |
| 67 | + "uuid": "7" |
67 | 68 | }, |
68 | 69 | "devDependencies": { |
69 | 70 | "@babel/cli": "^7.12.10", |
|
79 | 80 | "@babel/preset-typescript": "^7.12.7", |
80 | 81 | "@babel/register": "^7.12.10", |
81 | 82 | "@casualbot/jest-sonar-reporter": "^2.2.5", |
82 | | - "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.13.tgz", |
| 83 | + "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz", |
83 | 84 | "@types/bs58": "^4.0.1", |
84 | 85 | "@types/content-type": "^1.1.5", |
85 | 86 | "@types/domexception": "^4.0.0", |
86 | 87 | "@types/jest": "^29.0.0", |
87 | 88 | "@types/node": "18", |
88 | 89 | "@types/sdp-transform": "^2.4.5", |
89 | | - "@typescript-eslint/eslint-plugin": "^5.6.0", |
90 | | - "@typescript-eslint/parser": "^5.6.0", |
| 90 | + "@types/uuid": "7", |
| 91 | + "@typescript-eslint/eslint-plugin": "^5.45.0", |
| 92 | + "@typescript-eslint/parser": "^5.45.0", |
91 | 93 | "allchange": "^1.0.6", |
92 | 94 | "babel-jest": "^29.0.0", |
93 | 95 | "babelify": "^10.0.0", |
|
99 | 101 | "eslint-config-google": "^0.14.0", |
100 | 102 | "eslint-import-resolver-typescript": "^3.5.1", |
101 | 103 | "eslint-plugin-import": "^2.26.0", |
| 104 | + "eslint-plugin-jsdoc": "^39.6.4", |
102 | 105 | "eslint-plugin-matrix-org": "^0.8.0", |
| 106 | + "eslint-plugin-tsdoc": "^0.2.17", |
103 | 107 | "eslint-plugin-unicorn": "^45.0.0", |
104 | 108 | "exorcist": "^2.0.0", |
105 | 109 | "fake-indexeddb": "^4.0.0", |
|
0 commit comments