@h3ravel/shared 0.22.1 → 0.22.2

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/index.d.cts CHANGED
@@ -122,7 +122,7 @@ interface IApplication extends IContainer {
122
122
  /**
123
123
  * Boots all registered providers.
124
124
  */
125
- boot(): Promise<void>;
125
+ boot(): Promise<this>;
126
126
  /**
127
127
  * Gets the base path of the application.
128
128
  * @returns The base path as a string.
package/dist/index.d.ts CHANGED
@@ -122,7 +122,7 @@ interface IApplication extends IContainer {
122
122
  /**
123
123
  * Boots all registered providers.
124
124
  */
125
- boot(): Promise<void>;
125
+ boot(): Promise<this>;
126
126
  /**
127
127
  * Gets the base path of the application.
128
128
  * @returns The base path as a string.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/shared",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "Shared Utilities.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",