@ollie-shop/cli 0.1.1 → 0.1.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,5 +1,5 @@
1
1
 
2
- > @ollie-shop/cli@0.1.1 build /home/runner/work/ollie-shop/ollie-shop/packages/cli
2
+ > @ollie-shop/cli@0.1.2 build /home/runner/work/ollie-shop/ollie-shop/packages/cli
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,4 +10,4 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  CJS dist/index.js 7.47 KB
13
- CJS ⚡️ Build success in 470ms
13
+ CJS ⚡️ Build success in 699ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @ollie-shop/cli
2
+
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 906b57d: First Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ollie-shop/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI tools for Ollie Shop",
5
5
  "bin": {
6
6
  "ollie-shop": "./dist/index.js"