@dcl/playground-assets 7.19.0 → 7.19.1-21526551025.commit-799f37f

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.19.0",
4
+ "version": "7.19.1-21526551025.commit-799f37f",
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": "7ae2e3848e600c323d6828ece5bcecd5fd9f3911"
38
+ "commit": "799f37fef283fc9b91e563551a28262bffd97dbc"
39
39
  }
@@ -7220,7 +7220,7 @@ export declare namespace ReactEcs {
7220
7220
  export type EffectHook = (effect: EffectCallback, deps?: DependencyList) => void;
7221
7221
  const useEffect: EffectHook;
7222
7222
  const useState: StateHook;
7223
- {};
7223
+ export {};
7224
7224
  }
7225
7225
 
7226
7226
  /**
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.55.2"
8
+ "packageVersion": "7.56.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.55.2",
4
+ "toolVersion": "7.56.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -3960,7 +3960,7 @@ export namespace ReactEcs {
3960
3960
  useEffect: EffectHook;
3961
3961
  const // (undocumented)
3962
3962
  useState: StateHook;
3963
- {};
3963
+ export {};
3964
3964
  }
3965
3965
 
3966
3966
  // Warning: (tsdoc-at-sign-in-word) The "@" character looks like part of a TSDoc tag; use a backslash to escape it
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.19.0",
4
+ "version": "7.19.1-21526551025.commit-799f37f",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.19.0",
8
- "@dcl/sdk": "7.19.0"
7
+ "@dcl/js-runtime": "7.19.1-21526551025.commit-799f37f",
8
+ "@dcl/sdk": "7.19.1-21526551025.commit-799f37f"
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": "7ae2e3848e600c323d6828ece5bcecd5fd9f3911"
35
+ "commit": "799f37fef283fc9b91e563551a28262bffd97dbc"
36
36
  }