File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 push :
66 branches : [ "main" ]
77
8+ permissions :
9+ id-token : write # Required for OIDC
10+ contents : read
11+
812jobs :
913 test :
1014 name : Publish new version
1519 - name : Setup node
1620 uses : actions/setup-node@v6
1721 with :
18- node-version : ' 22 .x'
22+ node-version : ' 24 .x'
1923 registry-url : ' https://registry.npmjs.org'
2024
2125 - name : Install dependencies
2630
2731 - name : Publish
2832 run : npm publish
29- env :
30- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-shv" ,
3- "version" : " 8.0.4 " ,
3+ "version" : " 8.0.5 " ,
44 "description" : " Vue support for libshv-js" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
2727 "./vue-shv" : " ./dist/vue-shv.js"
2828 },
2929 "dependencies" : {
30- "@vueuse/core" : " ^14.0.0 " ,
30+ "@vueuse/core" : " ^14.2.1 " ,
3131 "js-pkce" : " ^2.0.0"
3232 },
3333 "peerDependencies" : {
34- "vue " : " ^3.5.22 " ,
34+ "libshv-js " : " ^7.0.0 " ,
3535 "libshv-js-zod" : " ^4.0.0" ,
36- "libshv-js " : " ^7.0.0 "
36+ "vue " : " ^3.5.22 "
3737 },
3838 "devDependencies" : {
39- "@typescript-eslint/parser" : " ^8.46.1" ,
40- "eslint" : " ^9.38.0" ,
41- "eslint-config-xo" : " ^0.49.0" ,
39+ "@eslint/js" : " ^10.0.1" ,
40+ "@typescript-eslint/parser" : " ^8.56.1" ,
41+ "eslint" : " ^10.0.2" ,
42+ "eslint-config-xo" : " ^0.50.0" ,
4243 "eslint-formatter-unix" : " ^9.0.1" ,
43- "eslint-plugin-unicorn" : " ^62 .0.0" ,
44+ "eslint-plugin-unicorn" : " ^63 .0.0" ,
4445 "typescript" : " ^5.9.3" ,
45- "typescript-eslint" : " ^8.46 .1"
46+ "typescript-eslint" : " ^8.56 .1"
4647 }
4748}
You can’t perform that action at this time.
0 commit comments