presidium 1.1.0 → 1.2.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 Richard Tong
3
+ Copyright (c) 2026 Richard Tong
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -0,0 +1,3 @@
1
+ const ServerWebSocket = require('presidium-websocket/ServerWebSocket')
2
+
3
+ module.exports = ServerWebSocket
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presidium",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "A library for creating web services",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",
@@ -33,7 +33,9 @@
33
33
  "WebSocket.js",
34
34
  "WebSocketServer.js",
35
35
  "WebSocketSecureServer.js",
36
- "XML.js"
36
+ "ServerWebSocket.js",
37
+ "XML.js",
38
+ "LICENSE"
37
39
  ],
38
40
  "keywords": [
39
41
  "aws",
@@ -58,7 +60,7 @@
58
60
  "dependencies": {
59
61
  "bcrypt": "^5.1.0",
60
62
  "minimatch": "^9.0.3",
61
- "presidium-websocket": "^0.4.1",
63
+ "presidium-websocket": ">=1.1.2",
62
64
  "rubico": "^2.7.7",
63
65
  "tar-stream": "^2.1.4"
64
66
  },