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 +3 -1
- package/dist/lit-toaster.js +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
package/dist/lit-toaster.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! lit-toaster v0.2.
|
|
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.
|
|
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": "^
|
|
75
|
+
"jsdom": "^27.0.0",
|
|
76
76
|
"prettier": "^3.6.2",
|
|
77
77
|
"release-it": "^19.0.4",
|
|
78
|
-
"rollup": "^4.50.
|
|
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.
|
|
83
|
+
"typedoc": "^0.28.13",
|
|
84
84
|
"typedoc-plugin-markdown": "^4.8.1",
|
|
85
85
|
"typescript": "^5.9.2",
|
|
86
|
-
"typescript-eslint": "^8.
|
|
86
|
+
"typescript-eslint": "^8.44.0",
|
|
87
87
|
"vitest": "^3.2.4"
|
|
88
88
|
},
|
|
89
89
|
"release-it": {
|