@opra/sqb 1.20.0 → 1.21.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/sqb",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.0",
|
|
4
4
|
"description": "Opra SQB adapter package",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"valgen": "^5.18.2"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@opra/core": "^1.
|
|
14
|
-
"@opra/http": "^1.
|
|
13
|
+
"@opra/core": "^1.21.0",
|
|
14
|
+
"@opra/http": "^1.21.0",
|
|
15
15
|
"@sqb/connect": "^4.20.4"
|
|
16
16
|
},
|
|
17
17
|
"type": "module",
|
|
@@ -91,7 +91,7 @@ export declare namespace SqbCollectionService {
|
|
|
91
91
|
* @class SqbCollectionService
|
|
92
92
|
* @template T - The data type class type of the resource
|
|
93
93
|
*/
|
|
94
|
-
export declare class SqbCollectionService<T extends object = object> extends SqbEntityService {
|
|
94
|
+
export declare class SqbCollectionService<T extends object = object> extends SqbEntityService<T> {
|
|
95
95
|
/**
|
|
96
96
|
* Represents default limit for findMany operation
|
|
97
97
|
*/
|
|
@@ -55,7 +55,7 @@ export declare namespace SqbSingletonService {
|
|
|
55
55
|
* @class SqbSingletonService
|
|
56
56
|
* @template T - The data type class type of the resource
|
|
57
57
|
*/
|
|
58
|
-
export declare class SqbSingletonService<T extends object = object> extends SqbEntityService {
|
|
58
|
+
export declare class SqbSingletonService<T extends object = object> extends SqbEntityService<T> {
|
|
59
59
|
/**
|
|
60
60
|
* Represents a unique identifier for singleton record
|
|
61
61
|
* @property {SQBAdapter.IdOrIds}
|