cullit 2.0.1 → 2.0.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cullit",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "description": "Public Cullit CLI for local, template-based release notes. Licensed AI and integrations are delivered separately.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -34,8 +34,8 @@
34
34
  "node": ">=22"
35
35
  },
36
36
  "dependencies": {
37
- "@cullit/config": "2.0.1",
38
- "@cullit/core": "2.0.1"
37
+ "@cullit/config": "2.0.2",
38
+ "@cullit/core": "2.0.2"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsup src/index.ts --format esm --clean",