@aurios/mizzling 1.1.4 → 1.1.5

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
- > @aurios/mizzling@1.1.4 build /home/runner/work/mizzle/mizzle/packages/mizzling
2
+ > @aurios/mizzling@1.1.5 build /home/runner/work/mizzle/mizzle/packages/mizzling
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -9,7 +9,7 @@
9
9
  CLI Target: esnext
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
- ESM dist/cli.js 13.77 KB
13
12
  ESM dist/chunk-DKDRM5WU.js 1.79 KB
13
+ ESM dist/cli.js 13.77 KB
14
14
  ESM dist/index.js 87.00 B
15
- ESM ⚡️ Build success in 36ms
15
+ ESM ⚡️ Build success in 35ms
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
- # 🌧️ Mizzling CLI
1
+ # 🌧️ mizzling CLI
2
+
3
+ ![NPM Last Update](https://img.shields.io/npm/last-update/%40aurios%2Fmizzling?style=flat&color=0EA5E9)
4
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/realfakenerd/mizzle/release.yml?style=flat&color=0EA5E9)
5
+ ![NPM Downloads](https://img.shields.io/npm/dw/%40aurios%2Fmizzling?style=flat&color=0EA5E9)
6
+ ![GitHub License](https://img.shields.io/github/license/realfakenerd/mizzle?style=flat&color=0EA5E9)
2
7
 
3
8
  Mizzling is the official command-line interface for the Mizzle ORM, designed to manage DynamoDB migrations and schemas with ease. It provides a streamlined workflow for initializing projects, detecting schema changes, and applying them to your AWS environment.
4
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurios/mizzling",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A CLI tool for managing Mizzle projects",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "tsup": "^8.5.1",
49
- "@repo/shared": "0.0.3",
50
- "@aurios/mizzle": "1.1.3",
49
+ "@aurios/mizzle": "1.1.4",
51
50
  "@repo/typescript-config": "0.0.0",
51
+ "@repo/shared": "0.0.3",
52
52
  "@repo/vitest-config": "0.0.0"
53
53
  },
54
54
  "scripts": {