Skip to content

Commit

Permalink
chore: bump @dcl/protocol from 1.0.0-5623934099.commit-07e0626 to 1.0…
Browse files Browse the repository at this point in the history
….0-9254639032.commit-05cd554 (#996)

* chore: bump @dcl/protocol

Bumps [@dcl/protocol](https://github.com/decentraland/protocol) from 1.0.0-5623934099.commit-07e0626 to 1.0.0-9254639032.commit-05cd554.
- [Commits](https://github.com/decentraland/protocol/commits)

---
updated-dependencies:
- dependency-name: "@dcl/protocol"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Empty commit

* fix import

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariano Goldman <mariano.goldman@decentraland.org>
  • Loading branch information
dependabot[bot] and Mariano Goldman authored May 31, 2024
1 parent 68bbaf3 commit 4d91e77
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 129 deletions.
167 changes: 40 additions & 127 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@dcl/ecs-scene-utils": "^1.7.5",
"@dcl/linker-dapp": "^0.13.0",
"@dcl/mini-comms": "1.0.0",
"@dcl/protocol": "^1.0.0-2569677750.commit-6ce832a",
"@dcl/protocol": "^1.0.0-9254639032.commit-05cd554",
"@dcl/schemas": "^11.9.1",
"@well-known-components/env-config-provider": "^1.1.2-20220801195549.commit-101c273",
"@well-known-components/http-server": "^1.1.6-20220927190058.commit-2dfb235",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/controllers/bff.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { handleSocketLinearProtocol } from '@dcl/mini-comms/dist/logic/handle-linear-protocol'
import { PreviewComponents } from '../Preview'
import { AboutResponse } from '@dcl/protocol/out-ts/decentraland/bff/http_endpoints.gen'
import { AboutResponse } from '@dcl/protocol/out-ts/decentraland/realm/about.gen'
import { WebSocket } from 'ws'
import { Router } from '@well-known-components/http-server'
import { upgradeWebSocketResponse } from '@well-known-components/http-server/dist/ws'
Expand Down

0 comments on commit 4d91e77

Please sign in to comment.