@ai-devtools/dbspec-linux-x64 1.0.0 → 1.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
  Metadata-Version: 2.4
2
2
  Name: dbspec
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: DBSpec: CLI/TUI for database design (Excel as DSL)
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -186,6 +186,7 @@ src/xlsx/template/apply_formulas.py
186
186
  src/xlsx/template/apply_styles.py
187
187
  src/xlsx/template/apply_validation.py
188
188
  src/xlsx/template/constants.py
189
+ src/xlsx/template/formula_config.py
189
190
  src/xlsx/template/generator.py
190
191
  src/xlsx/template/sheet_data.py
191
192
  src/xlsx/template/utils.py
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dbspec"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "DBSpec: CLI/TUI for database design (Excel as DSL)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
package/bin/dbspec/dbspec CHANGED
Binary file
package/package.json CHANGED
@@ -24,5 +24,5 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "version": "1.0.0"
27
+ "version": "1.0.1"
28
28
  }