File tree 7 files changed +35
-16
lines changed
7 files changed +35
-16
lines changed Original file line number Diff line number Diff line change 12
12
"publish-cli" : " turbo build --filter='@dub/cli' && cd packages/cli && npm publish && cd ../../" ,
13
13
"publish-embed-core" : " turbo build --filter='@dub/embed-core' && cd packages/embeds/core && npm publish && cd ../../../" ,
14
14
"publish-embed-react" : " turbo build --filter='@dub/embed-react' && cd packages/embeds/react && npm publish && cd ../../../" ,
15
+ "publish-prisma" : " turbo build --filter='@dub/prisma' && cd packages/prisma && npm publish && cd ../../" ,
15
16
"publish-tw" : " turbo build --filter='@dub/tailwind-config' && cd packages/tailwind-config && npm publish && cd ../../" ,
16
17
"publish-ui" : " turbo build --filter='@dub/ui' && cd packages/ui && npm publish && cd ../../" ,
17
18
"publish-utils" : " turbo build --filter='@dub/utils' && cd packages/utils && npm publish && cd ../../" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dub/embed-core" ,
3
- "description" : " Vanilla JS core script that embeds Dub's referral dashboard ." ,
4
- "version" : " 0.0.2 " ,
3
+ "description" : " Vanilla JS core script that embeds Dub's dashboards ." ,
4
+ "version" : " 0.0.6 " ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.js" ,
7
7
"module" : " ./dist/index.mjs" ,
28
28
"homepage" : " https://dub.co" ,
29
29
"repository" : {
30
30
"type" : " git" ,
31
- "url" : " git+https://github.com/steven-tey /dub.git"
31
+ "url" : " git+https://github.com/dubinc /dub.git"
32
32
},
33
33
"bugs" : {
34
- "url" : " https://github.com/steven-tey /dub/issues"
34
+ "url" : " https://github.com/dubinc /dub/issues"
35
35
},
36
36
"keywords" : [
37
37
" dub" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dub/embed-react" ,
3
3
"description" : " Embed React components for Dub." ,
4
- "version" : " 0.0.5 " ,
4
+ "version" : " 0.0.6 " ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.js" ,
7
7
"module" : " ./dist/index.mjs" ,
39
39
"homepage" : " https://dub.co" ,
40
40
"repository" : {
41
41
"type" : " git" ,
42
- "url" : " git+https://github.com/steven-tey /dub.git"
42
+ "url" : " git+https://github.com/dubinc /dub.git"
43
43
},
44
44
"bugs" : {
45
- "url" : " https://github.com/steven-tey /dub/issues"
45
+ "url" : " https://github.com/dubinc /dub/issues"
46
46
},
47
47
"keywords" : [
48
48
" dub" ,
Original file line number Diff line number Diff line change 27
27
"." : " ./index.ts" ,
28
28
"./edge" : " ./edge.ts" ,
29
29
"./client" : " ./client.ts"
30
+ },
31
+ "author" :
" Steven Tey <[email protected] >" ,
32
+ "homepage" : " https://dub.co" ,
33
+ "repository" : {
34
+ "type" : " git" ,
35
+ "url" : " git+https://github.com/dubinc/dub.git"
36
+ },
37
+ "bugs" : {
38
+ "url" : " https://github.com/dubinc/dub/issues"
39
+ },
40
+ "keywords" : [
41
+ " dub" ,
42
+ " dub.co" ,
43
+ " prisma" ,
44
+ " planetscale"
45
+ ],
46
+ "publishConfig" : {
47
+ "access" : " public"
30
48
}
31
49
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dub/tailwind-config" ,
3
3
"description" : " Tailwindcss config for Dub.co" ,
4
- "version" : " 0.0.6 " ,
4
+ "version" : " 0.0.7 " ,
5
5
"main" : " index.ts" ,
6
6
"types" : " index.ts" ,
7
7
"devDependencies" : {
17
17
"homepage" : " https://dub.co" ,
18
18
"repository" : {
19
19
"type" : " git" ,
20
- "url" : " git+https://github.com/steven-tey /dub.git"
20
+ "url" : " git+https://github.com/dubinc /dub.git"
21
21
},
22
22
"bugs" : {
23
- "url" : " https://github.com/steven-tey /dub/issues"
23
+ "url" : " https://github.com/dubinc /dub/issues"
24
24
},
25
25
"keywords" : [
26
26
" dub" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dub/ui" ,
3
3
"description" : " UI components for Dub.co" ,
4
- "version" : " 0.2.21 " ,
4
+ "version" : " 0.2.22 " ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.js" ,
7
7
"module" : " ./dist/index.mjs" ,
103
103
"homepage" : " https://dub.co" ,
104
104
"repository" : {
105
105
"type" : " git" ,
106
- "url" : " git+https://github.com/steven-tey /dub.git"
106
+ "url" : " git+https://github.com/dubinc /dub.git"
107
107
},
108
108
"bugs" : {
109
- "url" : " https://github.com/steven-tey /dub/issues"
109
+ "url" : " https://github.com/dubinc /dub/issues"
110
110
},
111
111
"keywords" : [
112
112
" dub" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dub/utils" ,
3
3
"description" : " Utility functions and constants for Dub.co" ,
4
- "version" : " 0.1.21 " ,
4
+ "version" : " 0.1.22 " ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.mjs" ,
7
7
"module" : " ./dist/index.mjs" ,
43
43
"homepage" : " https://dub.co" ,
44
44
"repository" : {
45
45
"type" : " git" ,
46
- "url" : " git+https://github.com/steven-tey /dub.git"
46
+ "url" : " git+https://github.com/dubinc /dub.git"
47
47
},
48
48
"bugs" : {
49
- "url" : " https://github.com/steven-tey /dub/issues"
49
+ "url" : " https://github.com/dubinc /dub/issues"
50
50
},
51
51
"keywords" : [
52
52
" dub" ,
You can’t perform that action at this time.
0 commit comments