@nxtedition/lib 28.0.32 → 28.0.33

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/couch.d.ts +1 -0
  2. package/package.json +2 -2
package/couch.d.ts CHANGED
@@ -19,6 +19,7 @@ export interface CouchRequestOptions<Stream extends boolean = false> {
19
19
  headersTimeout?: number
20
20
  bodyTimeout?: number
21
21
  dispatcher?: Dispatcher
22
+ priority?: 0|1|2|"low"|"normal"|"high"
22
23
  query?: {
23
24
  key?: string
24
25
  startkey?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "28.0.32",
3
+ "version": "28.0.33",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -93,5 +93,5 @@
93
93
  "canvas": "^3.1.0",
94
94
  "rxjs": "^7.0.0"
95
95
  },
96
- "gitHead": "64a0ede51e4414cd76bfcca14f8b6df2b8ddab7f"
96
+ "gitHead": "5e9be5511fdd2e10aecbab7cc007bdaf990f728a"
97
97
  }