@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 ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 1.0.2 (2023-05-18)
7
+
8
+ **Note:** Version bump only for package @or-sdk/idw
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.0-beta.1297.0",
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-beta.1297.0",
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
- //create graph if not exists
181
+ // if 'idw' graph doesn't exist - create it
182
182
  await this.checkOrCreateDb();
183
183
 
184
184
  try {