@luma.gl/constants
Advanced tools
Comparing version 9.0.0-beta.7 to 9.0.0-beta.8
@@ -27,6 +27,6 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// src/bundle.ts | ||
var bundle_exports = {}; | ||
__export(bundle_exports, { | ||
GLConstants: () => GLEnum | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
GL: () => GLEnum | ||
}); | ||
@@ -684,5 +684,5 @@ | ||
})(GLEnum || {}); | ||
return __toCommonJS(bundle_exports); | ||
return __toCommonJS(src_exports); | ||
})(); | ||
return __exports__; | ||
}); |
{ | ||
"name": "@luma.gl/constants", | ||
"version": "9.0.0-beta.7", | ||
"version": "9.0.0-beta.8", | ||
"description": "WebGL2 constants", | ||
@@ -42,7 +42,7 @@ "type": "module", | ||
"pre-build": "npx esbuild src/index.ts --bundle --format=cjs --outfile=dist/index.cjs", | ||
"build-minified-bundle": "ocular-bundle ./src/bundle.ts -output=dist/dist.min.js", | ||
"build-dev-bundle": "ocular-bundle ./src/bundle.ts -output=dist/dist.dev.js -- --env=dev", | ||
"build-minified-bundle": "ocular-bundle ./src/index.ts --output=dist/dist.min.js", | ||
"build-dev-bundle": "ocular-bundle ./src/index.ts --output=dist/dist.dev.js --env=dev", | ||
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle" | ||
}, | ||
"gitHead": "e9606a88e0aab3dc27c87020cac89040ea1a8a02" | ||
"gitHead": "b4ba7f35a5d0b5a09625c955d952cbbab9c1ad28" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
475707
19
5366