File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/sdk" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Pipedream SDK Components" ,
5
5
"main" : " sdk.app.mjs" ,
6
6
"keywords" : [
11
11
],
12
12
"homepage" : " https://pipedream.com/docs/connect/workflows" ,
13
13
"author" :
" Pipedream <[email protected] > (https://pipedream.com/)" ,
14
- "publishConfig" : {
15
- "access" : " public"
16
- }
14
+ "private" : true
17
15
}
Original file line number Diff line number Diff line change 73
73
"crypto" : " ^1.0.1" ,
74
74
"uuid" : " ^8.3.2" ,
75
75
"vue" : " ^2.6.14"
76
+ },
77
+ "pnpm" : {
78
+ "publishConfig" : {
79
+ "components/sdk" : false
80
+ }
76
81
}
77
82
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/sdk" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Pipedream SDK" ,
5
5
"main" : " dist/server/index.js" ,
6
6
"module" : " dist/server/index.js" ,
You can’t perform that action at this time.
0 commit comments