Skip to content

Commit ac5fc72

Browse files
committed
chore: reintegration complete
1 parent 18ce8cb commit ac5fc72

Some content is hidden

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

45 files changed

+111
-268
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"create-tanstack": "workspace:*",
3030
"create-tsrouter-app": "workspace:*",
3131
"@tanstack/cta-cli": "workspace:*",
32-
"@tanstack/cta-core": "workspace:*",
3332
"@tanstack/cta-custom-add-on": "workspace:*",
3433
"@tanstack/cta-engine": "workspace:*",
3534
"@tanstack/cta-mcp": "workspace:*",

packages/cta-cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"license": "MIT",
3030
"packageManager": "[email protected]",
3131
"dependencies": {
32-
"@tanstack/cta-core": "workspace:*",
3332
"@tanstack/cta-engine": "workspace:*",
3433
"@tanstack/cta-custom-add-on": "workspace:*",
3534
"@tanstack/cta-mcp": "workspace:*",

packages/cta-cli/src/cli.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ import chalk from 'chalk'
44

55
import {
66
SUPPORTED_PACKAGE_MANAGERS,
7+
addToApp,
8+
createApp,
79
getAllAddOns,
810
getFrameworkById,
911
getFrameworkByName,
1012
getFrameworks,
11-
} from '@tanstack/cta-core'
12-
import { addToApp, createApp } from '@tanstack/cta-engine'
13+
} from '@tanstack/cta-engine'
1314
import { initAddOn } from '@tanstack/cta-custom-add-on'
1415

1516
import { runMCPServer } from '@tanstack/cta-mcp'
@@ -20,7 +21,11 @@ import { normalizeOptions, promptForOptions } from './options.js'
2021

2122
import { createUIEnvironment } from './ui-environment.js'
2223

23-
import type { Mode, PackageManager, TemplateOptions } from '@tanstack/cta-core'
24+
import type {
25+
Mode,
26+
PackageManager,
27+
TemplateOptions,
28+
} from '@tanstack/cta-engine'
2429

2530
import type { CliOptions } from './types.js'
2631

packages/cta-cli/src/options.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
getFrameworkById,
1818
getPackageManager,
1919
loadRemoteAddOn,
20-
} from '@tanstack/cta-core'
20+
} from '@tanstack/cta-engine'
2121

2222
import type {
2323
AddOn,
@@ -26,7 +26,7 @@ import type {
2626
Starter,
2727
TemplateOptions,
2828
Variable,
29-
} from '@tanstack/cta-core'
29+
} from '@tanstack/cta-engine'
3030

3131
import type { CliOptions } from './types.js'
3232

packages/cta-cli/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { PackageManager, TemplateOptions } from '@tanstack/cta-core'
1+
import type { PackageManager, TemplateOptions } from '@tanstack/cta-engine'
22

33
export interface CliOptions {
44
template?: TemplateOptions

packages/cta-cli/src/ui-environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import {
99
} from '@clack/prompts'
1010
import chalk from 'chalk'
1111

12-
import { createDefaultEnvironment } from '@tanstack/cta-core'
12+
import { createDefaultEnvironment } from '@tanstack/cta-engine'
1313

14-
import type { Environment } from '@tanstack/cta-core'
14+
import type { Environment } from '@tanstack/cta-engine'
1515

1616
export function createUIEnvironment(): Environment {
1717
const defaultEnvironment = createDefaultEnvironment()

packages/cta-core/package.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

packages/cta-core/src/index.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/cta-core/tests/utils.test.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/cta-core/tsconfig.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)