File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 needs : test
3636 if : startsWith(github.ref, 'refs/tags/')
3737 runs-on : ubuntu-latest
38+ permissions :
39+ id-token : write
40+ contents : read
41+ environment :
42+ name : production
3843 env :
3944 NODE_ENV : production
4045 steps :
6570
6671 - name : Publish packages 🚀
6772 run : yarn workspaces foreach -W --no-private npm publish
68- env :
69- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
7073
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Alexey Vasiliev
3+ Copyright (c) 2021 Oleksii Vasyliev
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- # Cable-shared-worker (CableSW) - ActionCable and AnyCable Shared Worker support [ ![ Test/Build/Deploy] ( https://github.com/le0pard/cable-shared-worker/actions/workflows/release .yml/badge.svg?branch=main )] ( https://github.com/le0pard/cable-shared-worker/actions/workflows/release .yml )
1+ # Cable-shared-worker (CableSW) - ActionCable and AnyCable Shared Worker support [ ![ Test/Build/Deploy] ( https://github.com/le0pard/cable-shared-worker/actions/workflows/ci .yml/badge.svg?branch=main )] ( https://github.com/le0pard/cable-shared-worker/actions/workflows/ci .yml )
22
33![ schema] ( https://user-images.githubusercontent.com/98444/146681981-2e87a26e-9a5b-4109-9b05-73c1329b3ccc.jpg )
44
Original file line number Diff line number Diff line change 2020 "test:watch" : " jest --config jest.config.js --watch" ,
2121 "format" : " pnpify run prettier --write packages/**/src/*.js"
2222 },
23- "author" : " Alexey Vasiliev " ,
23+ "author" : " Oleksii Vasyliev " ,
2424 "license" : " MIT" ,
2525 "repository" : " github:le0pard/cable-shared-worker" ,
2626 "bugs" : {
3636 "@rollup/plugin-commonjs" : " ^29.0.0" ,
3737 "@rollup/plugin-node-resolve" : " ^16.0.3" ,
3838 "@yarnpkg/pnpify" : " ^4.1.6" ,
39- "eslint" : " ^9.39.2 " ,
39+ "eslint" : " ^8.57.1 " ,
4040 "eslint-config-prettier" : " ^10.1.8" ,
4141 "eslint-import-resolver-node" : " ^0.3.9" ,
4242 "eslint-plugin-import" : " ^2.32.0" ,
4343 "jest" : " ^30.2.0" ,
4444 "jest-environment-jsdom" : " 30.2.0" ,
4545 "jsdom" : " ^27.4.0" ,
46- "prettier" : " ^3.8.0 " ,
47- "rollup" : " ^4.55.1 " ,
46+ "prettier" : " ^3.8.1 " ,
47+ "rollup" : " ^4.57.0 " ,
4848 "typescript" : " ^5.9.3"
4949 },
5050 "packageManager" : " yarn@4.12.0"
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Alexey Vasiliev
3+ Copyright (c) 2021 Oleksii Vasyliev
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
22 "name" : " @cable-shared-worker/web" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " ActionCable and AnyCable Shared Worker support" ,
55 "keywords" : [
66 " anycable" ,
2323 }
2424 },
2525 "types" : " dist/index.esm.d.ts" ,
26- "author" : " Alexey Vasiliev " ,
26+ "author" : " Oleksii Vasyliev " ,
2727 "license" : " MIT" ,
2828 "repository" : " github:le0pard/cable-shared-worker" ,
2929 "bugs" : {
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Alexey Vasiliev
3+ Copyright (c) 2021 Oleksii Vasyliev
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
22 "name" : " @cable-shared-worker/worker" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " ActionCable and AnyCable Shared Worker support" ,
55 "keywords" : [
66 " anycable" ,
2323 }
2424 },
2525 "types" : " dist/index.esm.d.ts" ,
26- "author" : " Alexey Vasiliev " ,
26+ "author" : " Oleksii Vasyliev " ,
2727 "license" : " MIT" ,
2828 "repository" : " github:le0pard/cable-shared-worker" ,
2929 "bugs" : {
You can’t perform that action at this time.
0 commit comments