@fishawack/lab-env 5.5.0-beta.1 → 5.5.0-beta.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 5.5.0-beta.2 (2026-04-28)
|
|
4
|
+
|
|
5
|
+
#### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* prov now has shorter comment block to adhere to aws new 128 char rule ([4b7399c](https://bitbucket.org/fishawackdigital/lab-env/commits/4b7399c4fd72e3a40385234def1a928afd414401))
|
|
8
|
+
|
|
3
9
|
### 5.5.0-beta.1 (2026-04-13)
|
|
4
10
|
|
|
5
11
|
#### Features
|
package/_Ai/mcp-@.md
CHANGED
|
@@ -8,7 +8,9 @@ Playwright is available for live browser testing and interactions.
|
|
|
8
8
|
|
|
9
9
|
Use this to automate browser tasks, run tests, and capture screenshots or videos of your application in action.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
IMPORTANT - ALWAYS verify changes to API & Frontend functionality visually via playwright.
|
|
12
|
+
|
|
13
|
+
If you run tests, always re-run `fw artisan migrate:fresh --seed` afterwards if you intend to verify in the browser
|
|
12
14
|
|
|
13
15
|
The api is typically already running at http://localhost:3000
|
|
14
16
|
|
|
@@ -195,7 +195,7 @@ module.exports.createCloudFrontFunction = async (name, fn, config) => {
|
|
|
195
195
|
const client = new CloudFrontClient({});
|
|
196
196
|
|
|
197
197
|
let FunctionConfig = {
|
|
198
|
-
Comment:
|
|
198
|
+
Comment: `${name} - ${fn}.js`,
|
|
199
199
|
Runtime: `cloudfront-js-1.0`,
|
|
200
200
|
};
|
|
201
201
|
|