@luma.gl/constants 9.0.0-alpha.39 → 9.0.0-alpha.40

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.
Files changed (2) hide show
  1. package/LICENSE +2 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,5 @@
1
- Copyright (c) 2020 OpenJS Foundation
1
+ luma.gl is provided under the MIT license
2
+
2
3
  Copyright (c) 2020 vis.gl contributors
3
4
 
4
5
  This software includes parts initially developed by Uber and open sourced under MIT license.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luma.gl/constants",
3
- "version": "9.0.0-alpha.39",
3
+ "version": "9.0.0-alpha.40",
4
4
  "description": "WebGL and WebGL2 constants",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,5 +38,5 @@
38
38
  "build-bundle": "ocular-bundle ./src/bundle.ts",
39
39
  "pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev"
40
40
  },
41
- "gitHead": "23bf413d42ebbc224e4f7afac135c4cf805af85f"
41
+ "gitHead": "5a6f2bc7a4d24a65b74ae905844ad5bfc36c5645"
42
42
  }