Skip to content

Commit d2aba72

Browse files
committed
Prep for patch
1 parent 4bf7205 commit d2aba72

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![npm (scoped)](https://img.shields.io/npm/v/@zerodevx/svelte-toast/latest)](https://www.npmjs.com/package/@zerodevx/svelte-toast)
2-
![Lines of code](https://img.shields.io/endpoint?url=https%3A%2F%2Fzerodevx.github.io%2Fsvelte-toast%2F_loc.json)
3-
![Size minified](https://img.shields.io/endpoint?url=https%3A%2F%2Fzerodevx.github.io%2Fsvelte-toast%2F_min.json)
4-
![Size gzipped](https://img.shields.io/endpoint?url=https%3A%2F%2Fzerodevx.github.io%2Fsvelte-toast%2F_gzip.json)
2+
[![Lines of code](https://img.shields.io/endpoint?url=https%3A%2F%2Fzerodevx.github.io%2Fsvelte-toast%2F_loc.json)](https://github.com/AlDanial/cloc)
3+
[![Size minified](https://img.shields.io/endpoint?url=https%3A%2F%2Fzerodevx.github.io%2Fsvelte-toast%2F_min.json)](https://cdn.jsdelivr.net/npm/@zerodevx/svelte-toast)
4+
[![Size gzipped](https://img.shields.io/endpoint?url=https%3A%2F%2Fzerodevx.github.io%2Fsvelte-toast%2F_gzip.json)](https://cdn.jsdelivr.net/npm/@zerodevx/svelte-toast)
55

66
# svelte-toast
77

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@zerodevx/svelte-toast",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Simple elegant toast notifications",
55
"author": "Jason Lee <[email protected]>",
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build",
99
"preview": "vite preview",
10-
"package": "svelte-kit sync && svelte-package && vite build -c vite.dist.config.js",
10+
"package": "zx build-all.mjs --packageOnly",
1111
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
1212
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
1313
"lint": "prettier --plugin-search-dir . --check . && eslint .",
@@ -23,13 +23,13 @@
2323
"@fontsource/inter": "^4.5.15",
2424
"@playwright/test": "^1.31.1",
2525
"@sveltejs/adapter-static": "^2.0.1",
26-
"@sveltejs/kit": "^1.8.3",
26+
"@sveltejs/kit": "^1.8.5",
2727
"@sveltejs/package": "^2.0.2",
2828
"@sveltejs/vite-plugin-svelte": "^2.0.3",
2929
"autoprefixer": "^10.4.13",
3030
"camelcase": "^7.0.1",
31-
"daisyui": "^2.51.0",
32-
"eslint": "^8.34.0",
31+
"daisyui": "^2.51.1",
32+
"eslint": "^8.35.0",
3333
"eslint-config-prettier": "^8.6.0",
3434
"eslint-plugin-svelte3": "^4.0.0",
3535
"is-port-reachable": "^4.0.0",
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"svelte": "./index.js",
61-
"jsdelivr": "./dist/index.umd.cjs",
61+
"jsdelivr": "./dist/index.umd.js",
6262
"files": [
6363
"**/*"
6464
],

0 commit comments

Comments
 (0)