@kunk/model 3.0.0 → 3.0.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,6 +1,6 @@
1
1
  $ tsdown
2
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)
3
+ ℹ config file: /home/runner/work/kunk/kunk/packages/model/tsdown.config.ts
4
4
  ℹ entry: src/index.ts
5
5
  ℹ tsconfig: ../../tsconfig.json
6
6
  ℹ Build start
@@ -10,4 +10,4 @@ $ tsdown
10
10
  ℹ 3 files, total: 2.48 kB
11
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
12
 
13
- ✔ Build complete in 3883ms
13
+ ✔ Build complete in 5321ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @kunk/model
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bdb5bf7: teste
8
+
3
9
  ## 3.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kunk/model",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",