@ubean/shared 0.3.6 → 0.4.0

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.
@@ -11,7 +11,7 @@ import { MiddlewareHandler } from "hono";
11
11
  * @example
12
12
  * ```ts
13
13
  * import { createRequestLoggerMiddleware } from '@ubean/shared/logger/hono';
14
- * import { createUbeanApp } from 'ubean/runtime/app';
14
+ * import { createUbeanApp } from 'ubean/server';
15
15
  *
16
16
  * const app = createUbeanApp();
17
17
  * app.use('*', createRequestLoggerMiddleware({
@@ -29,7 +29,7 @@ function shouldSkip(path, exclude) {
29
29
  * @example
30
30
  * ```ts
31
31
  * import { createRequestLoggerMiddleware } from '@ubean/shared/logger/hono';
32
- * import { createUbeanApp } from 'ubean/runtime/app';
32
+ * import { createUbeanApp } from 'ubean/server';
33
33
  *
34
34
  * const app = createUbeanApp();
35
35
  * app.use('*', createRequestLoggerMiddleware({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubean/shared",
3
- "version": "0.3.6",
3
+ "version": "0.4.0",
4
4
  "description": "Shared protocol types, errors, env and universal utilities for ubean",
5
5
  "files": [
6
6
  "dist"