Skip to content

Commit 3925cd5

Browse files
authored
Merge branch 'main' into adm-update-readme
2 parents 6be27d5 + 3035507 commit 3925cd5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/nylas-connect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

packages/nylas-connect/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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",
@@ -23,7 +24,7 @@
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",
@@ -42,6 +43,9 @@
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",

0 commit comments

Comments
 (0)