svelte-vitals 0.22.0 → 0.22.1
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/bin.js +5 -3
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -843,6 +843,8 @@ import mri2 from "mri";
|
|
|
843
843
|
|
|
844
844
|
// src/ci/workflow.ts
|
|
845
845
|
var WORKFLOW_PATH = ".github/workflows/svelte-vitals.yml";
|
|
846
|
+
var CHECKOUT_SHA = "9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0";
|
|
847
|
+
var CHECKOUT_VERSION = "v7.0.0";
|
|
846
848
|
function planWorkflowWrite(existing, force) {
|
|
847
849
|
if (existing === void 0) return { status: "created" };
|
|
848
850
|
if (!force) return { status: "exists" };
|
|
@@ -866,7 +868,7 @@ function buildWorkflowYaml(opts) {
|
|
|
866
868
|
" svelte-vitals:",
|
|
867
869
|
" runs-on: ubuntu-latest",
|
|
868
870
|
" steps:",
|
|
869
|
-
|
|
871
|
+
` - uses: actions/checkout@${CHECKOUT_SHA} # ${CHECKOUT_VERSION}`,
|
|
870
872
|
" with:",
|
|
871
873
|
" fetch-depth: 0",
|
|
872
874
|
` - uses: oekazuma/svelte-vitals/packages/action@${actionSha} # @svelte-vitals/action@${actionVersion}`,
|
|
@@ -878,8 +880,8 @@ function buildWorkflowYaml(opts) {
|
|
|
878
880
|
}
|
|
879
881
|
|
|
880
882
|
// src/ci/action-pin.generated.ts
|
|
881
|
-
var ACTION_SHA = "
|
|
882
|
-
var ACTION_VERSION = "0.2.
|
|
883
|
+
var ACTION_SHA = "f16e414797a2ee42c3b1fb6a14dc6fdb9dca4132";
|
|
884
|
+
var ACTION_VERSION = "0.2.1";
|
|
883
885
|
|
|
884
886
|
// src/ci/cli.ts
|
|
885
887
|
var CI_HELP = `svelte-vitals ci \u2014 scaffold CI integration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-vitals",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"description": "A SvelteKit SEO checker — not a runtime Web Vitals reporter. Static analysis of your routes' head metadata.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"smol-toml": "^1.7.0",
|
|
46
46
|
"svelte": "^5.56.4",
|
|
47
47
|
"tinyglobby": "^0.2.17",
|
|
48
|
-
"@svelte-vitals/core": "0.22.
|
|
48
|
+
"@svelte-vitals/core": "0.22.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^24.13.2"
|