peta-orm 0.2.0 → 0.2.1

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.
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  __require
4
- } from "./index-z1w83f81.js";
4
+ } from "./index-k18nf2r7.js";
5
5
 
6
6
  // node_modules/kysely/dist/esm/util/object-utils.js
7
7
  function isUndefined(obj) {
@@ -7531,4 +7531,4 @@ class Peta {
7531
7531
  }
7532
7532
  }
7533
7533
 
7534
- export { isString, isNumber, isBoolean, isNull, isDate, isBigInt, getLast, freeze, IdentifierNode, CreateTableNode, AliasNode, isOperationNodeSource, OperatorNode, RawNode, parseStringReference, ValueNode, parseValueExpression, ParensNode, preventAwait, InsertQueryNode, MergeQueryNode, QueryNode, createQueryId, WithSchemaPlugin, NOOP_QUERY_EXECUTOR, SetOperationNode, parseTable, CreateViewNode, Peta };
7534
+ export { isString, isNumber, isBoolean, isNull, isDate, isBigInt, getLast, freeze, IdentifierNode, CreateTableNode, AliasNode, isOperationNodeSource, OperatorNode, RawNode, parseStringReference, ValueNode, parseValueExpression, ParensNode, preventAwait, InsertQueryNode, MergeQueryNode, QueryNode, createQueryId, WithSchemaPlugin, NOOP_QUERY_EXECUTOR, SetOperationNode, parseTable, CreateViewNode, isModelClass, Peta };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  Peta
4
- } from "./index-vnnmp06s.js";
4
+ } from "./index-qwps5bne.js";
5
5
  import {
6
6
  ArkTypeSchemaConfig,
7
7
  Collection,
@@ -17,8 +17,8 @@ import {
17
17
  UpdateBuilder,
18
18
  ValidationError,
19
19
  normalizeError
20
- } from "./index-k44fz2f4.js";
21
- import"./index-z1w83f81.js";
20
+ } from "./index-676a0j9y.js";
21
+ import"./index-k18nf2r7.js";
22
22
  // src/columns/column.ts
23
23
  class Column {
24
24
  #schema;