@nitida/sdk 0.21.0 → 0.22.0

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.
@@ -119,15 +119,3 @@ export {
119
119
  type UsageWindow,
120
120
  type VariantPreset,
121
121
  } from "..";
122
-
123
- // ---------------------------------------------------------------------------
124
- // Legacy names (pre-`nitida` rename, 2026-08-16)
125
- // ---------------------------------------------------------------------------
126
-
127
- /**
128
- * @deprecated Renamed to `Nitida*`. These aliases keep code written against the
129
- * old `@aquienpz/*` packages compiling unchanged — same class, same instance,
130
- * just a second name. They are not going away on a schedule, but new code
131
- * should use the `Nitida*` names.
132
- */
133
- export { NitidaClient as AquienpzClient };
package/src/web/index.ts CHANGED
@@ -329,15 +329,3 @@ export async function compressImages(
329
329
  }
330
330
  return results;
331
331
  }
332
-
333
- // ---------------------------------------------------------------------------
334
- // Legacy names (pre-`nitida` rename, 2026-08-16)
335
- // ---------------------------------------------------------------------------
336
-
337
- /**
338
- * @deprecated Renamed to `Nitida*`. These aliases keep code written against the
339
- * old `@aquienpz/*` packages compiling unchanged — same class, same instance,
340
- * just a second name. They are not going away on a schedule, but new code
341
- * should use the `Nitida*` names.
342
- */
343
- export { NitidaClient as AquienpzClient };