@pittica/google-business-intelligence-helpers 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22,7 +22,8 @@ const {
22
22
  getSqlFilePath
23
23
  } = require("./contents/sql");
24
24
  const {
25
- mapStorageResponse
25
+ mapStorageResponse,
26
+ getSafeFilename
26
27
  } = require("./contents/storage");
27
28
  const {
28
29
  getTemporaryTableName,
@@ -56,6 +57,7 @@ exports.getSchemaKeys = getSchemaKeys;
56
57
  exports.hasSchema = hasSchema;
57
58
  exports.getSqlFilePath = getSqlFilePath;
58
59
  exports.mapStorageResponse = mapStorageResponse;
60
+ exports.getSafeFilename = getSafeFilename;
59
61
  exports.getTemporaryTableName = getTemporaryTableName;
60
62
  exports.getTemporaryTableSuffix = getTemporaryTableSuffix;
61
63
  exports.partsToDate = partsToDate;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pittica/google-business-intelligence-helpers",
3
3
  "private": false,
4
- "version": "1.6.0",
4
+ "version": "1.6.1",
5
5
  "description": "Helpers for business intelligence for Google Cloud.",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {