wooks 0.5.17 → 0.5.18
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.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ declare class WooksAdapterBase {
|
|
|
38
38
|
* Get logger instance for application logs
|
|
39
39
|
* ```js
|
|
40
40
|
* const app = createHttpApp()
|
|
41
|
-
* const logger = app.getLogger('app-logger')
|
|
41
|
+
* const logger = app.getLogger('[app-logger]')
|
|
42
42
|
* logger.log('My App log message')
|
|
43
43
|
* ```
|
|
44
44
|
* @param topic topic for logger
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wooks",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.18",
|
|
4
4
|
"description": "wooks",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@prostojs/router": "^0.2.1",
|
|
43
|
-
"@prostojs/logger": "^0.4.
|
|
44
|
-
"@wooksjs/event-core": "0.5.
|
|
43
|
+
"@prostojs/logger": "^0.4.3",
|
|
44
|
+
"@wooksjs/event-core": "0.5.18"
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/wooksjs/wooksjs/tree/main/packages/wooks#readme"
|
|
47
47
|
}
|