@or-sdk/idw 1.1.0-beta.1297.0 → 1.1.0-beta.1299.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/CHANGELOG.md +8 -0
- package/package.json +2 -2
- package/src/idw.ts +1 -1
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.0-beta.
|
|
2
|
+
"version": "1.1.0-beta.1299.0",
|
|
3
3
|
"name": "@or-sdk/idw",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@or-sdk/base": "^0.28.1",
|
|
28
|
-
"@or-sdk/deployer": "^1.1.1
|
|
28
|
+
"@or-sdk/deployer": "^1.1.1",
|
|
29
29
|
"@or-sdk/graph": "^1.3.1",
|
|
30
30
|
"@or-sdk/users": "^0.30.0"
|
|
31
31
|
}
|
package/src/idw.ts
CHANGED
|
@@ -178,7 +178,7 @@ export class IDW extends Base {
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
private async graphQuery(query: string, params?: Record<string, null | number | string | boolean>) {
|
|
181
|
-
//
|
|
181
|
+
// if 'idw' graph doesn't exist - create it
|
|
182
182
|
await this.checkOrCreateDb();
|
|
183
183
|
|
|
184
184
|
try {
|