@kunk/docker 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/docker/tsdown.config.ts (unrun)
3
+ ℹ config file: /home/runner/work/kunk/kunk/packages/docker/tsdown.config.ts
4
4
  ℹ entry: src/index.ts
5
5
  ℹ tsconfig: tsconfig.json
6
6
  ℹ Build start
@@ -9,4 +9,4 @@ $ tsdown
9
9
  ℹ 2 files, total: 2.38 kB
10
10
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
11
11
 
12
- ✔ Build complete in 4043ms
12
+ ✔ Build complete in 4295ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @kunk/docker
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bdb5bf7: teste
8
+ - Updated dependencies [bdb5bf7]
9
+ - @kunk/database@3.0.1
10
+ - @kunk/server@3.0.1
11
+ - @kunk/tsconfig@3.0.1
12
+ - @kunk/api@3.0.1
13
+
3
14
  ## 3.0.0
4
15
 
5
16
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kunk/docker",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",