stacktape 3.6.2 → 3.6.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.
@@ -492,5 +492,11 @@ interface ForwardQueryString {
492
492
  whitelist?: string[];
493
493
  }
494
494
 
495
- type CdnReferenceableParam = 'cdnDomain' | 'cdnCustomDomains' | 'cdnUrl' | 'cdnCustomDomainUrls' | 'cdnCanonicalDomain';
495
+ type CdnReferenceableParam =
496
+ | 'cdnDomain'
497
+ | 'cdnCustomDomains'
498
+ | 'cdnUrl'
499
+ | 'cdnCustomDomainUrls'
500
+ | 'cdnCanonicalDomain'
501
+ | 'cdnCanonicalUrl';
496
502
  ```
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-03-13T14:52:52.767Z",
2
+ "generatedAt": "2026-03-16T00:46:51.700Z",
3
3
  "version": "1.0",
4
4
  "synonymMap": {
5
5
  "function": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stacktape",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "description": "PaaS 2.0 that deploys to your own AWS account.",
5
5
  "author": "Stacktape team <support@stacktape.com>",
6
6
  "license": "MIT",
@@ -1 +0,0 @@
1
- {"extends":"/home/runner/work/stacktape/stacktape/tsconfig.json","compilerOptions":{"jsx":"preserve","jsxImportSource":"react","customConditions":[]}}