lit-toaster 0.2.1 → 0.2.2

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/README.md CHANGED
@@ -62,7 +62,9 @@ export class MyElement extends LitElement {
62
62
  type="button"
63
63
  @click=${(): void =>
64
64
  toast.show("Here's your toast - peace and much love.")}
65
- ></button>
65
+ >
66
+ Create toast
67
+ </button>
66
68
  </div>`;
67
69
  }
68
70
 
@@ -1,4 +1,4 @@
1
- /*! lit-toaster v0.2.1 Copyright (c) 2025 Bryson Ward and contributors MIT License*/
1
+ /*! lit-toaster v0.2.2 Copyright (c) 2025 Bryson Ward and contributors MIT License*/
2
2
  import { css, LitElement, html } from 'lit';
3
3
  import { property, state, customElement } from 'lit/decorators.js';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lit-toaster",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "engines": {
5
5
  "node": ">=20",
6
6
  "npm": ">=9.6.3",
@@ -72,18 +72,18 @@
72
72
  "eslint-plugin-lit": "^2.1.1",
73
73
  "eslint-plugin-prettier": "^5.5.4",
74
74
  "eslint-plugin-security": "^3.0.1",
75
- "jsdom": "^26.1.0",
75
+ "jsdom": "^27.0.0",
76
76
  "prettier": "^3.6.2",
77
77
  "release-it": "^19.0.4",
78
- "rollup": "^4.50.1",
78
+ "rollup": "^4.50.2",
79
79
  "rollup-plugin-cleanup": "^3.2.1",
80
80
  "rollup-plugin-delete": "^3.0.1",
81
81
  "rollup-plugin-dts": "^6.2.3",
82
82
  "size-limit": "^11.2.0",
83
- "typedoc": "^0.28.12",
83
+ "typedoc": "^0.28.13",
84
84
  "typedoc-plugin-markdown": "^4.8.1",
85
85
  "typescript": "^5.9.2",
86
- "typescript-eslint": "^8.43.0",
86
+ "typescript-eslint": "^8.44.0",
87
87
  "vitest": "^3.2.4"
88
88
  },
89
89
  "release-it": {