@predy-js/render-interface 0.1.17 → 0.1.19

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/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.1.17
5
+ * Version: v0.1.19
6
6
  */
7
7
 
8
8
  'use strict';
@@ -5710,7 +5710,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5710
5710
  return MarsSharedGeometry;
5711
5711
  }(MarsGeometry));
5712
5712
 
5713
- consoleLog('version: ' + "0.1.17");
5713
+ consoleLog('version: ' + "0.1.19");
5714
5714
 
5715
5715
  exports.Geometry = MarsGeometry;
5716
5716
  exports.InstancedMesh = MarsInstancedMesh;
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.1.17
5
+ * Version: v0.1.19
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -5706,7 +5706,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5706
5706
  return MarsSharedGeometry;
5707
5707
  }(MarsGeometry));
5708
5708
 
5709
- consoleLog('version: ' + "0.1.17");
5709
+ consoleLog('version: ' + "0.1.19");
5710
5710
 
5711
5711
  export { DestroyOptions, MarsGeometry as Geometry, MarsInstancedMesh as InstancedMesh, MarsTextureFactory, MarsMaterial as Material, MarsMaterialDataBlock as MaterialDataBlock, MarsMesh as Mesh, MarsRenderFrame as RenderFrame, MarsRenderPass as RenderPass, RenderPassAttachmentStorageType, RenderPassDestroyAttachmentType, RenderPassMeshOrder, RenderPassPriorityNormal, RenderPassPriorityPostprocess, RenderPassPriorityPrepare, MarsRenderer as Renderer, ShaderCompileResultStatus, ShaderLibraryEmpty, MarsSharedGeometry as SharedGeometry, MarsTexture as Texture, TextureLoadAction, TextureSourceType, TextureStoreAction, constants, getDefaultGPUCapability, getDefaultTextureFactory, setDefaultTextureFactory };
5712
5712
  //# sourceMappingURL=index.mjs.map
package/dist/statistic.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.1.17
5
+ * Version: v0.1.19
6
6
  */
7
7
 
8
8
  // https://github.com/greggman/webgl-memory/blob/main/src/texture-utils.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@predy-js/render-interface",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "license": "MIT",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",
@@ -33,6 +33,7 @@
33
33
  "prepublishOnly": "npm run build"
34
34
  },
35
35
  "devDependencies": {
36
+ "@math.gl/core": "*",
36
37
  "@commitlint/cli": "^13.2.1",
37
38
  "@commitlint/config-conventional": "^13.2.0",
38
39
  "@rollup/plugin-commonjs": "^21.0.3",