@bugsplat/js-api-client 1.1.2 → 1.1.3

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.
@@ -1,3 +1,4 @@
1
1
  export { TableDataClient } from './table-data-client/table-data-client';
2
2
  export { TableDataRequest } from './table-data-client/table-data-request';
3
3
  export { TableDataResponse } from './table-data-client/table-data-response';
4
+ export { TableDataFormDataBuilder } from './table-data-form-data-builder/table-data-form-data-builder';
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TableDataClient = void 0;
3
+ exports.TableDataFormDataBuilder = exports.TableDataClient = void 0;
4
4
  var table_data_client_1 = require("./table-data-client/table-data-client");
5
5
  Object.defineProperty(exports, "TableDataClient", { enumerable: true, get: function () { return table_data_client_1.TableDataClient; } });
6
+ var table_data_form_data_builder_1 = require("./table-data-form-data-builder/table-data-form-data-builder");
7
+ Object.defineProperty(exports, "TableDataFormDataBuilder", { enumerable: true, get: function () { return table_data_form_data_builder_1.TableDataFormDataBuilder; } });
6
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/common/data/table-data/index.ts"],"names":[],"mappings":";;;AAAA,2EAAwE;AAA/D,oHAAA,eAAe,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/common/data/table-data/index.ts"],"names":[],"mappings":";;;AAAA,2EAAwE;AAA/D,oHAAA,eAAe,OAAA;AAGxB,4GAAuG;AAA9F,wIAAA,wBAAwB,OAAA"}
@@ -1,3 +1,4 @@
1
1
  export { TableDataClient } from './table-data-client/table-data-client';
2
2
  export { TableDataRequest } from './table-data-client/table-data-request';
3
3
  export { TableDataResponse } from './table-data-client/table-data-response';
4
+ export { TableDataFormDataBuilder } from './table-data-form-data-builder/table-data-form-data-builder';
@@ -1,2 +1,3 @@
1
1
  export { TableDataClient } from './table-data-client/table-data-client';
2
+ export { TableDataFormDataBuilder } from './table-data-form-data-builder/table-data-form-data-builder';
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/common/data/table-data/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/common/data/table-data/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAGxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,6DAA6D,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bugsplat/js-api-client",
3
3
  "description": "JS client for consuming the BugSplat API",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
7
7
  "files": [