Skip to content

Commit 0dc4ce7

Browse files
chore(mirror): populate tarball + sha256 for wheels-basecoat,wheels-hotwire,wheels-legacy-adapter,wheels-sentry
1 parent 4eda56a commit 0dc4ce7

4 files changed

Lines changed: 111 additions & 84 deletions

File tree

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
{
2-
"name": "wheels-basecoat",
3-
"description": "Basecoat UI component helpers for Wheels. shadcn/ui-quality design using plain HTML + Tailwind CSS. No React required.",
4-
"homepage": "https://github.com/wheels-dev/wheels-basecoat",
5-
"documentation": "https://wheels.dev/packages/wheels-basecoat",
6-
"license": "Apache-2.0",
7-
"maintainers": ["@bpamiri"],
8-
"tags": ["ui", "components", "tailwind", "forms"],
9-
"source": {
10-
"type": "github",
11-
"repo": "wheels-dev/wheels-basecoat"
12-
},
13-
"versions": [
14-
{
15-
"version": "1.0.0",
16-
"publishedAt": "2026-04-23T00:00:00Z",
17-
"wheelsVersion": ">=4.0",
18-
"sourceTag": "v1.0.0",
19-
"tarball": null,
20-
"sha256": null
21-
}
22-
]
2+
"name": "wheels-basecoat",
3+
"description": "Basecoat UI component helpers for Wheels. shadcn/ui-quality design using plain HTML + Tailwind CSS. No React required.",
4+
"homepage": "https://github.com/wheels-dev/wheels-basecoat",
5+
"documentation": "https://wheels.dev/packages/wheels-basecoat",
6+
"license": "Apache-2.0",
7+
"maintainers": [
8+
"@bpamiri"
9+
],
10+
"tags": [
11+
"ui",
12+
"components",
13+
"tailwind",
14+
"forms"
15+
],
16+
"source": {
17+
"type": "github",
18+
"repo": "wheels-dev/wheels-basecoat"
19+
},
20+
"versions": [
21+
{
22+
"version": "1.0.0",
23+
"publishedAt": "2026-04-23T00:00:00Z",
24+
"wheelsVersion": ">=4.0",
25+
"sourceTag": "v1.0.0",
26+
"tarball": "https://github.com/wheels-dev/wheels-packages/releases/download/wheels-basecoat-1.0.0/wheels-basecoat-1.0.0.tar.gz",
27+
"sha256": "ee8b96c815b59f1d4104e95c77310009a9a77176ae3994af6df8c0f900b4aec8"
28+
}
29+
]
2330
}
Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
{
2-
"name": "wheels-hotwire",
3-
"description": "Hotwire infrastructure for Wheels: Turbo Drive, Turbo Frames, Turbo Streams, Stimulus helpers, and Hotwire Native mobile support.",
4-
"homepage": "https://github.com/wheels-dev/wheels-hotwire",
5-
"documentation": "https://wheels.dev/packages/wheels-hotwire",
6-
"license": "Apache-2.0",
7-
"maintainers": ["@bpamiri"],
8-
"tags": ["hotwire", "turbo", "stimulus", "spa"],
9-
"source": {
10-
"type": "github",
11-
"repo": "wheels-dev/wheels-hotwire"
12-
},
13-
"versions": [
14-
{
15-
"version": "1.0.0",
16-
"publishedAt": "2026-04-23T00:00:00Z",
17-
"wheelsVersion": ">=4.0",
18-
"sourceTag": "v1.0.0",
19-
"tarball": null,
20-
"sha256": null
21-
}
22-
]
2+
"name": "wheels-hotwire",
3+
"description": "Hotwire infrastructure for Wheels: Turbo Drive, Turbo Frames, Turbo Streams, Stimulus helpers, and Hotwire Native mobile support.",
4+
"homepage": "https://github.com/wheels-dev/wheels-hotwire",
5+
"documentation": "https://wheels.dev/packages/wheels-hotwire",
6+
"license": "Apache-2.0",
7+
"maintainers": [
8+
"@bpamiri"
9+
],
10+
"tags": [
11+
"hotwire",
12+
"turbo",
13+
"stimulus",
14+
"spa"
15+
],
16+
"source": {
17+
"type": "github",
18+
"repo": "wheels-dev/wheels-hotwire"
19+
},
20+
"versions": [
21+
{
22+
"version": "1.0.0",
23+
"publishedAt": "2026-04-23T00:00:00Z",
24+
"wheelsVersion": ">=4.0",
25+
"sourceTag": "v1.0.0",
26+
"tarball": "https://github.com/wheels-dev/wheels-packages/releases/download/wheels-hotwire-1.0.0/wheels-hotwire-1.0.0.tar.gz",
27+
"sha256": "07afe457493eef19c777fdd1a2e0b889a795ec88342d854d0426f3c23bf7b2a9"
28+
}
29+
]
2330
}
Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
{
2-
"name": "wheels-legacy-adapter",
3-
"description": "Backward compatibility adapter for migrating Wheels 3.x applications to 4.0. Provides deprecation logging, API shims, and a migration scanner.",
4-
"homepage": "https://github.com/wheels-dev/wheels-legacy-adapter",
5-
"documentation": "https://wheels.dev/packages/wheels-legacy-adapter",
6-
"license": "Apache-2.0",
7-
"maintainers": ["@bpamiri"],
8-
"tags": ["migration", "upgrade", "compatibility", "3x"],
9-
"source": {
10-
"type": "github",
11-
"repo": "wheels-dev/wheels-legacy-adapter"
12-
},
13-
"versions": [
14-
{
15-
"version": "1.0.0",
16-
"publishedAt": "2026-04-23T00:00:00Z",
17-
"wheelsVersion": ">=4.0",
18-
"sourceTag": "v1.0.0",
19-
"tarball": null,
20-
"sha256": null
21-
}
22-
]
2+
"name": "wheels-legacy-adapter",
3+
"description": "Backward compatibility adapter for migrating Wheels 3.x applications to 4.0. Provides deprecation logging, API shims, and a migration scanner.",
4+
"homepage": "https://github.com/wheels-dev/wheels-legacy-adapter",
5+
"documentation": "https://wheels.dev/packages/wheels-legacy-adapter",
6+
"license": "Apache-2.0",
7+
"maintainers": [
8+
"@bpamiri"
9+
],
10+
"tags": [
11+
"migration",
12+
"upgrade",
13+
"compatibility",
14+
"3x"
15+
],
16+
"source": {
17+
"type": "github",
18+
"repo": "wheels-dev/wheels-legacy-adapter"
19+
},
20+
"versions": [
21+
{
22+
"version": "1.0.0",
23+
"publishedAt": "2026-04-23T00:00:00Z",
24+
"wheelsVersion": ">=4.0",
25+
"sourceTag": "v1.0.0",
26+
"tarball": "https://github.com/wheels-dev/wheels-packages/releases/download/wheels-legacy-adapter-1.0.0/wheels-legacy-adapter-1.0.0.tar.gz",
27+
"sha256": "4e17cb524b1343e2eef1a52c215581d161585c2e061543f2de3079b3dd172790"
28+
}
29+
]
2330
}
Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
{
2-
"name": "wheels-sentry",
3-
"description": "Sentry error tracking for Wheels with framework-aware context enrichment.",
4-
"homepage": "https://github.com/wheels-dev/wheels-sentry",
5-
"documentation": "https://wheels.dev/packages/wheels-sentry",
6-
"license": "Apache-2.0",
7-
"maintainers": ["@bpamiri"],
8-
"tags": ["monitoring", "errors", "observability"],
9-
"source": {
10-
"type": "github",
11-
"repo": "wheels-dev/wheels-sentry"
12-
},
13-
"versions": [
14-
{
15-
"version": "1.0.0",
16-
"publishedAt": "2026-04-23T00:00:00Z",
17-
"wheelsVersion": ">=4.0",
18-
"sourceTag": "v1.0.0",
19-
"tarball": null,
20-
"sha256": null
21-
}
22-
]
2+
"name": "wheels-sentry",
3+
"description": "Sentry error tracking for Wheels with framework-aware context enrichment.",
4+
"homepage": "https://github.com/wheels-dev/wheels-sentry",
5+
"documentation": "https://wheels.dev/packages/wheels-sentry",
6+
"license": "Apache-2.0",
7+
"maintainers": [
8+
"@bpamiri"
9+
],
10+
"tags": [
11+
"monitoring",
12+
"errors",
13+
"observability"
14+
],
15+
"source": {
16+
"type": "github",
17+
"repo": "wheels-dev/wheels-sentry"
18+
},
19+
"versions": [
20+
{
21+
"version": "1.0.0",
22+
"publishedAt": "2026-04-23T00:00:00Z",
23+
"wheelsVersion": ">=4.0",
24+
"sourceTag": "v1.0.0",
25+
"tarball": "https://github.com/wheels-dev/wheels-packages/releases/download/wheels-sentry-1.0.0/wheels-sentry-1.0.0.tar.gz",
26+
"sha256": "094103d11fdd270b4c2c577749c834e45e38b6f1d0a2004d21499e9b02ed8452"
27+
}
28+
]
2329
}

0 commit comments

Comments
 (0)