Skip to content

Commit

Permalink
updated ably-common to be in sync with main
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 20, 2024
1 parent b8485f4 commit 3ad695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ably-common
Submodule ably-common updated 51 files
+19 −0 .editorconfig
+25 −0 .eslintrc.js
+44 −0 .github/workflows/check.yml
+33 −0 .github/workflows/publish-json-schemas.yml
+38 −0 .github/workflows/publish.yml
+4 −0 .gitignore
+9 −0 .markdownlint-cli2.yaml
+2 −0 .tool-versions
+45 −0 CONTRIBUTING.md
+1 −0 COPYRIGHT
+176 −0 LICENSE
+6 −0 MAINTAINERS.md
+34 −0 README.md
+3 −0 go.mod
+110 −0 go/cmd/ablyagent/main.go
+36 −0 json-schemas/README.md
+69 −0 json-schemas/publish.js
+852 −0 json-schemas/src/account-stats.json
+42 −0 json-schemas/src/agents.json
+806 −0 json-schemas/src/app-stats.json
+157 −0 json-schemas/src/attachments.json
+31 −0 json-schemas/src/channel-lifecycle.json
+104 −0 json-schemas/src/client-events-api-requests.json
+207 −0 json-schemas/src/client-events-connections.json
+118 −0 json-schemas/src/epoch.json
+10 −0 json-schemas/versions.json
+29 −0 network/README.md
+935 −0 network/aws-edge-locations.json
+8 −0 network/datacenter-locations.csv
+13,776 −0 package-lock.json
+33 −0 package.json
+1 −0 protocol/.ruby-version
+7 −0 protocol/Gemfile
+28 −0 protocol/Gemfile.lock
+158 −1 protocol/README.md
+30 −0 protocol/Rakefile
+372 −0 protocol/agents.json
+179 −146 protocol/errors.json
+86 −23 protocol/errorsHelp.json
+33 −0 scripts/build-go.sh
+55 −0 scripts/publish-go.sh
+6 −0 templates/README.md
+20 −0 templates/sdk-contributing.md
+94 −0 templates/sdk-readme.md
+8 −0 test-resources/README.md
+910 −0 test-resources/crypto-data-256.json
+20 −20 test-resources/messages-encoding.json
+75 −0 test-resources/msgpack_test_fixtures.json
+40 −0 test-resources/presence-messages-encoding.json
+21 −5 test-resources/test-app-setup.json
+18 −0 test/agents.test.js

0 comments on commit 3ad695e

Please sign in to comment.