openlayer 0.22.1 → 0.22.2

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.22.2 (2026-01-14)
4
+
5
+ Full Changelog: [v0.22.1...v0.22.2](https://github.com/openlayer-ai/openlayer-ts/compare/v0.22.1...v0.22.2)
6
+
7
+ ### Chores
8
+
9
+ * fix typo in descriptions ([f269804](https://github.com/openlayer-ai/openlayer-ts/commit/f2698047de4d1e6432c4e62e2609ca2d40b0de93))
10
+
3
11
  ## 0.22.1 (2026-01-12)
4
12
 
5
13
  Full Changelog: [v0.22.0...v0.22.1](https://github.com/openlayer-ai/openlayer-ts/compare/v0.22.0...v0.22.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openlayer",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "The official TypeScript library for the Openlayer API",
5
5
  "author": "Openlayer <support@openlayer.com>",
6
6
  "types": "./index.d.ts",
@@ -27,11 +27,11 @@ export interface RowUpdateParams {
27
27
  */
28
28
  inferenceId: string;
29
29
  /**
30
- * Body param:
30
+ * Body param
31
31
  */
32
32
  row: unknown;
33
33
  /**
34
- * Body param:
34
+ * Body param
35
35
  */
36
36
  config?: RowUpdateParams.Config | null;
37
37
  }
@@ -27,11 +27,11 @@ export interface RowUpdateParams {
27
27
  */
28
28
  inferenceId: string;
29
29
  /**
30
- * Body param:
30
+ * Body param
31
31
  */
32
32
  row: unknown;
33
33
  /**
34
- * Body param:
34
+ * Body param
35
35
  */
36
36
  config?: RowUpdateParams.Config | null;
37
37
  }
@@ -45,12 +45,12 @@ export interface RowUpdateParams {
45
45
  inferenceId: string;
46
46
 
47
47
  /**
48
- * Body param:
48
+ * Body param
49
49
  */
50
50
  row: unknown;
51
51
 
52
52
  /**
53
- * Body param:
53
+ * Body param
54
54
  */
55
55
  config?: RowUpdateParams.Config | null;
56
56
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.22.1'; // x-release-please-version
1
+ export const VERSION = '0.22.2'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.22.1";
1
+ export declare const VERSION = "0.22.2";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.22.1";
1
+ export declare const VERSION = "0.22.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.22.1'; // x-release-please-version
4
+ exports.VERSION = '0.22.2'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.22.1'; // x-release-please-version
1
+ export const VERSION = '0.22.2'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map