@simplysm/orm-common 14.0.14 → 14.0.16
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -48,6 +48,7 @@ pnpm add @simplysm/orm-common
|
|
|
48
48
|
| [`WhereExprUnit`](./docs/expression.md#whereexprunit) | Class | WHERE clause expression wrapper |
|
|
49
49
|
| [`ExprInput`](./docs/expression.md#exprinput) | Type | Union of ExprUnit or literal values |
|
|
50
50
|
| [`SwitchExprBuilder`](./docs/expression.md#switchexprbuilder) | Interface | CASE WHEN builder (fluent API) |
|
|
51
|
+
| [`toExpr`](./docs/expression.md#toexpr) | Function | Convert ExprInput to Expr JSON AST |
|
|
51
52
|
|
|
52
53
|
### Schema Builders
|
|
53
54
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/orm-common",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.16",
|
|
4
4
|
"description": "심플리즘 패키지 - ORM (common)",
|
|
5
5
|
"author": "심플리즘",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"@types/node": "^20.19.37"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@simplysm/core-common": "14.0.
|
|
25
|
+
"@simplysm/core-common": "14.0.16"
|
|
26
26
|
}
|
|
27
27
|
}
|