@loaders.gl/schema 3.1.3 → 3.1.4

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.
@@ -10,9 +10,9 @@ import {
10
10
  FixedSizeListVector
11
11
  } from 'apache-arrow';
12
12
  import {AbstractVector} from 'apache-arrow/vector';
13
- import {getArrowType, getArrowVector} from '../../lib/arrow/arrow-type-utils.js';
14
- import type {Mesh} from './mesh-types.js';
15
- import {makeMeshAttributeMetadata} from './deduce-mesh-schema.js';
13
+ import {getArrowType, getArrowVector} from '../../lib/arrow/arrow-type-utils';
14
+ import type {Mesh} from './mesh-types';
15
+ import {makeMeshAttributeMetadata} from './deduce-mesh-schema';
16
16
 
17
17
  /**
18
18
  * * Convert a loaders.gl Mesh to an Apache Arrow Table
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /*
3
- import type {TypedArray} from '../../types.js';
3
+ import type {TypedArray} from '../../types';
4
4
  import {
5
5
  DataType,
6
6
  Float32,
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // import type {ArrayRowTableBatch, ObjectRowTableBatch} from '../../category/table.js';
3
+ // import type {ArrayRowTableBatch, ObjectRowTableBatch} from '../../category/table';
4
4
  const row_utils_1 = require("../utils/row-utils");
5
5
  const DEFAULT_ROW_COUNT = 100;
6
6
  class RowTableBatchAggregator {
@@ -15,7 +15,7 @@
15
15
  // Utf8,
16
16
  // TimestampMillisecond,
17
17
  // Null
18
- // } from '../schema.js';
18
+ // } from '../schema';
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.deduceTypeFromValue = exports.deduceTypeFromColumn = void 0;
21
21
  // const TYPED_ARRAY_TO_TYPE = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/schema",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Table format APIs for JSON, CSV, etc...",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,5 +34,5 @@
34
34
  "dependencies": {
35
35
  "@types/geojson": "^7946.0.7"
36
36
  },
37
- "gitHead": "4a690c369779346d73c9a27395d1c08d77d279a4"
37
+ "gitHead": "4d27d3ac6023e53b562dcad83b9254b198e81ee5"
38
38
  }