@auto-engineer/file-store 0.17.1 → 0.19.0

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
- > @auto-engineer/file-store@0.17.1 build /home/runner/work/auto-engineer/auto-engineer/packages/file-store
2
+ > @auto-engineer/file-store@0.19.0 build /home/runner/work/auto-engineer/auto-engineer/packages/file-store
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @auto-engineer/file-store
2
2
 
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - adds "typical" example
8
+
9
+ ## 0.18.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Add middleware support
14
+
3
15
  ## 0.17.1
4
16
 
5
17
  ## 0.17.0
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "version": "0.17.1",
20
+ "version": "0.19.0",
21
21
  "scripts": {
22
22
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
23
23
  "test": "vitest run --reporter=dot",