@builder.io/react 8.0.2 → 8.0.3

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": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/builder-react.cjs.js",
@@ -66,7 +66,7 @@
66
66
  "react-test-renderer": "^18.2.0",
67
67
  "replace-in-file": "^3.0.0-beta.2",
68
68
  "rimraf": "^2.6.1",
69
- "rollup": "^2.38.5",
69
+ "rollup": "^2.79.2",
70
70
  "rollup-plugin-alias": "^1.5.1",
71
71
  "rollup-plugin-commonjs": "^10.1.0",
72
72
  "rollup-plugin-json": "^3.0.0",
@@ -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 = '8.0.2';
4
+ exports.SDK_VERSION = '8.0.3';
5
5
  //# sourceMappingURL=sdk-version.js.map
@@ -182,6 +182,7 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
182
182
  published?: "published" | "draft" | "archived" | undefined;
183
183
  modelId?: string | undefined;
184
184
  priority?: number | undefined;
185
+ firstPublished?: number | undefined;
185
186
  lastUpdated?: number | undefined;
186
187
  startDate?: number | undefined;
187
188
  endDate?: number | undefined;
@@ -210,6 +211,7 @@ export declare class BuilderContent<ContentType extends object = any> extends Re
210
211
  published?: "published" | "draft" | "archived" | undefined;
211
212
  modelId?: string | undefined;
212
213
  priority?: number | undefined;
214
+ firstPublished?: number | undefined;
213
215
  lastUpdated?: number | undefined;
214
216
  startDate?: number | undefined;
215
217
  endDate?: number | undefined;
@@ -250,6 +252,7 @@ export declare const getContentWithInfo: (content?: Content) => {
250
252
  published?: "published" | "draft" | "archived" | undefined;
251
253
  modelId?: string | undefined;
252
254
  priority?: number | undefined;
255
+ firstPublished?: number | undefined;
253
256
  lastUpdated?: number | undefined;
254
257
  startDate?: number | undefined;
255
258
  endDate?: number | undefined;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "8.0.2";
1
+ export declare const SDK_VERSION = "8.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/react",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/builder-react.cjs.js",
@@ -66,7 +66,7 @@
66
66
  "react-test-renderer": "^18.2.0",
67
67
  "replace-in-file": "^3.0.0-beta.2",
68
68
  "rimraf": "^2.6.1",
69
- "rollup": "^2.38.5",
69
+ "rollup": "^2.79.2",
70
70
  "rollup-plugin-alias": "^1.5.1",
71
71
  "rollup-plugin-commonjs": "^10.1.0",
72
72
  "rollup-plugin-json": "^3.0.0",
@@ -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.0.1",
100
+ "@builder.io/sdk": "6.0.2",
101
101
  "@emotion/core": "^10.0.17",
102
102
  "hash-sum": "^2.0.0",
103
103
  "isolated-vm": "^5.0.0",