@ollie-shop/cli 0.3.3 → 0.3.4

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
- > @ollie-shop/cli@0.3.3 build /home/runner/work/ollie-shop/ollie-shop/packages/cli
2
+ > @ollie-shop/cli@0.3.4 build /home/runner/work/ollie-shop/ollie-shop/packages/cli
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,8 +9,8 @@
9
9
  CLI Target: node18
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
+ CJS dist/index.js 133.21 KB
13
+ CJS ⚡️ Build success in 216ms
12
14
  DTS Build start
13
- CJS dist/index.js 1.64 MB
14
- CJS ⚡️ Build success in 21898ms
15
- DTS ⚡️ Build success in 26766ms
15
+ DTS ⚡️ Build success in 42638ms
16
16
  DTS dist/index.d.ts 20.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ollie-shop/cli
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ee15034: Add automated E2E testing in CI/CD with develop and production environment support
8
+
3
9
  ## 0.3.3
4
10
 
5
11
  ### Patch Changes