mezon-js 2.15.19 → 2.15.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,71 +1,71 @@
1
- {
2
- "name": "mezon-js",
3
- "version": "2.15.19",
4
- "scripts": {
5
- "build": "node build.mjs && rollup -c --bundleConfigAsCjs && tsc --emitDeclarationOnly",
6
- "build:types": "tsc --emitDeclarationOnly",
7
- "build:bundle": "node build.mjs",
8
- "build:umd": "rollup -c --bundleConfigAsCjs"
9
- },
10
- "description": "JavaScript client for Mezon server written in TypeScript.",
11
- "main": "dist/mezon-js.cjs.js",
12
- "module": "dist/mezon-js.esm.mjs",
13
- "types": "dist/index.d.ts",
14
- "exports": {
15
- "./package.json": "./package.json",
16
- ".": {
17
- "types": "./dist/index.d.ts",
18
- "import": "./dist/mezon-js.esm.mjs",
19
- "require": "./dist/mezon-js.cjs.js"
20
- }
21
- },
22
- "files": [
23
- "dist"
24
- ],
25
- "sideEffects": false,
26
- "keywords": [
27
- "app server",
28
- "client library",
29
- "game server",
30
- "mezon",
31
- "realtime",
32
- "realtime chat"
33
- ],
34
- "repository": {
35
- "type": "git",
36
- "url": "git+https://github.com/nccasia/mezon-js.git"
37
- },
38
- "homepage": "https://mezon.ai",
39
- "bugs": {
40
- "url": "https://github.com/nccasia/mezon-js/issues"
41
- },
42
- "license": "Apache-2.0",
43
- "dependencies": {
44
- "base64-arraybuffer": "^1.0.2",
45
- "js-base64": "^3.7.8",
46
- "mezon-js-protobuf": "^1.10.39",
47
- "whatwg-fetch": "^3.6.2"
48
- },
49
- "peerDependencies": {
50
- "protobufjs": "^7.2.4",
51
- "long": "^5.0.0"
52
- },
53
- "peerDependenciesMeta": {
54
- "protobufjs": {
55
- "optional": true
56
- },
57
- "long": {
58
- "optional": true
59
- }
60
- },
61
- "devDependencies": {
62
- "@rollup/plugin-commonjs": "^29.0.0",
63
- "@rollup/plugin-node-resolve": "^15.0.1",
64
- "@rollup/plugin-terser": "^0.4.4",
65
- "@rollup/plugin-typescript": "^12.3.0",
66
- "esbuild": "^0.24.0",
67
- "rollup": "^4.57.0",
68
- "tslib": "^2.4.1",
69
- "typescript": "^5.4.3"
70
- }
71
- }
1
+ {
2
+ "name": "mezon-js",
3
+ "version": "2.15.21",
4
+ "scripts": {
5
+ "build": "node build.mjs && rollup -c --bundleConfigAsCjs && tsc --emitDeclarationOnly",
6
+ "build:types": "tsc --emitDeclarationOnly",
7
+ "build:bundle": "node build.mjs",
8
+ "build:umd": "rollup -c --bundleConfigAsCjs"
9
+ },
10
+ "description": "JavaScript client for Mezon server written in TypeScript.",
11
+ "main": "dist/mezon-js.cjs.js",
12
+ "module": "dist/mezon-js.esm.mjs",
13
+ "types": "dist/index.d.ts",
14
+ "exports": {
15
+ "./package.json": "./package.json",
16
+ ".": {
17
+ "types": "./dist/index.d.ts",
18
+ "import": "./dist/mezon-js.esm.mjs",
19
+ "require": "./dist/mezon-js.cjs.js"
20
+ }
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "sideEffects": false,
26
+ "keywords": [
27
+ "app server",
28
+ "client library",
29
+ "game server",
30
+ "mezon",
31
+ "realtime",
32
+ "realtime chat"
33
+ ],
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/nccasia/mezon-js.git"
37
+ },
38
+ "homepage": "https://mezon.ai",
39
+ "bugs": {
40
+ "url": "https://github.com/nccasia/mezon-js/issues"
41
+ },
42
+ "license": "Apache-2.0",
43
+ "dependencies": {
44
+ "base64-arraybuffer": "^1.0.2",
45
+ "js-base64": "^3.7.8",
46
+ "mezon-js-protobuf": "^1.10.41",
47
+ "whatwg-fetch": "^3.6.2"
48
+ },
49
+ "peerDependencies": {
50
+ "long": "^5.0.0",
51
+ "protobufjs": "^7.2.4"
52
+ },
53
+ "peerDependenciesMeta": {
54
+ "protobufjs": {
55
+ "optional": true
56
+ },
57
+ "long": {
58
+ "optional": true
59
+ }
60
+ },
61
+ "devDependencies": {
62
+ "@rollup/plugin-commonjs": "^29.0.0",
63
+ "@rollup/plugin-node-resolve": "^15.0.1",
64
+ "@rollup/plugin-terser": "^0.4.4",
65
+ "@rollup/plugin-typescript": "^12.3.0",
66
+ "esbuild": "^0.24.0",
67
+ "rollup": "^4.57.0",
68
+ "tslib": "^2.4.1",
69
+ "typescript": "^5.4.3"
70
+ }
71
+ }