Skip to content

Commit

Permalink
Merge branch 'main' into feat/vscode-support
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala authored Oct 5, 2023
2 parents 7e625d6 + 5f33809 commit 372d358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ This repository consists of the following components, packaged for the `nodejs`/

And some internal or maybe useful packages if you're digging deeper into how the Decentraland runtime works:
* `@dcl/js-runtime`: the `js-runtime` contains the typings for the environment variables available in the sandboxed execution environment for scenes
* `@dcl/rollup`: configuration for the [rollup](https://rollupjs.org/) bundle and packaging system for javascript projects
* `@dcl/playground-assets`: contains the files needed by the playground. https://playground.decentraland.org/


### Versioning notes

When `@dcl/sdk` is built, as it depends on new versions of `@dcl/rollup` and `@dcl/ecs`, these are built first and `@dcl/sdk` includes the new versions.
When `@dcl/sdk` is built, as it depends on new versions of `@dcl/ecs`, these are built first and `@dcl/sdk` includes the new versions.

### ECS 6 dev support
The ECS 6 lives in the `6.x.x` branch, there will no longer be new features but it's available for fixes or patches.
Expand Down

0 comments on commit 372d358

Please sign in to comment.