@simplysm/service-common 13.0.42 → 13.0.43
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -169,8 +169,8 @@ function defineEvent<TInfo = unknown, TData = unknown>(
|
|
|
169
169
|
| Property | Type | Description |
|
|
170
170
|
|----------|------|-------------|
|
|
171
171
|
| `eventName` | `string` | Unique event identifier |
|
|
172
|
-
| `$info` | `TInfo`
|
|
173
|
-
| `$data` | `TData`
|
|
172
|
+
| `$info` | `readonly TInfo` | For TypeScript type extraction only. Not used at runtime |
|
|
173
|
+
| `$data` | `readonly TData` | For TypeScript type extraction only. Not used at runtime |
|
|
174
174
|
|
|
175
175
|
### Usage Example
|
|
176
176
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/service-common",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.43",
|
|
4
4
|
"description": "심플리즘 패키지 - 서비스 모듈 (common)",
|
|
5
5
|
"author": "김석래",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@simplysm/
|
|
22
|
-
"@simplysm/
|
|
21
|
+
"@simplysm/orm-common": "13.0.43",
|
|
22
|
+
"@simplysm/core-common": "13.0.43"
|
|
23
23
|
}
|
|
24
24
|
}
|