Skip to content

Commit 37064e4

Browse files
committed
more sub pathing and explicit dependency definitions
1 parent c495fb1 commit 37064e4

3 files changed

Lines changed: 153 additions & 2 deletions

File tree

apps/site/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"@node-core/ui-components": "workspace: *",
2727
"@node-core/website-i18n": "workspace: *",
2828
"@nodevu/core": "0.3.0",
29+
"@opentelemetry/api-logs": "~0.200.0",
30+
"@opentelemetry/instrumentation": "~0.200.0",
31+
"@opentelemetry/resources": "~1.30.1",
32+
"@opentelemetry/sdk-logs": "~0.200.0",
2933
"@orama/react-components": "^0.6.4",
3034
"@oramacloud/client": "^2.1.4",
3135
"@radix-ui/react-slot": "^1.1.2",
@@ -45,6 +49,7 @@
4549
"github-slugger": "~2.0.0",
4650
"glob": "~11.0.1",
4751
"gray-matter": "~4.0.3",
52+
"hast-util-to-string": "~3.0.1",
4853
"next": "15.3.0",
4954
"next-intl": "~4.0.2",
5055
"next-themes": "~0.4.6",

packages/ui-components/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@node-core/ui-components",
33
"type": "module",
4+
"files": [
5+
"Common",
6+
"Containers",
7+
"Icons",
8+
"styles"
9+
],
10+
"exports": {
11+
"./Common/*": "./Common/*",
12+
"./Common/*/*": "./Common/*/*",
13+
"./Containers/*": "./Containers/*",
14+
"./Containers/*/*": "./Containers/*/*",
15+
"./Icons/*": "./Icons/*",
16+
"./Icons/*/*": "./Icons/*/*",
17+
"./styles/*": "./styles/*"
18+
},
419
"scripts": {
520
"check-types": "tsc --noEmit",
621
"lint:js": "eslint \"**/*.{js,mjs,ts,tsx}\"",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)