Skip to content

Commit 265a93b

Browse files
committed
new version
1 parent b382bf0 commit 265a93b

9 files changed

Lines changed: 270 additions & 283 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
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:
@@ -65,6 +70,4 @@ jobs:
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Alexey Vasiliev
3+
Copyright (c) 2021 Oleksii Vasyliev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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": {
@@ -36,15 +36,15 @@
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"

packages/web/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Alexey Vasiliev
3+
Copyright (c) 2021 Oleksii Vasyliev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -23,7 +23,7 @@
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": {

packages/worker/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Alexey Vasiliev
3+
Copyright (c) 2021 Oleksii Vasyliev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -23,7 +23,7 @@
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": {

0 commit comments

Comments
 (0)