@or-sdk/library-types-v1 6.0.3 → 6.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @or-sdk/library-types
2
2
 
3
+ ## 6.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 9dc9834: test interruptible property
8
+ - Updated dependencies [9dc9834]
9
+ - @or-sdk/library-prisma@6.0.4
10
+
3
11
  ## 6.0.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/library-types-v1",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Request/response v1 legacy types for the OR SDK",
5
5
  "files": [
6
6
  "./dist",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "nestjs-zod": "3.0.0",
29
29
  "zod": "3.22.2",
30
- "@or-sdk/library-prisma": "6.0.3"
30
+ "@or-sdk/library-prisma": "6.0.4"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "stream": "0.0.2"