@antv/l7-renderer 2.15.4 → 2.16.0

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.
@@ -47,5 +47,3 @@ var ReglAttribute = class {
47
47
  this.buffer.destroy();
48
48
  }
49
49
  };
50
- // Annotate the CommonJS export names for ESM import in node:
51
- 0 && (module.exports = {});
@@ -47,5 +47,3 @@ var ReglBuffer = class {
47
47
  this.buffer.subdata(data, offset);
48
48
  }
49
49
  };
50
- // Annotate the CommonJS export names for ESM import in node:
51
- 0 && (module.exports = {});
@@ -45,5 +45,3 @@ var ReglElements = class {
45
45
  destroy() {
46
46
  }
47
47
  };
48
- // Annotate the CommonJS export names for ESM import in node:
49
- 0 && (module.exports = {});
@@ -49,5 +49,3 @@ var ReglFramebuffer = class {
49
49
  this.framebuffer.resize(width, height);
50
50
  }
51
51
  };
52
- // Annotate the CommonJS export names for ESM import in node:
53
- 0 && (module.exports = {});
@@ -301,5 +301,3 @@ var ReglModel = class {
301
301
  }
302
302
  }
303
303
  };
304
- // Annotate the CommonJS export names for ESM import in node:
305
- 0 && (module.exports = {});
@@ -42,5 +42,3 @@ var ReglRenderbuffer = class {
42
42
  this.renderbuffer.resize(width, height);
43
43
  }
44
44
  };
45
- // Annotate the CommonJS export names for ESM import in node:
46
- 0 && (module.exports = {});
@@ -105,5 +105,3 @@ var ReglTexture2D = class {
105
105
  this.isDestroy = true;
106
106
  }
107
107
  };
108
- // Annotate the CommonJS export names for ESM import in node:
109
- 0 && (module.exports = {});
package/lib/regl/index.js CHANGED
@@ -235,5 +235,3 @@ var ReglRendererService = class {
235
235
  ReglRendererService = __decorateClass([
236
236
  (0, import_inversify.injectable)()
237
237
  ], ReglRendererService);
238
- // Annotate the CommonJS export names for ESM import in node:
239
- 0 && (module.exports = {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/l7-renderer",
3
- "version": "2.15.4",
3
+ "version": "2.16.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -25,19 +25,19 @@
25
25
  "author": "xiaoiver",
26
26
  "license": "ISC",
27
27
  "devDependencies": {
28
- "@antv/l7-test-utils": "2.15.4",
28
+ "@antv/l7-test-utils": "2.16.0",
29
29
  "gl": "^5.0.3"
30
30
  },
31
31
  "dependencies": {
32
- "@antv/l7-core": "2.15.4",
33
- "@antv/l7-utils": "2.15.4",
32
+ "@antv/l7-core": "2.16.0",
33
+ "@antv/l7-utils": "2.16.0",
34
34
  "@babel/runtime": "^7.7.7",
35
35
  "inversify": "^5.0.1",
36
36
  "l7regl": "^0.0.20",
37
37
  "lodash": "^4.17.15",
38
38
  "reflect-metadata": "^0.1.13"
39
39
  },
40
- "gitHead": "ab8429be57c8950a65493e33eb2fa9b38b2a125f",
40
+ "gitHead": "901d07c0523b128fbc69ca04e6b3b8367ea3572d",
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  }