File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 20
20
"@commoners/bluetooth" : " 0.0.55" ,
21
21
"@commoners/local-services" : " 0.0.60" ,
22
22
"@commoners/serial" : " 0.0.55" ,
23
- "@commoners/solidarity" : " 0.0.60-alpha.6 " ,
23
+ "@commoners/solidarity" : " 0.0.60" ,
24
24
"@commoners/splash-screen" : " 0.0.55" ,
25
- "@commoners/testing" : " 0.0.60-alpha.6 " ,
26
- "@commoners/windows" : " 0.0.60-alpha.2 " ,
25
+ "@commoners/testing" : " 0.0.60" ,
26
+ "@commoners/windows" : " 0.0.60" ,
27
27
"@vitest/coverage-v8" : " ^2.0.3" ,
28
28
"search-insights" : " ^2.15.0" ,
29
- "commoners" : " 0.0.60-alpha.6 " ,
29
+ "commoners" : " 0.0.60" ,
30
30
"vite" : " ^5.3.4" ,
31
31
"vitepress" : " ^1.3.1" ,
32
32
"vitest" : " ^2.0.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commoners" ,
3
3
"description" : " Cross-Platform Development for the Rest of Us" ,
4
- "version" : " 0.0.60-alpha.6 " ,
4
+ "version" : " 0.0.60" ,
5
5
"type" : " module" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
18
18
"watch" : " vite build --watch"
19
19
},
20
20
"dependencies" : {
21
- "@commoners/solidarity" : " 0.0.60-alpha.6 " ,
21
+ "@commoners/solidarity" : " 0.0.60" ,
22
22
"cac" : " ^6.7.14"
23
23
},
24
24
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commoners/solidarity" ,
3
3
"description" : " Build solidarity across platform" ,
4
- "version" : " 0.0.60-alpha.6 " ,
4
+ "version" : " 0.0.60" ,
5
5
"type" : " module" ,
6
6
"license" : " MIT" ,
7
7
"exports" : {
Original file line number Diff line number Diff line change 12
12
"vite" : " ^5.3.4"
13
13
},
14
14
"peerDependencies" : {
15
- "@commoners/solidarity" : " ^0.0.60-alpha.6 "
15
+ "@commoners/solidarity" : " ^0.0.60"
16
16
},
17
17
"dependencies" : {
18
18
"bonjour-service" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commoners/windows" ,
3
- "version" : " 0.0.60-alpha.2 " ,
3
+ "version" : " 0.0.60" ,
4
4
"main" : " ./dist/index.cjs" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"license" : " MIT" ,
12
12
"vite" : " ^5.3.4"
13
13
},
14
14
"peerDependencies" : {
15
- "@commoners/solidarity" : " 0.0.60-alpha.6 "
15
+ "@commoners/solidarity" : " 0.0.60"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commoners/testing" ,
3
- "version" : " 0.0.60-alpha.6 " ,
3
+ "version" : " 0.0.60" ,
4
4
"description" : " Commoners Testing Library" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
22
22
"postinstall" : " pnpm exec playwright install chromium"
23
23
},
24
24
"dependencies" : {
25
- "@commoners/solidarity" : " 0.0.60-alpha.6 " ,
25
+ "@commoners/solidarity" : " 0.0.60" ,
26
26
"playwright" : " ^1.48.0" ,
27
27
"vite" : " ^5.4.2" ,
28
28
"vitest" : " ^2.0.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commoners/demo" ,
3
- "version" : " 0.0.60-alpha.6 " ,
3
+ "version" : " 0.0.60" ,
4
4
"private" : true ,
5
5
"description" : " A test app for the commoners library" ,
6
6
"type" : " module" ,
21
21
"@commoners/local-services" : " 0.0.60" ,
22
22
"@commoners/serial" : " 0.0.55" ,
23
23
"@commoners/splash-screen" : " 0.0.55" ,
24
- "@commoners/windows" : " 0.0.60-alpha.2 "
24
+ "@commoners/windows" : " 0.0.60"
25
25
},
26
26
"devDependencies" : {
27
27
"@capacitor/assets" : " ^3.0.5" ,
You can’t perform that action at this time.
0 commit comments