@h3ravel/core 1.4.3 → 1.4.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -77,7 +77,7 @@ var Container = class {
77
77
  // src/Application.ts
78
78
  import { PathLoader } from "@h3ravel/shared";
79
79
  import dotenv from "dotenv";
80
- import path from "path";
80
+ import path from "node:path";
81
81
  var Application = class _Application extends Container {
82
82
  static {
83
83
  __name(this, "Application");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/core",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "description": "Core application container, lifecycle management and service providers for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  "srvx": "^0.8.2",
43
43
  "tslib": "^2.6.0",
44
44
  "dotenv": "^17.2.1",
45
- "@h3ravel/shared": "^0.16.5"
45
+ "@h3ravel/shared": "^0.16.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "typescript": "^5.4.0"