File tree Expand file tree Collapse file tree 5 files changed +30
-15
lines changed Expand file tree Collapse file tree 5 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 7
7
"type" : " module" ,
8
8
"author" : " Exceptionless" ,
9
9
"license" : " Apache-2.0" ,
10
- "dependencies" : {
11
- "@exceptionless/browser" : " 2.0.0-dev"
12
- },
13
10
"scripts" : {
14
11
"build" : " " ,
15
12
"watch" : " " ,
16
13
"test" : " "
14
+ },
15
+ "publishConfig" : {
16
+ "access" : " restricted"
17
+ },
18
+ "dependencies" : {
19
+ "@exceptionless/browser" : " 2.0.0-dev"
17
20
}
18
21
}
Original file line number Diff line number Diff line change 7
7
"type" : " module" ,
8
8
"author" : " Exceptionless" ,
9
9
"license" : " Apache-2.0" ,
10
- "dependencies" : {
11
- "express" : " 4.16.4" ,
12
- "@exceptionless/node" : " 2.0.0-dev"
13
- },
14
10
"scripts" : {
15
11
"build" : " " ,
16
12
"watch" : " " ,
17
13
"test" : " " ,
18
14
"dev" : " nodemon app.js" ,
19
15
"start" : " node app.js"
16
+ },
17
+ "publishConfig" : {
18
+ "access" : " restricted"
19
+ },
20
+ "dependencies" : {
21
+ "express" : " 4.16.4" ,
22
+ "@exceptionless/node" : " 2.0.0-dev"
20
23
}
21
24
}
Original file line number Diff line number Diff line change 8
8
"@testing-library/user-event" : " ^13.1.3" ,
9
9
"react-scripts" : " 4.0.3"
10
10
},
11
- "dependencies" : {
12
- "@exceptionless/react" : " 2.0.0-dev" ,
13
- "react" : " ^17.0.2" ,
14
- "react-dom" : " ^17.0.2" ,
15
- "web-vitals" : " ^1.0.1"
16
- },
17
11
"scripts" : {
18
12
"start" : " react-scripts start" ,
19
13
"build" : " react-scripts build" ,
38
32
" last 1 firefox version" ,
39
33
" last 1 safari version"
40
34
]
35
+ },
36
+ "dependencies" : {
37
+ "@exceptionless/react" : " 2.0.0-dev" ,
38
+ "react" : " ^17.0.2" ,
39
+ "react-dom" : " ^17.0.2" ,
40
+ "web-vitals" : " ^1.0.1"
41
+ },
42
+ "publishConfig" : {
43
+ "access" : " restricted"
41
44
}
42
45
}
Original file line number Diff line number Diff line change 17
17
"@vitejs/plugin-vue" : " ^1.2.2" ,
18
18
"@vue/compiler-sfc" : " ^3.0.5" ,
19
19
"vite" : " ^2.2.3"
20
+ },
21
+ "publishConfig" : {
22
+ "access" : " restricted"
20
23
}
21
24
}
Original file line number Diff line number Diff line change 34
34
"watch" : " tsc -p tsconfig.json -w --preserveWatchOutput" ,
35
35
"test" : " "
36
36
},
37
+ "sideEffects" : false ,
38
+ "publishConfig" : {
39
+ "access" : " public"
40
+ },
37
41
"dependencies" : {
38
42
"@exceptionless/browser" : " 2.0.0-dev"
39
- },
40
- "sideEffects" : false
43
+ }
41
44
}
You can’t perform that action at this time.
0 commit comments