@luma.gl/constants 8.6.0-alpha.1 → 8.6.0-alpha.5
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/LICENSE +8 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
Copyright (c) 2020 Urban Computing Foundation
|
|
2
|
+
|
|
3
|
+
This software includes parts initially developed by Uber and open sourced under MIT license.
|
|
1
4
|
Copyright (c) 2015 Uber Technologies, Inc.
|
|
2
5
|
|
|
3
6
|
This software includes parts of PhiloGL (https://github.com/philogb/philogl)
|
|
4
7
|
under MIT license. PhiloGL parts Copyright © 2013 Sencha Labs.
|
|
5
8
|
|
|
6
|
-
This software includes adaptations of postprocessing code from
|
|
9
|
+
This software includes adaptations of some postprocessing code from
|
|
10
|
+
THREE.js (https://github.com/mrdoob/three.js/) under MIT license.
|
|
11
|
+
THREE.js parts Copyright © 2010-2018 three.js authors.
|
|
12
|
+
|
|
13
|
+
Additional attribution given in specific source files.
|
|
7
14
|
|
|
8
15
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
16
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luma.gl/constants",
|
|
3
|
-
"version": "8.6.0-alpha.
|
|
3
|
+
"version": "8.6.0-alpha.5",
|
|
4
4
|
"description": "WebGL and WebGL2 constants",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"pre-build": "npm run build-bundle",
|
|
30
30
|
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "c07a1da6a4cac293a1b10658adcaafe872ac9efe"
|
|
33
33
|
}
|