math.gl 4.0.0-beta.1 → 4.0.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 CHANGED
@@ -13,7 +13,8 @@ var __copyProps = (to, from, except, desc) => {
13
13
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
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);
16
+ // dist/index.js
17
+ var dist_exports = {};
18
+ module.exports = __toCommonJS(dist_exports);
19
+ __reExport(dist_exports, require("@math.gl/core"), module.exports);
20
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["index.js"],
4
+ "sourcesContent": ["export * from '@math.gl/core';\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,yBAAc,0BAAd;",
6
+ "names": []
7
+ }
package/dist/index.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export * from '@math.gl/core';
2
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,2 +1 @@
1
1
  export * from '@math.gl/core';
2
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
- "version": "4.0.0-beta.1",
9
+ "version": "4.0.1",
10
10
  "keywords": [],
11
11
  "repository": {
12
12
  "type": "git",
@@ -17,9 +17,9 @@
17
17
  "module": "dist/index.js",
18
18
  "exports": {
19
19
  ".": {
20
+ "types": "./dist/index.d.ts",
20
21
  "import": "./dist/index.js",
21
- "require": "./dist/index.cjs",
22
- "types": "./dist/index.d.ts"
22
+ "require": "./dist/index.cjs"
23
23
  }
24
24
  },
25
25
  "files": [
@@ -27,7 +27,7 @@
27
27
  "src"
28
28
  ],
29
29
  "dependencies": {
30
- "@math.gl/core": "4.0.0-beta.1"
30
+ "@math.gl/core": "4.0.1"
31
31
  },
32
- "gitHead": "5a2364216b6aadbece690e05b9b5b71753aee472"
32
+ "gitHead": "33f369ba3a259f79acc3fa8181190c9da8841648"
33
33
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
package/dist/index.js.map DELETED
@@ -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"}