Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Feb 16, 2024
1 parent 761799b commit c04bc33
Show file tree
Hide file tree
Showing 90 changed files with 278 additions and 272 deletions.
12 changes: 9 additions & 3 deletions .well-known/src/lib/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url": "https://www.fuz.dev/",
"package_json": {
"name": "@ryanatkn/fuz",
"version": "0.83.0",
"version": "0.83.1",
"description": "Svelte UI library and CSS design system",
"icon": "🧶",
"public": true,
Expand Down Expand Up @@ -262,6 +262,11 @@
"default": "./dist/Page_Header.svelte",
"types": "./dist/Page_Header.svelte.d.ts"
},
"./Page_Menu.svelte": {
"svelte": "./dist/Page_Menu.svelte",
"default": "./dist/Page_Menu.svelte",
"types": "./dist/Page_Menu.svelte.d.ts"
},
"./Pending_Animation.svelte": {
"svelte": "./dist/Pending_Animation.svelte",
"default": "./dist/Pending_Animation.svelte",
Expand Down Expand Up @@ -347,7 +352,7 @@
},
"src_json": {
"name": "@ryanatkn/fuz",
"version": "0.83.0",
"version": "0.83.1",
"modules": {
"./Alert.svelte": {"path": "Alert.svelte", "declarations": []},
"./alert.js": {
Expand Down Expand Up @@ -527,6 +532,7 @@
"./Package_Summary.svelte": {"path": "Package_Summary.svelte", "declarations": []},
"./Page_Footer.svelte": {"path": "Page_Footer.svelte", "declarations": []},
"./Page_Header.svelte": {"path": "Page_Header.svelte", "declarations": []},
"./Page_Menu.svelte": {"path": "Page_Menu.svelte", "declarations": []},
"./Pending_Animation.svelte": {"path": "Pending_Animation.svelte", "declarations": []},
"./Pending_Button.svelte": {"path": "Pending_Button.svelte", "declarations": []},
"./Pull_Requests_Detail.svelte": {
Expand Down Expand Up @@ -611,7 +617,7 @@
"npm_url": "https://www.npmjs.com/package/@ryanatkn/fuz",
"changelog_url": "https://github.com/ryanatkn/fuz/blob/main/CHANGELOG.md",
"published": true,
"check_runs": {"status": "completed", "conclusion": "success"},
"check_runs": {"status": "in_progress", "conclusion": null},
"pull_requests": [
{"number": 1, "title": "add colors to buttons", "user": {"login": "ryanatkn"}, "draft": true}
]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c04bc33

Please sign in to comment.