@dcl/playground-assets 7.1.16-5005885350.commit-2dd9eac → 7.1.16-5048531850.commit-b8f8f29

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.1.16-5005885350.commit-2dd9eac",
4
+ "version": "7.1.16-5048531850.commit-b8f8f29",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "types": "./index.d.ts",
36
36
  "typings": "./index.d.ts",
37
- "commit": "2dd9eacfa4f2790bd839cfcb35060fa0b9a8533f"
37
+ "commit": "b8f8f290aef93650f8fcc1fb36492f3fee2c2b14"
38
38
  }
@@ -5987,14 +5987,13 @@ export declare namespace TextureUnion {
5987
5987
  export declare const enum TextureWrapMode {
5988
5988
  TWM_REPEAT = 0,
5989
5989
  TWM_CLAMP = 1,
5990
- TWM_MIRROR = 2,
5991
- TWM_MIRROR_ONCE = 3
5990
+ TWM_MIRROR = 2
5992
5991
  }
5993
5992
 
5994
5993
  /**
5995
5994
  * @public
5996
5995
  */
5997
- export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror' | 'mirror-once';
5996
+ export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror';
5998
5997
 
5999
5998
  /**
6000
5999
  * Constant used to convert a value to gamma space
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.9"
8
+ "packageVersion": "7.35.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.34.9",
4
+ "toolVersion": "7.35.0",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -57613,27 +57613,6 @@
57613
57613
  "releaseTag": "Public",
57614
57614
  "name": "TWM_MIRROR"
57615
57615
  },
57616
- {
57617
- "kind": "EnumMember",
57618
- "canonicalReference": "@dcl/playground-assets!TextureWrapMode.TWM_MIRROR_ONCE:member",
57619
- "docComment": "",
57620
- "excerptTokens": [
57621
- {
57622
- "kind": "Content",
57623
- "text": "TWM_MIRROR_ONCE = "
57624
- },
57625
- {
57626
- "kind": "Content",
57627
- "text": "3"
57628
- }
57629
- ],
57630
- "initializerTokenRange": {
57631
- "startIndex": 1,
57632
- "endIndex": 2
57633
- },
57634
- "releaseTag": "Public",
57635
- "name": "TWM_MIRROR_ONCE"
57636
- },
57637
57616
  {
57638
57617
  "kind": "EnumMember",
57639
57618
  "canonicalReference": "@dcl/playground-assets!TextureWrapMode.TWM_REPEAT:member",
@@ -57668,7 +57647,7 @@
57668
57647
  },
57669
57648
  {
57670
57649
  "kind": "Content",
57671
- "text": "'repeat' | 'clamp' | 'mirror' | 'mirror-once'"
57650
+ "text": "'repeat' | 'clamp' | 'mirror'"
57672
57651
  },
57673
57652
  {
57674
57653
  "kind": "Content",
@@ -3376,13 +3376,11 @@ export const enum TextureWrapMode {
3376
3376
  // (undocumented)
3377
3377
  TWM_MIRROR = 2,
3378
3378
  // (undocumented)
3379
- TWM_MIRROR_ONCE = 3,
3380
- // (undocumented)
3381
3379
  TWM_REPEAT = 0
3382
3380
  }
3383
3381
 
3384
3382
  // @public (undocumented)
3385
- export type TextureWrapType = 'repeat' | 'clamp' | 'mirror' | 'mirror-once';
3383
+ export type TextureWrapType = 'repeat' | 'clamp' | 'mirror';
3386
3384
 
3387
3385
  // @public
3388
3386
  export const ToGammaSpace: number;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.1.16-5005885350.commit-2dd9eac",
4
+ "version": "7.1.16-5048531850.commit-b8f8f29",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.1.16-5005885350.commit-2dd9eac",
8
- "@dcl/sdk": "7.1.16-5005885350.commit-2dd9eac"
7
+ "@dcl/js-runtime": "7.1.16-5048531850.commit-b8f8f29",
8
+ "@dcl/sdk": "7.1.16-5048531850.commit-b8f8f29"
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": "2dd9eacfa4f2790bd839cfcb35060fa0b9a8533f"
35
+ "commit": "b8f8f290aef93650f8fcc1fb36492f3fee2c2b14"
36
36
  }