@builder.io/sdk-react-nextjs 0.22.2 → 0.23.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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.22.2";exports.SDK_VERSION=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.23.2";exports.SDK_VERSION=e;
@@ -1,4 +1,4 @@
1
- const o = "0.22.2";
1
+ const o = "0.23.2";
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.22.2";exports.SDK_VERSION=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.23.2";exports.SDK_VERSION=e;
@@ -1,4 +1,4 @@
1
- const o = "0.22.2";
1
+ const o = "0.23.2";
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.22.2";exports.SDK_VERSION=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.23.2";exports.SDK_VERSION=e;
@@ -1,4 +1,4 @@
1
- const o = "0.22.2";
1
+ const o = "0.23.2";
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.22.2",
4
+ "version": "0.23.2",
5
5
  "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -110,7 +110,7 @@
110
110
  "vite": "^4.5.11"
111
111
  },
112
112
  "dependencies": {
113
- "isolated-vm": "^5.0.0"
113
+ "isolated-vm": "^6.0.0"
114
114
  },
115
115
  "nx": {
116
116
  "targets": {
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.22.2";
1
+ export declare const SDK_VERSION = "0.23.2";
@@ -3,7 +3,7 @@ export interface Input {
3
3
  name: string;
4
4
  /** A friendlier name to show in the UI if the component prop name is not ideal for end users */
5
5
  friendlyName?: string;
6
- /** @hidden @deprecated */
6
+ /** A description to show in the UI to give guidance on how to use this input */
7
7
  description?: string;
8
8
  /** A default value to use */
9
9
  defaultValue?: any;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.22.2";
1
+ export declare const SDK_VERSION = "0.23.2";
@@ -3,7 +3,7 @@ export interface Input {
3
3
  name: string;
4
4
  /** A friendlier name to show in the UI if the component prop name is not ideal for end users */
5
5
  friendlyName?: string;
6
- /** @hidden @deprecated */
6
+ /** A description to show in the UI to give guidance on how to use this input */
7
7
  description?: string;
8
8
  /** A default value to use */
9
9
  defaultValue?: any;