@aceshooting/lyra-ui 14.1.0 → 14.1.1
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 14.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9cb130c: Update development dependencies and restore dependency-upgrade compatibility with pnpm 12, including its separate environment and workspace lockfile documents.
|
|
8
|
+
|
|
3
9
|
## 14.1.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated from package.json by scripts/generate-package-metadata.mjs.
|
|
3
3
|
* Run `pnpm package-metadata` after changing package identity or version.
|
|
4
4
|
*/
|
|
5
|
-
export declare const LYRA_PACKAGE_NAME:'@aceshooting/lyra-ui';export declare const LYRA_PACKAGE_VERSION:'14.1.
|
|
5
|
+
export declare const LYRA_PACKAGE_NAME:'@aceshooting/lyra-ui';export declare const LYRA_PACKAGE_VERSION:'14.1.1';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const LYRA_PACKAGE_NAME="@aceshooting/lyra-ui",LYRA_PACKAGE_VERSION="14.1.
|
|
1
|
+
const LYRA_PACKAGE_NAME="@aceshooting/lyra-ui",LYRA_PACKAGE_VERSION="14.1.1";export{LYRA_PACKAGE_NAME,LYRA_PACKAGE_VERSION};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aceshooting/lyra-ui",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1",
|
|
4
4
|
"description": "Free, independent Lit web components: an open-source alternative to Shoelace and Web Awesome with accessible forms, dashboards, charts, and agent UI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -2431,7 +2431,7 @@
|
|
|
2431
2431
|
"istanbul-lib-report": "^3.0.1",
|
|
2432
2432
|
"istanbul-reports": "^3.2.0",
|
|
2433
2433
|
"jszip": "^3.10.1",
|
|
2434
|
-
"katex": "^0.18.
|
|
2434
|
+
"katex": "^0.18.6",
|
|
2435
2435
|
"libphonenumber-js": "^1.13.12",
|
|
2436
2436
|
"mammoth": "^1.12.2",
|
|
2437
2437
|
"maplibre-gl": "^6.7.0",
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
"papaparse": "^5.7.0",
|
|
2441
2441
|
"pdfjs-dist": "^6.3.289",
|
|
2442
2442
|
"pixelmatch": "^7.2.0",
|
|
2443
|
-
"playwright": "^1.
|
|
2443
|
+
"playwright": "^1.63.0",
|
|
2444
2444
|
"pngjs": "^7.0.0",
|
|
2445
2445
|
"postal-mime": "^3.0.0",
|
|
2446
2446
|
"qrcode": "^1.5.4",
|