File tree Expand file tree Collapse file tree 9 files changed +27
-8
lines changed
Expand file tree Collapse file tree 9 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @lingo.dev/_compiler " : patch
3+ " @lingo.dev/_locales " : patch
4+ " @lingo.dev/_logging " : patch
5+ " @lingo.dev/_react " : patch
6+ " @lingo.dev/_spec " : patch
7+ " lingo.dev " : patch
8+ " @lingo.dev/_sdk " : patch
9+ ---
10+
11+ Upd NPM workflows
Original file line number Diff line number Diff line change 1717 permissions :
1818 contents : write
1919 pull-requests : write
20+ id-token : write
2021 steps :
2122 - name : Checkout
2223 uses : actions/checkout@v4
9394 commit : " chore: bump package version"
9495 env :
9596 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
96- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
97+ NPM_CONFIG_PROVENANCE : true
Original file line number Diff line number Diff line change 44 "description" : " Lingo.dev CLI" ,
55 "private" : false ,
66 "publishConfig" : {
7- "access" : " public"
7+ "access" : " public" ,
8+ "provenance" : true
89 },
910 "type" : " module" ,
1011 "sideEffects" : false ,
Original file line number Diff line number Diff line change 44 "description" : " Lingo.dev Compiler" ,
55 "private" : false ,
66 "publishConfig" : {
7- "access" : " public"
7+ "access" : " public" ,
8+ "provenance" : true
89 },
910 "sideEffects" : false ,
1011 "type" : " module" ,
Original file line number Diff line number Diff line change 44 "description" : " Lingo.dev locales" ,
55 "private" : false ,
66 "publishConfig" : {
7- "access" : " public"
7+ "access" : " public" ,
8+ "provenance" : true
89 },
910 "type" : " module" ,
1011 "sideEffects" : false ,
Original file line number Diff line number Diff line change 44 "description" : " Lingo.dev logging utilities with Pino" ,
55 "private" : false ,
66 "publishConfig" : {
7- "access" : " public"
7+ "access" : " public" ,
8+ "provenance" : true
89 },
910 "type" : " module" ,
1011 "sideEffects" : false ,
Original file line number Diff line number Diff line change 44 "description" : " Lingo.dev React Kit" ,
55 "private" : false ,
66 "publishConfig" : {
7- "access" : " public"
7+ "access" : " public" ,
8+ "provenance" : true
89 },
910 "sideEffects" : false ,
1011 "type" : " module" ,
Original file line number Diff line number Diff line change 44 "description" : " Lingo.dev JS SDK" ,
55 "private" : false ,
66 "publishConfig" : {
7- "access" : " public"
7+ "access" : " public" ,
8+ "provenance" : true
89 },
910 "type" : " module" ,
1011 "sideEffects" : false ,
Original file line number Diff line number Diff line change 44 "description" : " Lingo.dev open specification" ,
55 "private" : false ,
66 "publishConfig" : {
7- "access" : " public"
7+ "access" : " public" ,
8+ "provenance" : true
89 },
910 "type" : " module" ,
1011 "sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments