@deck.gl/json
Advanced tools
Comparing version 9.0.0-beta.3 to 9.0.0-beta.4
@@ -1,7 +0,7 @@ | ||
export { default as JSONConverter } from './json-converter'; | ||
export { default as JSONConfiguration } from './json-configuration'; | ||
export { default as Transport } from './transports/transport'; | ||
export { default as _convertFunctions } from './helpers/convert-functions'; | ||
export { default as _parseExpressionString } from './helpers/parse-expression-string'; | ||
export { shallowEqualObjects as _shallowEqualObjects } from './utils/shallow-equal-objects'; | ||
export { default as JSONConverter } from "./json-converter.js"; | ||
export { default as JSONConfiguration } from "./json-configuration.js"; | ||
export { default as Transport } from "./transports/transport.js"; | ||
export { default as _convertFunctions } from "./helpers/convert-functions.js"; | ||
export { default as _parseExpressionString } from "./helpers/parse-expression-string.js"; | ||
export { shallowEqualObjects as _shallowEqualObjects } from "./utils/shallow-equal-objects.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import parseExpressionString from './helpers/parse-expression-string'; | ||
import parseExpressionString from "./helpers/parse-expression-string.js"; | ||
export default class JSONConfiguration { | ||
@@ -3,0 +3,0 @@ typeKey: string; |
@@ -1,2 +0,2 @@ | ||
import JSONConfiguration from './json-configuration'; | ||
import JSONConfiguration from "./json-configuration.js"; | ||
export type JSONConverterProps = { | ||
@@ -3,0 +3,0 @@ configuration: JSONConfiguration | Record<string, any>; |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "9.0.0-beta.3", | ||
"version": "9.0.0-beta.4", | ||
"publishConfig": { | ||
@@ -49,3 +49,3 @@ "access": "public" | ||
}, | ||
"gitHead": "643d1009268bbf92b5bc0941d00aa59d5e3a582b" | ||
"gitHead": "7063cbec75a5fbcefc51f33f6e2488134533d34a" | ||
} |
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
152135