Skip to content

Commit

Permalink
feat: copy autobahn-browser from crossbar.io
Browse files Browse the repository at this point in the history
  • Loading branch information
venki91 committed Mar 1, 2023
1 parent 7e59c7d commit 55f7fef
Show file tree
Hide file tree
Showing 11 changed files with 34,260 additions and 16 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
name: Publish Package to npmjs

on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@errsole'
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions CHECKSUM.MD5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD5 (autobahn.js) = d1118d0f0671cbe3f9a7c6b9096bd4cd
MD5 (autobahn.min.js) = c351fbd9656c1b12d96f09a79dd0b0c8
MD5 (autobahn.min.jgz) = 0bee028b368e4f68bd37341d67488372
3 changes: 3 additions & 0 deletions CHECKSUM.SHA1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SHA1 (autobahn.js) = 9fd3305afb940e877259c17b5a296384cdbd3876
SHA1 (autobahn.min.js) = 12a948021e3b14366f30fed082b954d8d21dd9fd
SHA1 (autobahn.min.jgz) = 634a2dbaa68e75f2fd3dd067c7ef9088fdc18bcc
3 changes: 3 additions & 0 deletions CHECKSUM.SHA256
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SHA256 (autobahn.js) = 57d36094593e27cc7bd5eb5d3ef509bfd4129520103332e8326904a9f9f33c8e
SHA256 (autobahn.min.js) = 11dbee872612291599f7ccf1338ef6b0da4c685eee0b9f2add58c978a3ad8ee3
SHA256 (autobahn.min.jgz) = 9a65012d7e1d45819316b65212f11775fb9d0e5d9315bcaa019a2494dea10cbe
27 changes: 12 additions & 15 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
MIT License
Copyright (C) Crossbar.io Technologies GmbH and contributors.

Copyright (c) 2023 errsole

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

Loading

0 comments on commit 55f7fef

Please sign in to comment.