@limrun/api 0.18.3 → 0.19.1

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.
@@ -132,12 +132,12 @@ export interface AndroidInstanceCreateParams {
132
132
  wait?: boolean;
133
133
 
134
134
  /**
135
- * Body param:
135
+ * Body param
136
136
  */
137
137
  metadata?: AndroidInstanceCreateParams.Metadata;
138
138
 
139
139
  /**
140
- * Body param:
140
+ * Body param
141
141
  */
142
142
  spec?: AndroidInstanceCreateParams.Spec;
143
143
  }
@@ -120,12 +120,12 @@ export interface IosInstanceCreateParams {
120
120
  wait?: boolean;
121
121
 
122
122
  /**
123
- * Body param:
123
+ * Body param
124
124
  */
125
125
  metadata?: IosInstanceCreateParams.Metadata;
126
126
 
127
127
  /**
128
- * Body param:
128
+ * Body param
129
129
  */
130
130
  spec?: IosInstanceCreateParams.Spec;
131
131
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.18.3'; // x-release-please-version
1
+ export const VERSION = '0.19.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.18.3";
1
+ export declare const VERSION = "0.19.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.18.3";
1
+ export declare const VERSION = "0.19.1";
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.18.3'; // x-release-please-version
4
+ exports.VERSION = '0.19.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.18.3'; // x-release-please-version
1
+ export const VERSION = '0.19.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map