@dcl/playground-assets 7.7.10-13856045106.commit-7f23e37 → 7.7.10-13934567813.commit-fb33ab1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +99 -777
- package/dist/beta.d.ts +99 -777
- package/dist/index.bundled.d.ts +99 -777
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +99 -777
- package/etc/playground-assets.api.json +1641 -8487
- package/etc/playground-assets.api.md +69 -496
- package/package.json +4 -4
- package/README.md +0 -27
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.7.10-
|
4
|
+
"version": "7.7.10-13934567813.commit-fb33ab1",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.7.10-
|
8
|
-
"@dcl/sdk": "7.7.10-
|
7
|
+
"@dcl/js-runtime": "7.7.10-13934567813.commit-fb33ab1",
|
8
|
+
"@dcl/sdk": "7.7.10-13934567813.commit-fb33ab1"
|
9
9
|
},
|
10
10
|
"devDependencies": {
|
11
11
|
"@microsoft/api-extractor": "^7.33.8"
|
@@ -32,5 +32,5 @@
|
|
32
32
|
},
|
33
33
|
"types": "./dist/index.d.ts",
|
34
34
|
"typings": "./dist/index.d.ts",
|
35
|
-
"commit": "
|
35
|
+
"commit": "fb33ab1d245c23eac7eb4244af9355e455da1af4"
|
36
36
|
}
|
package/README.md
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# @dcl/playground-assets
|
2
|
-
|
3
|
-
Assets package for the [Decentraland Playground](https://playground.decentraland.org/).
|
4
|
-
|
5
|
-
## Overview
|
6
|
-
|
7
|
-
This package contains the built assets required by the Decentraland Playground - an experimental web IDE that allows developers to:
|
8
|
-
|
9
|
-
- Write and preview Decentraland scenes in real-time
|
10
|
-
- Share code snippets with other developers
|
11
|
-
- Test and iterate on scene code directly in the browser
|
12
|
-
- View changes instantly in the integrated Decentraland web explorer
|
13
|
-
|
14
|
-
Similar to [Babylon.js Playground](https://playground.babylonjs.com/), the Decentraland Playground provides an interactive environment for rapid prototyping and experimentation.
|
15
|
-
|
16
|
-
## Development
|
17
|
-
|
18
|
-
The assets in this package are automatically built during the monorepo's build process:
|
19
|
-
|
20
|
-
```bash
|
21
|
-
# From the root of the monorepo
|
22
|
-
make build
|
23
|
-
```
|
24
|
-
|
25
|
-
## Related Documentation
|
26
|
-
|
27
|
-
- [Playground](https://playground.decentraland.org)
|