@builder.io/react 9.0.0 → 9.1.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/react",
3
- "version": "9.0.0",
3
+ "version": "9.1.1",
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 = '9.0.0';
4
+ exports.SDK_VERSION = '9.1.1';
5
5
  //# sourceMappingURL=sdk-version.js.map
@@ -97,6 +97,17 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
97
97
  [key: string]: 1 | -1;
98
98
  } | undefined;
99
99
  includeUnpublished?: boolean | undefined;
100
+ enrichOptions?: {
101
+ [key: string]: any;
102
+ enrichLevel?: number | undefined;
103
+ model?: {
104
+ [modelName: string]: {
105
+ [key: string]: any;
106
+ fields?: string | undefined;
107
+ omit?: string | undefined;
108
+ };
109
+ } | undefined;
110
+ } | undefined;
100
111
  } | {
101
112
  apiVersion?: "v3" | undefined;
102
113
  enrich?: boolean | undefined;
@@ -136,6 +147,17 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
136
147
  [key: string]: 1 | -1;
137
148
  } | undefined;
138
149
  includeUnpublished?: boolean | undefined;
150
+ enrichOptions?: {
151
+ [key: string]: any;
152
+ enrichLevel?: number | undefined;
153
+ model?: {
154
+ [modelName: string]: {
155
+ [key: string]: any;
156
+ fields?: string | undefined;
157
+ omit?: string | undefined;
158
+ };
159
+ } | undefined;
160
+ } | undefined;
139
161
  } | {
140
162
  apiVersion?: undefined;
141
163
  enrich?: boolean | undefined;
@@ -175,6 +197,17 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
175
197
  [key: string]: 1 | -1;
176
198
  } | undefined;
177
199
  includeUnpublished?: boolean | undefined;
200
+ enrichOptions?: {
201
+ [key: string]: any;
202
+ enrichLevel?: number | undefined;
203
+ model?: {
204
+ [modelName: string]: {
205
+ [key: string]: any;
206
+ fields?: string | undefined;
207
+ omit?: string | undefined;
208
+ };
209
+ } | undefined;
210
+ } | undefined;
178
211
  };
179
212
  get data(): {
180
213
  variationId: any;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "9.0.0";
1
+ export declare const SDK_VERSION = "9.1.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/react",
3
- "version": "9.0.0",
3
+ "version": "9.1.1",
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": "6.1.3",
100
+ "@builder.io/sdk": "6.2.1",
101
101
  "@emotion/core": "^10.0.17",
102
102
  "hash-sum": "^2.0.0",
103
103
  "isolated-vm": "^6.0.0",