aerobuilt 0.2.10 → 0.3.1

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.
@@ -0,0 +1,3 @@
1
+ import core_default from "@aerobuilt/core";
2
+ import { MountOptions } from "@aerobuilt/core/types";
3
+ export { type MountOptions, core_default as default };
@@ -0,0 +1 @@
1
+ import e from"@aerobuilt/core";export{e as default};
@@ -0,0 +1,2 @@
1
+ import { AeroConfig, AeroConfigFunction, AeroUserConfig, createViteConfig, defineConfig, getDefaultOptions } from "@aerobuilt/config";
2
+ export { type AeroConfig, type AeroConfigFunction, type AeroUserConfig, createViteConfig, defineConfig, getDefaultOptions };
@@ -0,0 +1 @@
1
+ import{createViteConfig as e,defineConfig as t,getDefaultOptions as n}from"@aerobuilt/config";export{e as createViteConfig,t as defineConfig,n as getDefaultOptions};
@@ -0,0 +1,2 @@
1
+ import { ContentCollectionConfig, ContentConfig, ContentDocument, ContentMeta, defineCollection, defineConfig, render } from "@aerobuilt/content";
2
+ export { type ContentCollectionConfig, type ContentConfig, type ContentDocument, type ContentMeta, defineCollection, defineConfig, render };
@@ -0,0 +1 @@
1
+ import{defineCollection as e,defineConfig as t,render as n}from"@aerobuilt/content";export{e as defineCollection,t as defineConfig,n as render};
@@ -0,0 +1,2 @@
1
+ import { aero } from "@aerobuilt/core/vite";
2
+ export { aero };
package/dist/vite.mjs ADDED
@@ -0,0 +1 @@
1
+ import{aero as e}from"@aerobuilt/core/vite";export{e as aero};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aerobuilt",
3
- "version": "0.2.10",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Jamie Wilson",
@@ -15,32 +15,32 @@
15
15
  ],
16
16
  "exports": {
17
17
  ".": {
18
- "types": "./dist/client.d.ts",
19
- "default": "./dist/client.js"
18
+ "types": "./dist/client.d.mts",
19
+ "default": "./dist/client.mjs"
20
20
  },
21
21
  "./config": {
22
- "types": "./dist/config.d.ts",
23
- "default": "./dist/config.js"
22
+ "types": "./dist/config.d.mts",
23
+ "default": "./dist/config.mjs"
24
24
  },
25
25
  "./content": {
26
- "types": "./dist/content.d.ts",
27
- "default": "./dist/content.js"
26
+ "types": "./dist/content.d.mts",
27
+ "default": "./dist/content.mjs"
28
28
  },
29
29
  "./vite": {
30
- "types": "./dist/vite.d.ts",
31
- "default": "./dist/vite.js"
30
+ "types": "./dist/vite.d.mts",
31
+ "default": "./dist/vite.mjs"
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@aerobuilt/core": "0.2.10",
36
- "@aerobuilt/config": "0.2.10",
37
- "@aerobuilt/content": "0.2.10"
35
+ "@aerobuilt/core": "0.3.1",
36
+ "@aerobuilt/config": "0.3.1",
37
+ "@aerobuilt/content": "0.3.1"
38
38
  },
39
39
  "devDependencies": {
40
- "tsup": "^8.5.1",
40
+ "tsdown": "^0.21.0-beta.2",
41
41
  "typescript": "^5.9.3"
42
42
  },
43
43
  "scripts": {
44
- "build": "tsup src/client.ts src/config.ts src/content.ts src/vite.ts --format esm --dts --clean --out-dir dist --minify"
44
+ "build": "tsdown src/client.ts src/config.ts src/content.ts src/vite.ts --format esm --dts --clean --out-dir dist --minify"
45
45
  }
46
46
  }
package/dist/client.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export { default } from '@aerobuilt/core';
2
- export { MountOptions } from '@aerobuilt/core/types';
3
- import '@aerobuilt/config';
4
- import '@aerobuilt/content';
5
- import '@aerobuilt/core/vite';
package/dist/client.js DELETED
@@ -1 +0,0 @@
1
- import{default as e}from"@aerobuilt/core";export{e as default};
package/dist/config.d.ts DELETED
@@ -1 +0,0 @@
1
- export { AeroConfig, AeroConfigFunction, AeroUserConfig, createViteConfig, defineConfig, getDefaultOptions } from '@aerobuilt/config';
package/dist/config.js DELETED
@@ -1 +0,0 @@
1
- import{defineConfig as i,createViteConfig as f,getDefaultOptions as n}from"@aerobuilt/config";export{f as createViteConfig,i as defineConfig,n as getDefaultOptions};
package/dist/content.d.ts DELETED
@@ -1 +0,0 @@
1
- export { ContentCollectionConfig, ContentConfig, ContentDocument, ContentMeta, defineCollection, defineConfig, render } from '@aerobuilt/content';
package/dist/content.js DELETED
@@ -1 +0,0 @@
1
- import{defineCollection as o,defineConfig as t,render as C}from"@aerobuilt/content";export{o as defineCollection,t as defineConfig,C as render};
package/dist/vite.d.ts DELETED
@@ -1 +0,0 @@
1
- export { aero } from '@aerobuilt/core/vite';
package/dist/vite.js DELETED
@@ -1 +0,0 @@
1
- import{aero as e}from"@aerobuilt/core/vite";export{e as aero};