@loaders.gl/basis
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
@@ -140,6 +140,12 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BasisLoader", function() { return BasisLoader; }); | ||
/* global __VERSION__ */ // __VERSION__ is injected by babel-plugin-version-inline | ||
const VERSION = true ? "2.0.0-alpha.3" : undefined; | ||
const EXTENSIONS = ['basis']; | ||
const BasisLoader = { | ||
name: 'basis', | ||
id: 'basis', | ||
name: 'Basis', | ||
version: VERSION, | ||
extensions: EXTENSIONS, | ||
@@ -146,0 +152,0 @@ parse: data => 'not implemented yet' |
@@ -1,1 +0,1 @@ | ||
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var o in n)("object"==typeof exports?exports:e)[o]=n[o]}}(window,(function(){return function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){(function(t){const o=n(2),r="undefined"==typeof window?t:window;r.loaders=r.loaders||{},e.exports=Object.assign(r.loaders,o)}).call(this,n(1))},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";n.r(t);const o={name:"basis",extensions:["basis"],parse:e=>"not implemented yet"};n.d(t,"BasisLoader",(function(){return o}))}])})); | ||
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var o in n)("object"==typeof exports?exports:e)[o]=n[o]}}(window,(function(){return function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){(function(t){const o=n(2),r="undefined"==typeof window?t:window;r.loaders=r.loaders||{},e.exports=Object.assign(r.loaders,o)}).call(this,n(1))},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";n.r(t);const o={id:"basis",name:"Basis",version:"2.0.0-alpha.3",extensions:["basis"],parse:e=>"not implemented yet"};n.d(t,"BasisLoader",(function(){return o}))}])})); |
@@ -7,5 +7,8 @@ "use strict"; | ||
exports.BasisLoader = void 0; | ||
var VERSION = typeof "2.0.0-alpha.3" !== 'undefined' ? "2.0.0-alpha.3" : 'latest'; | ||
var EXTENSIONS = ['basis']; | ||
var BasisLoader = { | ||
name: 'basis', | ||
id: 'basis', | ||
name: 'Basis', | ||
version: VERSION, | ||
extensions: EXTENSIONS, | ||
@@ -12,0 +15,0 @@ parse: function parse(data) { |
@@ -0,4 +1,7 @@ | ||
const VERSION = typeof "2.0.0-alpha.3" !== 'undefined' ? "2.0.0-alpha.3" : 'latest'; | ||
const EXTENSIONS = ['basis']; | ||
export const BasisLoader = { | ||
name: 'basis', | ||
id: 'basis', | ||
name: 'Basis', | ||
version: VERSION, | ||
extensions: EXTENSIONS, | ||
@@ -5,0 +8,0 @@ parse: data => 'not implemented yet' |
@@ -0,4 +1,7 @@ | ||
var VERSION = typeof "2.0.0-alpha.3" !== 'undefined' ? "2.0.0-alpha.3" : 'latest'; | ||
var EXTENSIONS = ['basis']; | ||
export var BasisLoader = { | ||
name: 'basis', | ||
id: 'basis', | ||
name: 'Basis', | ||
version: VERSION, | ||
extensions: EXTENSIONS, | ||
@@ -5,0 +8,0 @@ parse: function parse(data) { |
{ | ||
"name": "@loaders.gl/basis", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Framework-independent loader for the basis universal format", | ||
@@ -35,5 +35,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "2.0.0-alpha.2" | ||
"@loaders.gl/core": "2.0.0-alpha.3" | ||
}, | ||
"gitHead": "1bc3e4e6522a2a337f972799f63682464500a313" | ||
"gitHead": "fc28707733ea13de169330a6acd003956e9dbcfa" | ||
} |
@@ -0,7 +1,13 @@ | ||
/* global __VERSION__ */ // __VERSION__ is injected by babel-plugin-version-inline | ||
const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest'; | ||
const EXTENSIONS = ['basis']; | ||
export const BasisLoader = { | ||
name: 'basis', | ||
id: 'basis', | ||
name: 'Basis', | ||
version: VERSION, | ||
extensions: EXTENSIONS, | ||
parse: data => 'not implemented yet' | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
20063
244
+ Added@loaders.gl/core@2.0.0-alpha.3(transitive)
+ Added@loaders.gl/loader-utils@2.0.0-alpha.3(transitive)
- Removed@loaders.gl/core@2.0.0-alpha.2(transitive)