aura-glass 3.4.5 → 3.4.6
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 +1 -1
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -537,7 +537,7 @@ Useful scripts:
|
|
|
537
537
|
|
|
538
538
|
## Release Evidence
|
|
539
539
|
|
|
540
|
-
The 3.4 surface redesign is verified by the release gate commands below — typecheck, token and style lints, the 31-check glass pipeline, 90 WCAG AA contrast checks, and 432 Jest suites with 2,373 tests — while 3.3-era package launch claims remain backed by checked-in evidence under `reports/3.3-release`. The
|
|
540
|
+
The 3.4 surface redesign is verified by the release gate commands below — typecheck, token and style lints, the 31-check glass pipeline, 90 WCAG AA contrast checks, and 432 Jest suites with 2,373 tests — while 3.3-era package launch claims remain backed by checked-in evidence under `reports/3.3-release`. The normal publish path uses `npm publish --access public --tag latest` from a clean release commit after the dry-run, pack, and integration gates pass; `package.json` enables npm provenance for trusted publishing environments.
|
|
541
541
|
|
|
542
542
|
Package gates:
|
|
543
543
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aura-glass",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.6",
|
|
4
4
|
"description": "Liquid Glass React and Next.js component library for polished dashboards, AI apps, media tools, and SaaS interfaces.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -504,12 +504,19 @@
|
|
|
504
504
|
"zod": "^3.22.0"
|
|
505
505
|
},
|
|
506
506
|
"overrides": {
|
|
507
|
+
"@grpc/grpc-js": "^1.14.4",
|
|
508
|
+
"@opentelemetry/core": "^2.9.0",
|
|
509
|
+
"@opentelemetry/resources": "^2.9.0",
|
|
510
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
507
511
|
"@tootallnate/once": "^3.0.1",
|
|
508
512
|
"github-build": {
|
|
509
513
|
"axios": "^1.16.0"
|
|
510
514
|
},
|
|
515
|
+
"protobufjs": "^7.6.5",
|
|
511
516
|
"scheduler": "^0.23.0",
|
|
512
|
-
"serialize-javascript": "^7.0.5"
|
|
517
|
+
"serialize-javascript": "^7.0.5",
|
|
518
|
+
"socket.io-adapter": "^2.5.8",
|
|
519
|
+
"ws": "^8.21.0"
|
|
513
520
|
},
|
|
514
521
|
"bundlesize": [
|
|
515
522
|
{
|