@dcl/playground-assets 7.7.2 → 7.7.3-13057502418.commit-f85e704

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/README.md ADDED
@@ -0,0 +1,27 @@
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)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.7.2",
4
+ "version": "7.7.3-13057502418.commit-f85e704",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "024c250c134fec9c63fc229ca5dd67e07ce58d83"
38
+ "commit": "f85e70478683506f872234767a9473c6b1f4a796"
39
39
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.49.1"
8
+ "packageVersion": "7.49.2"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.49.1",
4
+ "toolVersion": "7.49.2",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.7.2",
4
+ "version": "7.7.3-13057502418.commit-f85e704",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.7.2",
8
- "@dcl/sdk": "7.7.2"
7
+ "@dcl/js-runtime": "7.7.3-13057502418.commit-f85e704",
8
+ "@dcl/sdk": "7.7.3-13057502418.commit-f85e704"
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": "024c250c134fec9c63fc229ca5dd67e07ce58d83"
35
+ "commit": "f85e70478683506f872234767a9473c6b1f4a796"
36
36
  }