@builder.io/sdk-react-nextjs 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 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.16.14";exports.SDK_VERSION=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.16.15";exports.SDK_VERSION=e;
@@ -1,4 +1,4 @@
1
- const o = "0.16.14";
1
+ const o = "0.16.15";
2
2
  export {
3
3
  o as SDK_VERSION
4
4
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.16.14";exports.SDK_VERSION=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.16.15";exports.SDK_VERSION=e;
@@ -1,4 +1,4 @@
1
- const o = "0.16.14";
1
+ const o = "0.16.15";
2
2
  export {
3
3
  o as SDK_VERSION
4
4
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.16.14";exports.SDK_VERSION=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.16.15";exports.SDK_VERSION=e;
@@ -1,4 +1,4 @@
1
- const o = "0.16.14";
1
+ const o = "0.16.15";
2
2
  export {
3
3
  o as SDK_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-react-nextjs",
3
3
  "description": "Builder.io RSC SDK for NextJS App Directory",
4
- "version": "0.16.14",
4
+ "version": "0.16.15",
5
5
  "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs",
6
6
  "repository": {
7
7
  "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
  }
@@ -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
  }