File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# @nylas/connect
22
3+ ## 0.0.3
4+
5+ ### Patch Changes
6+
7+ - 2ef30c8: Fix NPM publishing configuration by adding publishConfig for scoped package access
8+
39## 0.0.2
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @nylas/connect" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " Modern, lightweight Nylas connection library with PKCE support" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
88 "type" : " module" ,
9+ "private" : false ,
910 "exports" : {
1011 "." : {
1112 "import" : " ./dist/index.js" ,
2324 "typecheck" : " tsc --noEmit" ,
2425 "format" : " pnpm --workspace-root prettier --write packages/nylas-connect/" ,
2526 "format:check" : " pnpm --workspace-root prettier --check packages/nylas-connect/" ,
26- "lint" : " oxlint --fix ." ,
27+ "lint" : " oxlint --fix . && exit 0 " ,
2728 "lint:check" : " oxlint ." ,
2829 "clean" : " rm -rf dist" ,
2930 "test" : " vitest run" ,
4243 ],
4344 "author" : " Nylas Inc." ,
4445 "license" : " MIT" ,
46+ "publishConfig" : {
47+ "access" : " public"
48+ },
4549 "packageManager" : " pnpm@10.7.1" ,
4650 "devDependencies" : {
4751 "@types/node" : " ^20.11.13" ,
You can’t perform that action at this time.
0 commit comments