Skip to content

Commit d53753a

Browse files
committed
fix: linked package declared as runtime dependency
1 parent 730edd6 commit d53753a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/sdks/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latitude-data/sdk",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Latitude SDK for Typescript",
55
"author": "Latitude Data SL <hello@latitude.so>",
66
"license": "LGPL-3.0",
@@ -42,13 +42,13 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@latitude-data/constants": "workspace:*",
4645
"eventsource-parser": "^2.0.1",
4746
"node-fetch": "3.3.2",
4847
"promptl-ai": "^0.5.4",
4948
"zod": "^3.23.8"
5049
},
5150
"devDependencies": {
51+
"@latitude-data/constants": "workspace:*",
5252
"@latitude-data/compiler": "workspace:^",
5353
"@latitude-data/eslint-config": "workspace:*",
5454
"@latitude-data/typescript-config": "workspace:^",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)