math.gl 3.6.2 → 4.0.0-alpha.1

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.cjs ADDED
@@ -0,0 +1,19 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __copyProps = (to, from, except, desc) => {
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from))
8
+ if (!__hasOwnProp.call(to, key) && key !== except)
9
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
+ }
11
+ return to;
12
+ };
13
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/index.ts
17
+ var src_exports = {};
18
+ module.exports = __toCommonJS(src_exports);
19
+ __reExport(src_exports, require("@math.gl/core"), module.exports);
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAd","sourcesContent":["export * from '@math.gl/core';\n"],"file":"index.js"}
package/package.json CHANGED
@@ -2,24 +2,25 @@
2
2
  "name": "math.gl",
3
3
  "description": "Array-based 3D Math Classes optimized for WebGL applications",
4
4
  "license": "MIT",
5
+ "type": "module",
5
6
  "publishConfig": {
6
7
  "access": "public"
7
8
  },
8
- "version": "3.6.2",
9
+ "version": "4.0.0-alpha.1",
9
10
  "keywords": [],
10
11
  "repository": {
11
12
  "type": "git",
12
13
  "url": "https://github.com/uber-web/math.gl.git"
13
14
  },
14
15
  "types": "dist/index.d.ts",
15
- "main": "dist/es5/index.js",
16
- "module": "dist/esm/index.js",
16
+ "main": "dist/index.cjs",
17
+ "module": "dist/index.js",
17
18
  "files": [
18
19
  "dist",
19
20
  "src"
20
21
  ],
21
22
  "dependencies": {
22
- "@math.gl/core": "3.6.2"
23
+ "@math.gl/core": "4.0.0-alpha.1"
23
24
  },
24
- "gitHead": "517015873bbd7143bfc4bb761e70071c7a86771b"
25
+ "gitHead": "66f872ea615a3ef81431595727cdf58dcadf3670"
25
26
  }
package/dist/es5/index.js DELETED
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _core = require("@math.gl/core");
8
-
9
- Object.keys(_core).forEach(function (key) {
10
- if (key === "default" || key === "__esModule") return;
11
- if (key in exports && exports[key] === _core[key]) return;
12
- Object.defineProperty(exports, key, {
13
- enumerable: true,
14
- get: function get() {
15
- return _core[key];
16
- }
17
- });
18
- });
19
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from '@math.gl/core';\n"],"file":"index.js"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAd","sourcesContent":["export * from '@math.gl/core';\n"],"file":"index.js"}