@getstrata/bootstrap 1.1.2 → 1.1.3

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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @getstrata/bootstrap changelog
2
2
 
3
+ ## 1.1.3
4
+
5
+ - Eager with() arrays, OpenAPI mkdir, public-read/auth docs
6
+
3
7
  ## 1.1.2
4
8
 
5
9
  - Product CLI helpers, file migrations, and job discovery.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getstrata/bootstrap",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Strata application bootstrap: HttpKernel, DI, web session helpers",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -185,7 +185,7 @@
185
185
  "access": "public"
186
186
  },
187
187
  "peerDependencies": {
188
- "@getstrata/core": "^1.1.2",
188
+ "@getstrata/core": "^1.1.3",
189
189
  "typescript": "^5.9.0"
190
190
  },
191
191
  "engines": {