@simplysm/service-common 13.0.57 → 13.0.59
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -263,7 +263,7 @@ Pass values like `"win32"`, `"darwin"`, or `"linux"` to `platform`.
|
|
|
263
263
|
- Passing binary data less than 28 bytes to `decode()` will throw an `ArgumentError`.
|
|
264
264
|
- `ServiceResponseMessage.body` is optional (`body?: unknown`) — the server may return `undefined` for void methods.
|
|
265
265
|
- Service interfaces (`OrmService`, `AutoUpdateService`) only provide type definitions. Actual implementations are handled by the `@simplysm/service-server` package.
|
|
266
|
-
- The `$info` and `$data` properties of `ServiceEventDef` are
|
|
266
|
+
- The `$info` and `$data` properties of `ServiceEventDef` are typed as `readonly` and are set to `undefined as unknown as TInfo/TData` at runtime. They exist only for TypeScript type extraction and must not be used at runtime.
|
|
267
267
|
|
|
268
268
|
## License
|
|
269
269
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/service-common",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.59",
|
|
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/core-common": "13.0.59",
|
|
22
|
+
"@simplysm/orm-common": "13.0.59"
|
|
23
23
|
}
|
|
24
24
|
}
|