Skip to content

Commit a47e00e

Browse files
committed
chore: rename package
1 parent f3e484f commit a47e00e

19 files changed

Lines changed: 30 additions & 38 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requests and surfaces them in Rozenite DevTools. DevTools are runtime
2020
agnostic, so they work with on-device and remote runtimes.
2121

2222
```bash
23-
npm install @react-native-ai/dev-tools-plugin
23+
npm install @react-native-ai/dev-tools
2424
```
2525

2626
Rozenite must be installed and enabled in your app. See the

bun.lock

Lines changed: 19 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DevTools are runtime agnostic, so they work with on-device and remote runtimes.
1313
## Installation
1414

1515
```bash
16-
npm install @react-native-ai/dev-tools-plugin
16+
npm install @react-native-ai/dev-tools
1717
```
1818

1919
## Rozenite setup
@@ -30,7 +30,7 @@ https://www.rozenite.dev/docs/getting-started
3030
import {
3131
getAiSdkTracer,
3232
useAiSdkDevTools,
33-
} from '@react-native-ai/dev-tools-plugin';
33+
} from '@react-native-ai/dev-tools';
3434

3535
export function App() {
3636
useAiSdkDevTools();
@@ -43,7 +43,7 @@ export function App() {
4343
```ts
4444
import { generateText } from 'ai';
4545
import { openai } from '@ai-sdk/openai';
46-
import { getAiSdkTracer } from '@react-native-ai/dev-tools-plugin';
46+
import { getAiSdkTracer } from '@react-native-ai/dev-tools';
4747

4848
const tracer = getAiSdkTracer({
4949
serviceName: 'my-app',
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@react-native-ai/dev-tools-plugin",
2+
"name": "@react-native-ai/dev-tools",
33
"version": "0.12.0",
44
"description": "DevTools plugin for AI SDK profiling.",
55
"type": "module",
@@ -50,6 +50,7 @@
5050
"url": "https://github.com/callstackincubator/ai/issues"
5151
},
5252
"publishConfig": {
53-
"registry": "https://registry.npmjs.org/"
53+
"registry": "https://registry.npmjs.org/",
54+
"access": "public"
5455
}
5556
}
File renamed without changes.
File renamed without changes.

packages/dev-tools-plugin/src/react-native/getAiSdkTracer.ts renamed to packages/dev-tools/src/react-native/getAiSdkTracer.ts

File renamed without changes.

packages/dev-tools-plugin/src/react-native/span-exporter.ts renamed to packages/dev-tools/src/react-native/span-exporter.ts

File renamed without changes.

0 commit comments

Comments
 (0)