paqad-ai 1.0.3 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # paqad-ai
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#21](https://github.com/Eliyce/paqad-ai/pull/21) [`8bc2642`](https://github.com/Eliyce/paqad-ai/commit/8bc2642c3af5f0af5dfc569507544c092b891503) Thanks [@HLasani](https://github.com/HLasani)! - Read `VERSION` constant dynamically from `package.json` at module load instead of hardcoding it. Future releases no longer need a manual `src/index.ts` edit to keep the exported constant in sync with the published version. Closes [#18](https://github.com/Eliyce/paqad-ai/issues/18).
8
+
3
9
  ## 1.0.3
4
10
 
5
11
  ### Patch Changes
package/dist/cli/index.js CHANGED
@@ -27505,7 +27505,7 @@ init_esm_shims();
27505
27505
  init_esm_shims();
27506
27506
 
27507
27507
  // src/index.ts
27508
- var VERSION = "1.0.3";
27508
+ var VERSION = "1.0.4";
27509
27509
 
27510
27510
  // src/cli/commands/capabilities.ts
27511
27511
  init_esm_shims();