@luma.gl/constants 9.0.0-alpha.16 → 9.0.0-alpha.18

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/bundle.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- declare const GLConstants: any;
1
+ import GLConstants from './index';
2
+ export { GLConstants };
2
3
  //# sourceMappingURL=bundle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../src/bundle.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,WAAW,KAA6B,CAAC"}
1
+ {"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../src/bundle.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,SAAS,CAAC;AAElC,OAAO,EAAC,WAAW,EAAC,CAAC"}
package/dist/bundle.js CHANGED
@@ -1,5 +1,3 @@
1
- "use strict";
2
- // @ts-nocheck
3
- const GLConstants = require('./index').default;
4
- globalThis.luma = globalThis.luma || {};
5
- module.exports = Object.assign(globalThis.luma, { GL: GLConstants });
1
+ import GLConstants from "./index.js";
2
+ export { GLConstants };
3
+ //# sourceMappingURL=bundle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle.js","names":["GLConstants"],"sources":["../src/bundle.ts"],"sourcesContent":["import GLConstants from './index';\n\nexport {GLConstants};\n"],"mappings":"OAAOA,WAAW;AAElB,SAAQA,WAAW"}