@kunk/model 3.0.0 → 3.0.2

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,13 +1,13 @@
1
- $ tsdown
2
- ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
3
- ℹ config file: /home/runner/work/kunk/kunk/packages/model/tsdown.config.ts (unrun)
4
- ℹ entry: src/index.ts
5
- ℹ tsconfig: ../../tsconfig.json
6
- ℹ Build start
7
- ℹ dist/index.mjs 0.92 kB │ gzip: 0.45 kB
8
- ℹ dist/chunk-q_BqMMLn.mjs 0.21 kB │ gzip: 0.17 kB
9
- ℹ dist/index.d.mts 1.36 kB │ gzip: 0.56 kB
10
- ℹ 3 files, total: 2.48 kB
11
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
12
-
13
- ✔ Build complete in 3883ms
1
+
2
+ $ tsdown
3
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
4
+ ℹ config file: /Users/ag/auxo/kunk/packages/model/tsdown.config.ts
5
+ ℹ entry: src/index.ts
6
+ ℹ tsconfig: ../../tsconfig.json
7
+ ℹ Build start
8
+ ℹ Cleaning 3 files
9
+ ℹ dist/index.mjs 0.92 kB │ gzip: 0.45 kB
10
+ ℹ dist/chunk-q_BqMMLn.mjs 0.21 kB │ gzip: 0.17 kB
11
+ ℹ dist/index.d.mts 1.36 kB │ gzip: 0.56 kB
12
+ ℹ 3 files, total: 2.48 kB
13
+ ✔ Build complete in 973ms
File without changes
@@ -0,0 +1,4 @@
1
+
2
+ $ bun pm version patch
3
+ [0.61ms] ".env"
4
+ v3.0.2
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@kunk/model",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
7
7
  "module": "./src/index.ts",
8
8
  "scripts": {
9
- "build": "tsdown"
9
+ "build": "tsdown",
10
+ "version:patch": "bun pm version patch",
11
+ "deploy": "bun publish"
10
12
  },
11
13
  "dependencies": {
12
14
  "zod": "^4.3.6"