@builder.io/sdk-qwik 0.16.14 → 0.16.15

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.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const SDK_VERSION = "0.16.14";
3
+ const SDK_VERSION = "0.16.15";
4
4
  exports.SDK_VERSION = SDK_VERSION;
@@ -1,4 +1,4 @@
1
- const SDK_VERSION = "0.16.14";
1
+ const SDK_VERSION = "0.16.15";
2
2
  export {
3
3
  SDK_VERSION
4
4
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const SDK_VERSION = "0.16.14";
3
+ const SDK_VERSION = "0.16.15";
4
4
  exports.SDK_VERSION = SDK_VERSION;
@@ -1,4 +1,4 @@
1
- const SDK_VERSION = "0.16.14";
1
+ const SDK_VERSION = "0.16.15";
2
2
  export {
3
3
  SDK_VERSION
4
4
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const SDK_VERSION = "0.16.14";
3
+ const SDK_VERSION = "0.16.15";
4
4
  exports.SDK_VERSION = SDK_VERSION;
@@ -1,4 +1,4 @@
1
- const SDK_VERSION = "0.16.14";
1
+ const SDK_VERSION = "0.16.15";
2
2
  export {
3
3
  SDK_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.16.14",
3
+ "version": "0.16.15",
4
4
  "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.16.14";
1
+ export declare const SDK_VERSION = "0.16.15";
@@ -117,6 +117,6 @@ export interface Input {
117
117
  valueType?: {
118
118
  type?: string;
119
119
  };
120
- onChange?: ((options: Map<string, any>) => void | Promise<void>) | string;
120
+ onChange?: ((options: Map<string, any>, previousOptions?: Map<string, any>) => void | Promise<void>) | string;
121
121
  meta?: Record<string, any>;
122
122
  }