@rvoh/psychic-websockets 2.0.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +7 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ ## 2.0.1
2
+
3
+ bump glob to close dependabot issue
4
+
5
+ ## 2.0.0
6
+
7
+ - namespace exports
8
+ - support Dream and Psychic 2.0
9
+
10
+ ## 0.5.0
11
+
12
+ - update for Psychic 1.11.1 and modern Dream
13
+
14
+ ## 0.4.0
15
+
16
+ - update for Dream 1.4.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "name": "@rvoh/psychic-websockets",
4
4
  "description": "Websocket system for Psychic applications",
5
- "version": "2.0.0",
5
+ "version": "2.0.1",
6
6
  "author": "RVO Health",
7
7
  "repository": {
8
8
  "type": "git",
@@ -49,17 +49,17 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@eslint/js": "=9.0.0",
52
- "@rvoh/dream": "^2.0.0",
53
- "@rvoh/dream-spec-helpers": "^1.2.1",
54
- "@rvoh/psychic": "^2.0.0",
55
- "@rvoh/psychic-spec-helpers": "^1.1.3",
52
+ "@rvoh/dream": "^2.0.1",
53
+ "@rvoh/dream-spec-helpers": "^2.0.0",
54
+ "@rvoh/psychic": "^2.0.1",
55
+ "@rvoh/psychic-spec-helpers": "^2.0.0",
56
56
  "@socket.io/redis-adapter": "^8.3.0",
57
57
  "@socket.io/redis-emitter": "^5.1.0",
58
58
  "@types/express": "^4",
59
59
  "@types/node": "^22.5.1",
60
60
  "@types/pg": "^8",
61
61
  "@types/supertest": "^6.0.3",
62
- "bullmq": "^5.12.12",
62
+ "bullmq": "^5.63.2",
63
63
  "eslint": "^9.9.1",
64
64
  "express": "^4.21.2",
65
65
  "ioredis": "^5.4.1",
@@ -85,4 +85,4 @@
85
85
  "dependencies": {
86
86
  "yoctocolors": "^2.1.1"
87
87
  }
88
- }
88
+ }