Skip to content

Commit e847900

Browse files
committed
chore: wip
1 parent 05caadf commit e847900

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+75
-24
lines changed

.stacks/auto-imports.d.ts

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ declare module 'vue' {
8383
readonly capitalize: UnwrapRef<typeof import('./core/strings/src/utils')['capitalize']>
8484
readonly cdn: UnwrapRef<typeof import('../config/cdn')['default']>
8585
readonly chai: UnwrapRef<typeof import('vitest')['chai']>
86-
readonly chat: UnwrapRef<typeof import('./core/notifications/src/index')['chat']>
8786
readonly chatPath: UnwrapRef<typeof import('./core/path/src/index')['chatPath']>
8887
readonly clamp: UnwrapRef<typeof import('./core/utils/src/math')['clamp']>
8988
readonly clampArrayRange: UnwrapRef<typeof import('./core/arrays/src/index')['clampArrayRange']>
@@ -201,7 +200,7 @@ declare module 'vue' {
201200
readonly dynamodb: UnwrapRef<typeof import('./core/cache/src/index')['dynamodb']>
202201
readonly eagerComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['eagerComputed']>
203202
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
204-
readonly email: UnwrapRef<typeof import('./core/notifications/src/index')['email']>
203+
readonly email: UnwrapRef<typeof import('../config/email')['default']>
205204
readonly emailPath: UnwrapRef<typeof import('./core/path/src/index')['emailPath']>
206205
readonly encrypt: UnwrapRef<typeof import('./core/security/src/crypt')['encrypt']>
207206
readonly ensurePrefix: UnwrapRef<typeof import('./core/strings/src/utils')['ensurePrefix']>
@@ -395,7 +394,7 @@ declare module 'vue' {
395394
readonly normalizeString: UnwrapRef<typeof import('./core/path/src/index')['normalizeString']>
396395
readonly not: UnwrapRef<typeof import('./core/utils/src/math')['not']>
397396
readonly notUndefined: UnwrapRef<typeof import('./core/utils/src/guards')['notUndefined']>
398-
readonly notification: UnwrapRef<typeof import('./core/notifications/src/index')['notification']>
397+
readonly notification: UnwrapRef<typeof import('../config/notification')['default']>
399398
readonly notificationsPath: UnwrapRef<typeof import('./core/path/src/index')['notificationsPath']>
400399
readonly objectEntries: UnwrapRef<typeof import('./core/objects/src/index')['objectEntries']>
401400
readonly objectKeys: UnwrapRef<typeof import('./core/objects/src/index')['objectKeys']>
@@ -505,7 +504,6 @@ declare module 'vue' {
505504
readonly sleep: UnwrapRef<typeof import('./core/utils/src/promise')['sleep']>
506505
readonly slug: UnwrapRef<typeof import('./core/strings/src/utils')['slug']>
507506
readonly sms77: UnwrapRef<typeof import('./core/sms/src/index')['sms77']>
508-
readonly sms: UnwrapRef<typeof import('./core/notifications/src/index')['sms']>
509507
readonly smsPath: UnwrapRef<typeof import('./core/path/src/index')['smsPath']>
510508
readonly snakeCase: UnwrapRef<typeof import('./core/strings/src/case')['snakeCase']>
511509
readonly sns: UnwrapRef<typeof import('./core/sms/src/index')['sns']>
@@ -818,7 +816,6 @@ declare module 'vue' {
818816
const capitalize: typeof import('./core/strings/src/utils')['capitalize']
819817
const cdn: typeof import('../config/cdn')['default']
820818
const chai: typeof import('vitest')['chai']
821-
const chat: typeof import('./core/notifications/src/index')['chat']
822819
const chatPath: typeof import('./core/path/src/index')['chatPath']
823820
const clamp: typeof import('./core/utils/src/math')['clamp']
824821
const clampArrayRange: typeof import('./core/arrays/src/index')['clampArrayRange']
@@ -936,7 +933,7 @@ declare module 'vue' {
936933
const dynamodb: typeof import('./core/cache/src/index')['dynamodb']
937934
const eagerComputed: typeof import('./core/utils/src/vendors')['eagerComputed']
938935
const effectScope: typeof import('vue')['effectScope']
939-
const email: typeof import('./core/notifications/src/index')['email']
936+
const email: typeof import('../config/email')['default']
940937
const emailPath: typeof import('./core/path/src/index')['emailPath']
941938
const encrypt: typeof import('./core/security/src/crypt')['encrypt']
942939
const ensurePrefix: typeof import('./core/strings/src/utils')['ensurePrefix']
@@ -1130,7 +1127,7 @@ declare module 'vue' {
11301127
const normalizeString: typeof import('./core/path/src/index')['normalizeString']
11311128
const not: typeof import('./core/utils/src/math')['not']
11321129
const notUndefined: typeof import('./core/utils/src/guards')['notUndefined']
1133-
const notification: typeof import('./core/notifications/src/index')['notification']
1130+
const notification: typeof import('../config/notification')['default']
11341131
const notificationsPath: typeof import('./core/path/src/index')['notificationsPath']
11351132
const objectEntries: typeof import('./core/objects/src/index')['objectEntries']
11361133
const objectKeys: typeof import('./core/objects/src/index')['objectKeys']
@@ -1239,7 +1236,6 @@ declare module 'vue' {
12391236
const slash: typeof import('./core/strings/src/utils')['slash']
12401237
const sleep: typeof import('./core/utils/src/promise')['sleep']
12411238
const slug: typeof import('./core/strings/src/utils')['slug']
1242-
const sms: typeof import('./core/notifications/src/index')['sms']
12431239
const sms77: typeof import('./core/sms/src/index')['sms77']
12441240
const smsPath: typeof import('./core/path/src/index')['smsPath']
12451241
const snakeCase: typeof import('./core/strings/src/case')['snakeCase']
@@ -1562,7 +1558,6 @@ declare module 'vue' {
15621558
readonly capitalize: UnwrapRef<typeof import('./core/strings/src/utils')['capitalize']>
15631559
readonly cdn: UnwrapRef<typeof import('../config/cdn')['default']>
15641560
readonly chai: UnwrapRef<typeof import('vitest')['chai']>
1565-
readonly chat: UnwrapRef<typeof import('./core/notifications/src/index')['chat']>
15661561
readonly chatPath: UnwrapRef<typeof import('./core/path/src/index')['chatPath']>
15671562
readonly clamp: UnwrapRef<typeof import('./core/utils/src/math')['clamp']>
15681563
readonly clampArrayRange: UnwrapRef<typeof import('./core/arrays/src/index')['clampArrayRange']>
@@ -1680,7 +1675,7 @@ declare module 'vue' {
16801675
readonly dynamodb: UnwrapRef<typeof import('./core/cache/src/index')['dynamodb']>
16811676
readonly eagerComputed: UnwrapRef<typeof import('./core/utils/src/vendors')['eagerComputed']>
16821677
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
1683-
readonly email: UnwrapRef<typeof import('./core/notifications/src/index')['email']>
1678+
readonly email: UnwrapRef<typeof import('../config/email')['default']>
16841679
readonly emailPath: UnwrapRef<typeof import('./core/path/src/index')['emailPath']>
16851680
readonly encrypt: UnwrapRef<typeof import('./core/security/src/crypt')['encrypt']>
16861681
readonly ensurePrefix: UnwrapRef<typeof import('./core/strings/src/utils')['ensurePrefix']>
@@ -1874,7 +1869,7 @@ declare module 'vue' {
18741869
readonly normalizeString: UnwrapRef<typeof import('./core/path/src/index')['normalizeString']>
18751870
readonly not: UnwrapRef<typeof import('./core/utils/src/math')['not']>
18761871
readonly notUndefined: UnwrapRef<typeof import('./core/utils/src/guards')['notUndefined']>
1877-
readonly notification: UnwrapRef<typeof import('./core/notifications/src/index')['notification']>
1872+
readonly notification: UnwrapRef<typeof import('../config/notification')['default']>
18781873
readonly notificationsPath: UnwrapRef<typeof import('./core/path/src/index')['notificationsPath']>
18791874
readonly objectEntries: UnwrapRef<typeof import('./core/objects/src/index')['objectEntries']>
18801875
readonly objectKeys: UnwrapRef<typeof import('./core/objects/src/index')['objectKeys']>
@@ -1984,7 +1979,6 @@ declare module 'vue' {
19841979
readonly sleep: UnwrapRef<typeof import('./core/utils/src/promise')['sleep']>
19851980
readonly slug: UnwrapRef<typeof import('./core/strings/src/utils')['slug']>
19861981
readonly sms77: UnwrapRef<typeof import('./core/sms/src/index')['sms77']>
1987-
readonly sms: UnwrapRef<typeof import('./core/notifications/src/index')['sms']>
19881982
readonly smsPath: UnwrapRef<typeof import('./core/path/src/index')['smsPath']>
19891983
readonly snakeCase: UnwrapRef<typeof import('./core/strings/src/case')['snakeCase']>
19901984
readonly sns: UnwrapRef<typeof import('./core/sms/src/index')['sns']>

.stacks/core/actions/build.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

13+
clean: true,
1214
declaration: true,
1315
})

.stacks/core/ai/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

.stacks/core/alias/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

.stacks/core/analytics/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

.stacks/core/arrays/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

.stacks/core/auth/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

.stacks/core/buddy/src/commands/dev.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ async function dev(buddy: CLI) {
8181
process.exit()
8282
}
8383

84-
outro('Finished running dev:components.', { startTime: perf, useSeconds: true })
84+
console.log('')
85+
outro('Exited', { startTime: perf, useSeconds: true })
8586
process.exit(ExitCode.Success)
8687
})
8788

.stacks/core/build/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

.stacks/core/cache/build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineBuildConfig({
66
builder: 'mkdist',
77
input: './src/',
88
outDir: './dist/',
9+
format: 'esm',
910
},
1011
],
1112

0 commit comments

Comments
 (0)