Skip to content

Commit 119ebef

Browse files
authored
(fix) Fixing components/sdk package to be private, so we no longer publish it. (#14640)
We had an incident where this package overwrote the packages/sdk version of the package.
1 parent 70aca9e commit 119ebef

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

components/sdk/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pipedream SDK Components",
55
"main": "sdk.app.mjs",
66
"keywords": [
@@ -11,7 +11,5 @@
1111
],
1212
"homepage": "https://pipedream.com/docs/connect/workflows",
1313
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
14-
"publishConfig": {
15-
"access": "public"
16-
}
14+
"private": true
1715
}

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@
7373
"crypto": "^1.0.1",
7474
"uuid": "^8.3.2",
7575
"vue": "^2.6.14"
76+
},
77+
"pnpm": {
78+
"publishConfig": {
79+
"components/sdk": false
80+
}
7681
}
7782
}

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Pipedream SDK",
55
"main": "dist/server/index.js",
66
"module": "dist/server/index.js",

0 commit comments

Comments
 (0)