kysely-schema 0.1.3 → 0.1.5

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,5 +1,5 @@
1
1
 
2
- > kysely-schema@0.1.0 build C:\Codes\node\2026\github\kysely-schema\packages\core
2
+ > kysely-schema@0.1.5 build C:\Codes\node\2026\github\kysely-schema\packages\core
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,10 +11,10 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  CJS dist\index.js 18.21 KB
14
- CJS ⚡️ Build success in 41ms
14
+ CJS ⚡️ Build success in 37ms
15
15
  ESM dist\index.mjs 16.80 KB
16
- ESM ⚡️ Build success in 42ms
16
+ ESM ⚡️ Build success in 37ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 655ms
18
+ DTS ⚡️ Build success in 695ms
19
19
  DTS dist\index.d.mts 7.09 KB
20
20
  DTS dist\index.d.ts 7.09 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kysely-schema",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Schema-first development tool for Kysely",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",