@scaffoldly/rowdy 0.0.2-1-beta.20251015132125.0f95d07 → 0.0.2-1-beta.20251015153053.81e60f3

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +10138 -10137
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -239,6 +239,7 @@ type Image = {
239
239
  };
240
240
  declare class Api {
241
241
  private log;
242
+ static readonly SLUG = "@rowdy";
242
243
  private proxy?;
243
244
  private axios;
244
245
  constructor(log: Logger);