@cedarjs/router 0.14.0 → 0.14.1-next.21

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.
@@ -302,7 +302,7 @@ const SplashPage = ({
302
302
  "data-cy": "e2e-test-splashpage"
303
303
  },
304
304
  /* @__PURE__ */ import_react.default.createElement("p", { className: "intro-instructions" }, "You\u2019re seeing this because you don\u2019t have any pages yet."),
305
- /* @__PURE__ */ import_react.default.createElement("p", { className: "intro-instructions" }, "Type ", /* @__PURE__ */ import_react.default.createElement("code", null, "yarn redwood generate page my-page"), " in your CLI to get started!")
305
+ /* @__PURE__ */ import_react.default.createElement("p", { className: "intro-instructions" }, "Type ", /* @__PURE__ */ import_react.default.createElement("code", null, "yarn cedar generate page my-page"), " in your terminal to get started!")
306
306
  ) : /* @__PURE__ */ import_react.default.createElement(
307
307
  "div",
308
308
  {
@@ -320,7 +320,7 @@ const SplashPage = ({
320
320
  route.path
321
321
  )));
322
322
  }))),
323
- /* @__PURE__ */ import_react.default.createElement("div", { className: "callout" }, "You\u2019re seeing this because you don\u2019t have a page at the", " ", /* @__PURE__ */ import_react.default.createElement("code", null, "/"), " path.", /* @__PURE__ */ import_react.default.createElement("br", null), "Type ", /* @__PURE__ */ import_react.default.createElement("code", null, "yarn redwood generate page home /"), " in your CLI to create one.")
323
+ /* @__PURE__ */ import_react.default.createElement("div", { className: "callout" }, "You\u2019re seeing this because you don\u2019t have a page at the", " ", /* @__PURE__ */ import_react.default.createElement("code", null, "/"), " path.", /* @__PURE__ */ import_react.default.createElement("br", null), "Type ", /* @__PURE__ */ import_react.default.createElement("code", null, "yarn cedar generate page home /"), " in your terminal to create one.")
324
324
  )), /* @__PURE__ */ import_react.default.createElement("div", { className: "resources" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "resource" }, /* @__PURE__ */ import_react.default.createElement(
325
325
  "a",
326
326
  {
@@ -269,7 +269,7 @@ const SplashPage = ({
269
269
  "data-cy": "e2e-test-splashpage"
270
270
  },
271
271
  /* @__PURE__ */ React.createElement("p", { className: "intro-instructions" }, "You\u2019re seeing this because you don\u2019t have any pages yet."),
272
- /* @__PURE__ */ React.createElement("p", { className: "intro-instructions" }, "Type ", /* @__PURE__ */ React.createElement("code", null, "yarn redwood generate page my-page"), " in your CLI to get started!")
272
+ /* @__PURE__ */ React.createElement("p", { className: "intro-instructions" }, "Type ", /* @__PURE__ */ React.createElement("code", null, "yarn cedar generate page my-page"), " in your terminal to get started!")
273
273
  ) : /* @__PURE__ */ React.createElement(
274
274
  "div",
275
275
  {
@@ -287,7 +287,7 @@ const SplashPage = ({
287
287
  route.path
288
288
  )));
289
289
  }))),
290
- /* @__PURE__ */ React.createElement("div", { className: "callout" }, "You\u2019re seeing this because you don\u2019t have a page at the", " ", /* @__PURE__ */ React.createElement("code", null, "/"), " path.", /* @__PURE__ */ React.createElement("br", null), "Type ", /* @__PURE__ */ React.createElement("code", null, "yarn redwood generate page home /"), " in your CLI to create one.")
290
+ /* @__PURE__ */ React.createElement("div", { className: "callout" }, "You\u2019re seeing this because you don\u2019t have a page at the", " ", /* @__PURE__ */ React.createElement("code", null, "/"), " path.", /* @__PURE__ */ React.createElement("br", null), "Type ", /* @__PURE__ */ React.createElement("code", null, "yarn cedar generate page home /"), " in your terminal to create one.")
291
291
  )), /* @__PURE__ */ React.createElement("div", { className: "resources" }, /* @__PURE__ */ React.createElement("div", { className: "resource" }, /* @__PURE__ */ React.createElement(
292
292
  "a",
293
293
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/router",
3
- "version": "0.14.0",
3
+ "version": "0.14.1-next.21+64bba57ea",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -95,8 +95,8 @@
95
95
  },
96
96
  "dependencies": {
97
97
  "@babel/runtime-corejs3": "7.27.6",
98
- "@cedarjs/auth": "0.14.0",
99
- "@cedarjs/server-store": "0.14.0",
98
+ "@cedarjs/auth": "0.14.1-next.21+64bba57ea",
99
+ "@cedarjs/server-store": "0.14.1-next.21+64bba57ea",
100
100
  "core-js": "3.42.0",
101
101
  "react": "18.3.1",
102
102
  "react-dom": "18.3.1"
@@ -105,7 +105,7 @@
105
105
  "@arethetypeswrong/cli": "0.18.2",
106
106
  "@babel/cli": "7.27.2",
107
107
  "@babel/core": "^7.26.10",
108
- "@cedarjs/framework-tools": "0.14.0",
108
+ "@cedarjs/framework-tools": "0.14.1-next.21",
109
109
  "@testing-library/jest-dom": "6.5.0",
110
110
  "@types/react": "^18.2.55",
111
111
  "@types/react-dom": "^18.2.19",
@@ -123,5 +123,5 @@
123
123
  "publishConfig": {
124
124
  "access": "public"
125
125
  },
126
- "gitHead": "e948779c6fc67b7c8b339ffd8bd51d87cea6dbd3"
126
+ "gitHead": "64bba57eaeb905d9a1cd38be84e8d8459abe15fe"
127
127
  }