@rvoh/psychic-workers 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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,20 @@
1
+ ## 2.0.1
2
+
3
+ bump glob to close dependabot alert
4
+
5
+ ## 2.0.0
6
+
7
+ - namespace exports
8
+ - support Dream and Psychic 2.0
9
+
10
+ ## 1.4.0
11
+
12
+ - throw an error if attempting to background an entire Dream model
13
+
14
+ ## 1.3.0
15
+
16
+ - update for Psychic 1.11.1 and modern Dream
17
+
18
+ ## 1.2.0
19
+
20
+ - update for Dream 1.4.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "name": "@rvoh/psychic-workers",
4
4
  "description": "Background job 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",
@@ -59,9 +59,9 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@eslint/js": "=9.0.0",
62
- "@rvoh/dream": "^2.0.0",
63
- "@rvoh/dream-spec-helpers": "^1.2.1",
64
- "@rvoh/psychic": "^2.0.0",
62
+ "@rvoh/dream": "^2.0.1",
63
+ "@rvoh/dream-spec-helpers": "^2.0.0",
64
+ "@rvoh/psychic": "^2.0.1",
65
65
  "@rvoh/psychic-spec-helpers": "^1.1.3",
66
66
  "@socket.io/redis-adapter": "^8.3.0",
67
67
  "@socket.io/redis-emitter": "^5.1.0",
@@ -83,11 +83,11 @@
83
83
  "socket.io-adapter": "^2.5.5",
84
84
  "supertest": "^7.1.4",
85
85
  "tslib": "^2.7.0",
86
- "tsx": "^4.19.3",
86
+ "tsx": "^4.20.6",
87
87
  "typedoc": "^0.26.6",
88
88
  "typescript": "^5.8.2",
89
89
  "typescript-eslint": "=7.18.0",
90
90
  "vitest": "^3.2.4"
91
91
  },
92
92
  "packageManager": "yarn@4.7.0"
93
- }
93
+ }