@stacksjs/registry 0.70.87 → 0.70.88

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/registry",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.70.87",
5
+ "version": "0.70.88",
6
6
  "description": "The Stacks Registry.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
package/dist/index.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import type { StackExtensionRegistry } from '@stacksjs/types';
2
- export declare const registry: Registry;
3
- export type Registry = StackExtensionRegistry;
4
- export default registry;
package/dist/index.js DELETED
@@ -1,2 +0,0 @@
1
- // @bun
2
- var t=[{name:"stacks",url:"stacksjs.com",github:"stacksjs/stacks"}],e=t;export{t as registry,e as default};