@builder.io/react 5.0.11 → 6.0.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/react",
3
- "version": "5.0.11",
3
+ "version": "6.0.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/builder-react.cjs.js",
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = '5.0.11';
4
+ exports.SDK_VERSION = '6.0.0';
5
5
  //# sourceMappingURL=sdk-version.js.map
@@ -57,7 +57,6 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
57
57
  get renderedVariantId(): any;
58
58
  get options(): {
59
59
  apiVersion?: "v1" | undefined;
60
- apiEndpoint?: "content" | "query" | undefined;
61
60
  fetchOptions?: object | undefined;
62
61
  userAttributes?: import("@builder.io/sdk/dist/src/builder.class").UserAttributes | undefined;
63
62
  url?: string | undefined;
@@ -97,7 +96,6 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
97
96
  } | {
98
97
  apiVersion?: "v3" | undefined;
99
98
  enrich?: boolean | undefined;
100
- apiEndpoint?: "content" | "query" | undefined;
101
99
  fetchOptions?: object | undefined;
102
100
  userAttributes?: import("@builder.io/sdk/dist/src/builder.class").UserAttributes | undefined;
103
101
  url?: string | undefined;
@@ -137,7 +135,6 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
137
135
  } | {
138
136
  apiVersion?: undefined;
139
137
  enrich?: boolean | undefined;
140
- apiEndpoint?: "content" | "query" | undefined;
141
138
  fetchOptions?: object | undefined;
142
139
  userAttributes?: import("@builder.io/sdk/dist/src/builder.class").UserAttributes | undefined;
143
140
  url?: string | undefined;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "5.0.11";
1
+ export declare const SDK_VERSION = "6.0.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/react",
3
- "version": "5.0.11",
3
+ "version": "6.0.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/builder-react.cjs.js",
@@ -97,7 +97,7 @@
97
97
  "react-dom": ">=16.8.0 || ^19.0.0-rc"
98
98
  },
99
99
  "dependencies": {
100
- "@builder.io/sdk": "3.0.7",
100
+ "@builder.io/sdk": "4.0.0",
101
101
  "@emotion/core": "^10.0.17",
102
102
  "hash-sum": "^2.0.0",
103
103
  "isolated-vm": "^5.0.0",