@cruxjs/base 0.0.9 → 0.1.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.
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
 
10
10
  <div align="center">
11
- <img src="https://img.shields.io/badge/v-0.0.9-black"/>
11
+ <img src="https://img.shields.io/badge/v-0.1.0-black"/>
12
12
  <img src="https://img.shields.io/badge/🔥-@cruxjs-black"/>
13
13
  <br>
14
14
  <img src="https://img.shields.io/github/issues/cruxjs-org/base?style=flat" alt="Github Repo Issues" />
package/dist/index.d.cts CHANGED
@@ -39,10 +39,6 @@ interface AppConfig {
39
39
  target?: 'browser' | 'bun';
40
40
  external?: string[];
41
41
  };
42
- ui?: {
43
- package: string;
44
- output: string;
45
- };
46
42
  style?: {
47
43
  entry: string;
48
44
  output: string;
@@ -119,10 +115,6 @@ interface LifecycleContext {
119
115
  success: boolean;
120
116
  outputs: string[];
121
117
  };
122
- uiBuild?: {
123
- success: boolean;
124
- output: string;
125
- } | null;
126
118
  styleBuild?: {
127
119
  success: boolean;
128
120
  output: string;
package/dist/index.d.ts CHANGED
@@ -39,10 +39,6 @@ interface AppConfig {
39
39
  target?: 'browser' | 'bun';
40
40
  external?: string[];
41
41
  };
42
- ui?: {
43
- package: string;
44
- output: string;
45
- };
46
42
  style?: {
47
43
  entry: string;
48
44
  output: string;
@@ -119,10 +115,6 @@ interface LifecycleContext {
119
115
  success: boolean;
120
116
  outputs: string[];
121
117
  };
122
- uiBuild?: {
123
- success: boolean;
124
- output: string;
125
- } | null;
126
118
  styleBuild?: {
127
119
  success: boolean;
128
120
  output: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cruxjs/base",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "description": "Core types and utilities for building CruxJS applications and plugins. A shared foundation for @cruxjs/app and plugin packages.",
5
5
  "keywords": ["cruxjs", "base", "types"],
6
6
  "license": "MIT",