@cedarjs/api 4.2.1-next.269 → 4.2.1-next.275
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.
- package/dist/cjs/index.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -34,9 +34,9 @@ __reExport(index_exports, require("./transforms.js"), module.exports);
|
|
|
34
34
|
__reExport(index_exports, require("./cors.js"), module.exports);
|
|
35
35
|
__reExport(index_exports, require("./event.js"), module.exports);
|
|
36
36
|
const prismaVersion = "7.8.0";
|
|
37
|
-
const redwoodVersion = "4.2.1-next.
|
|
38
|
-
const cedarjsVersion = "4.2.1-next.
|
|
39
|
-
const cedarVersion = "4.2.1-next.
|
|
37
|
+
const redwoodVersion = "4.2.1-next.275";
|
|
38
|
+
const cedarjsVersion = "4.2.1-next.275";
|
|
39
|
+
const cedarVersion = "4.2.1-next.275";
|
|
40
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
41
41
|
0 && (module.exports = {
|
|
42
42
|
cedarVersion,
|
package/dist/index.js
CHANGED
|
@@ -7,9 +7,9 @@ export * from "./transforms.js";
|
|
|
7
7
|
export * from "./cors.js";
|
|
8
8
|
export * from "./event.js";
|
|
9
9
|
const prismaVersion = "7.8.0";
|
|
10
|
-
const redwoodVersion = "4.2.1-next.
|
|
11
|
-
const cedarjsVersion = "4.2.1-next.
|
|
12
|
-
const cedarVersion = "4.2.1-next.
|
|
10
|
+
const redwoodVersion = "4.2.1-next.275";
|
|
11
|
+
const cedarjsVersion = "4.2.1-next.275";
|
|
12
|
+
const cedarVersion = "4.2.1-next.275";
|
|
13
13
|
export {
|
|
14
14
|
cedarVersion,
|
|
15
15
|
cedarjsVersion,
|