create-cartwright 2.0.19 → 2.0.21
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -40,7 +40,7 @@ const TEMPLATE_REPO = "github:Teloz1870/cartwright-template";
|
|
|
40
40
|
// Bump together with a Changeset whenever a new template tag goes out —
|
|
41
41
|
// .github/workflows/bump-template-ref.yml does this automatically by opening
|
|
42
42
|
// a PR when it sees a newer tag on the public mirror.
|
|
43
|
-
const DEFAULT_REF = "v0.9.
|
|
43
|
+
const DEFAULT_REF = "v0.9.2";
|
|
44
44
|
// Channel aliases the user can pass via --ref.
|
|
45
45
|
// stable → DEFAULT_REF (latest tag — what default `npx create-cartwright` uses)
|
|
46
46
|
// next → bleeding-edge branch on the mirror, updated on every push to
|