ocpp-ws-io 2.1.3 → 2.1.4

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,10 +1,10 @@
1
1
  {
2
2
  "name": "ocpp-ws-io",
3
- "version": "2.1.3",
4
- "description": "Type-safe OCPP WebSocket RPC client & server with pub/sub, session management, and clustering support",
3
+ "version": "2.1.4",
4
+ "description": "Type-safe OCPP 1.6 & 2.0.1 WebSocket RPC client & server. Build EV charging CSMS platforms with Redis clustering, strict validation, and DDoS protection.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/rohittiwari-dev/ocpp-ws-io"
7
+ "url": "git+https://github.com/rohittiwari-dev/ocpp-ws-io.git"
8
8
  },
9
9
  "main": "dist/index.js",
10
10
  "module": "dist/index.mjs",
@@ -45,43 +45,33 @@
45
45
  "keywords": [
46
46
  "ocpp",
47
47
  "ocpp-j",
48
- "ocpp-j",
49
- "websocket",
50
- "rpc",
51
48
  "ocpp1.6",
49
+ "ocpp1.6j",
52
50
  "ocpp2.0.1",
53
51
  "ocpp2.1",
52
+ "websocket",
53
+ "rpc",
54
+ "json-rpc",
54
55
  "ev-charging",
55
56
  "evse",
56
57
  "csms",
58
+ "cpo",
59
+ "emsp",
57
60
  "charge-point",
61
+ "charging-station",
58
62
  "charge-point-simulator",
59
63
  "smart-charging",
60
- "evse",
61
- "csms",
62
- "charge-point",
63
- "charge-point-simulator",
64
- "smart-charging",
65
- "iot",
66
- "pubsub",
67
- "clustering",
68
- "redis",
69
- "redis",
70
- "type-safe",
71
- "typescript",
72
- "nodejs",
73
- "browser",
74
- "nextjs",
75
- "iso15118",
76
64
  "electric-vehicle",
77
- "charging-station",
65
+ "e-mobility",
66
+ "iso15118",
67
+ "type-safe",
78
68
  "typescript",
79
69
  "nodejs",
70
+ "redis",
71
+ "clustering",
72
+ "pubsub",
80
73
  "browser",
81
- "nextjs",
82
- "iso15118",
83
- "electric-vehicle",
84
- "charging-station"
74
+ "react-native"
85
75
  ],
86
76
  "author": "Rohit Tiwari <rohit@rohittiwari.me>",
87
77
  "homepage": "https://ocpp-ws-io.rohittiwari.me",