laxy-verify 1.1.26 → 1.1.28
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/dist/entitlement.js +2 -2
- package/package.json +2 -2
package/dist/entitlement.js
CHANGED
|
@@ -13,8 +13,8 @@ exports.printPlanBanner = printPlanBanner;
|
|
|
13
13
|
*/
|
|
14
14
|
const auth_js_1 = require("./auth.js");
|
|
15
15
|
const FREE_FEATURES = {
|
|
16
|
-
plan: "
|
|
17
|
-
// Automation features — not available
|
|
16
|
+
plan: "team", // Free users get Pro+ features by default
|
|
17
|
+
// Automation features — not available without login
|
|
18
18
|
github_actions: false,
|
|
19
19
|
queue_priority: false,
|
|
20
20
|
parallel_execution: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "laxy-verify",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"description": "Frontend verification CLI for build checks, Lighthouse, E2E, and release readiness",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"vite"
|
|
27
27
|
],
|
|
28
28
|
"engines": {
|
|
29
|
-
"node": "\u003e=20.18.0
|
|
29
|
+
"node": "\u003e=20.18.0"
|
|
30
30
|
},
|
|
31
31
|
"bin": {
|
|
32
32
|
"laxy-verify": "dist/cli.js"
|