polfan-server-js-client 0.2.72 → 0.2.74

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,43 +1,43 @@
1
- {
2
- "name": "polfan-server-js-client",
3
- "version": "0.2.72",
4
- "description": "JavaScript client library for handling communication with Polfan chat server.",
5
- "author": "Jarosław Żak",
6
- "license": "MIT",
7
- "main": "build/index.cjs.js",
8
- "browser": "build/index.umd.js",
9
- "types": "build/types/index.d.ts",
10
- "exports": {
11
- ".": {
12
- "types": "./build/types/index.d.ts",
13
- "require": "./build/index.cjs.js",
14
- "browser": "./build/index.umd.js",
15
- "default": "./build/index.cjs.js"
16
- }
17
- },
18
- "scripts": {
19
- "build": "npm run build:node && npm run build:browser && tsc",
20
- "build:node": "webpack --config webpack.config.node.js",
21
- "build:browser": "webpack --config webpack.config.browser.js",
22
- "test": "jest",
23
- "coverage": "npm run test -- --coverage",
24
- "trypublish": "npm publish || true"
25
- },
26
- "devDependencies": {
27
- "@babel/cli": "^7.28.3",
28
- "@babel/core": "^7.28.5",
29
- "@babel/preset-env": "^7.28.5",
30
- "@babel/preset-typescript": "^7.28.5",
31
- "@types/jest": "^29.5.14",
32
- "babel-loader": "^9.2.1",
33
- "file-loader": "^6.2.0",
34
- "jest": "^29.7.0",
35
- "ts-node": "^10.9.2",
36
- "typescript": "^4.9.5",
37
- "webpack": "^5.103.0",
38
- "webpack-cli": "^5.1.4"
39
- },
40
- "dependencies": {
41
- "terser-webpack-plugin": "^5.3.14"
42
- }
43
- }
1
+ {
2
+ "name": "polfan-server-js-client",
3
+ "version": "0.2.74",
4
+ "description": "JavaScript client library for handling communication with Polfan chat server.",
5
+ "author": "Jarosław Żak",
6
+ "license": "MIT",
7
+ "main": "build/index.cjs.js",
8
+ "browser": "build/index.umd.js",
9
+ "types": "build/types/index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./build/types/index.d.ts",
13
+ "require": "./build/index.cjs.js",
14
+ "browser": "./build/index.umd.js",
15
+ "default": "./build/index.cjs.js"
16
+ }
17
+ },
18
+ "scripts": {
19
+ "build": "npm run build:node && npm run build:browser && tsc",
20
+ "build:node": "webpack --config webpack.config.node.js",
21
+ "build:browser": "webpack --config webpack.config.browser.js",
22
+ "test": "jest",
23
+ "coverage": "npm run test -- --coverage",
24
+ "trypublish": "npm publish || true"
25
+ },
26
+ "devDependencies": {
27
+ "@babel/cli": "^7.28.3",
28
+ "@babel/core": "^7.28.5",
29
+ "@babel/preset-env": "^7.28.5",
30
+ "@babel/preset-typescript": "^7.28.5",
31
+ "@types/jest": "^29.5.14",
32
+ "babel-loader": "^9.2.1",
33
+ "file-loader": "^6.2.0",
34
+ "jest": "^29.7.0",
35
+ "ts-node": "^10.9.2",
36
+ "typescript": "^4.9.5",
37
+ "webpack": "^5.103.0",
38
+ "webpack-cli": "^5.1.4"
39
+ },
40
+ "dependencies": {
41
+ "terser-webpack-plugin": "^5.3.14"
42
+ }
43
+ }