Skip to content

Commit 81ee503

Browse files
committed
chore(release): v5.26.1
1 parent 8715dee commit 81ee503

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/api-index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ Each entry links to the source module and shows the first sentence of its `@file
115115

116116
## effects/
117117

118-
| Subpath | Description |
119-
| ---------------------------------------------------------------------------- | ------------------------------------------------------- |
120-
| [`@socketsecurity/lib/effects/pulse-frames`](../src/effects/pulse-frames.ts) | Socket pulse animation frames generator. |
121-
| [`@socketsecurity/lib/effects/text-shimmer`](../src/effects/text-shimmer.ts) | Text shimmer animation utilities. |
122-
| [`@socketsecurity/lib/effects/types`](../src/effects/types.ts) | Shared types for effects (shimmer, pulse, ultra, etc.). |
123-
| [`@socketsecurity/lib/effects/ultra`](../src/effects/ultra.ts) | Ultrathink rainbow gradient effect. |
118+
| Subpath | Description |
119+
| -------------------------------------------------------------------------------------- | ----------------------------------------------------- |
120+
| [`@socketsecurity/lib/effects/pulse-frames`](../src/effects/pulse-frames.ts) | Socket pulse animation frames generator. |
121+
| [`@socketsecurity/lib/effects/shimmer`](../src/effects/shimmer.ts) | Shimmer animation engine — pure functions, zero deps. |
122+
| [`@socketsecurity/lib/effects/shimmer-keyframes`](../src/effects/shimmer-keyframes.ts) | SVG keyframe batcher for the shimmer engine. |
123+
| [`@socketsecurity/lib/effects/shimmer-terminal`](../src/effects/shimmer-terminal.ts) | Terminal renderer for the shimmer engine. |
124124

125125
## env/
126126

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "5.26.0",
3+
"version": "5.26.1",
44
"packageManager": "pnpm@11.0.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -271,17 +271,17 @@
271271
"types": "./dist/effects/pulse-frames.d.ts",
272272
"default": "./dist/effects/pulse-frames.js"
273273
},
274-
"./effects/text-shimmer": {
275-
"types": "./dist/effects/text-shimmer.d.ts",
276-
"default": "./dist/effects/text-shimmer.js"
274+
"./effects/shimmer": {
275+
"types": "./dist/effects/shimmer.d.ts",
276+
"default": "./dist/effects/shimmer.js"
277277
},
278-
"./effects/types": {
279-
"types": "./dist/effects/types.d.ts",
280-
"default": "./dist/effects/types.js"
278+
"./effects/shimmer-keyframes": {
279+
"types": "./dist/effects/shimmer-keyframes.d.ts",
280+
"default": "./dist/effects/shimmer-keyframes.js"
281281
},
282-
"./effects/ultra": {
283-
"types": "./dist/effects/ultra.d.ts",
284-
"default": "./dist/effects/ultra.js"
282+
"./effects/shimmer-terminal": {
283+
"types": "./dist/effects/shimmer-terminal.d.ts",
284+
"default": "./dist/effects/shimmer-terminal.js"
285285
},
286286
"./env": {
287287
"types": "./dist/env.d.ts",

0 commit comments

Comments
 (0)