@seip/blue-bird 0.4.3 → 0.4.4

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/backend/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import App from "../core/app.js";
1
+ import App from "@seip/blue-bird/core/app.js";
2
2
  import routerApiExample from "./routes/api.js";
3
3
  import routerFrontendExample from "./routes/frontend.js";
4
4
 
@@ -1,5 +1,5 @@
1
- import Router from "../../core/router.js";
2
- import Validator from "../../core/validate.js";
1
+ import Router from "@seip/blue-bird/core/router.js";
2
+ import Validator from "@seip/blue-bird/core/validate.js";
3
3
 
4
4
  const routerApiExample = new Router("/api");
5
5
 
@@ -1,6 +1,6 @@
1
- import Router from "../../core/router.js";
2
- import Template from "../../core/template.js";
3
- import App from "../../core/app.js";
1
+ import Router from "@seip/blue-bird/core/router.js";
2
+ import Template from "@seip/blue-bird/core/template.js";
3
+ import App from "@seip/blue-bird/core/app.js";
4
4
  import seoData from "./seo.js";
5
5
 
6
6
  const routerFrontendExample = new Router();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seip/blue-bird",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Express + React opinionated framework with SPA or API architecture and built-in JWT auth",
5
5
  "type": "module",
6
6
  "bin": {