@pittica/google-business-intelligence-csv 1.4.0 → 1.4.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 +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21,6 +21,9 @@ const {
21
21
  const {
22
22
  file
23
23
  } = require("./scripts/file");
24
+ const {
25
+ process
26
+ } = require("./scripts/process");
24
27
  const {
25
28
  bootstrap
26
29
  } = require("./scripts/bootstrap");
@@ -47,6 +50,7 @@ exports.scripts = {
47
50
  bulk,
48
51
  day,
49
52
  file,
53
+ process,
50
54
  bootstrap,
51
55
  upload,
52
56
  clean,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pittica/google-business-intelligence-csv",
3
3
  "private": false,
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "description": "CSV importer for business intelligence for Google Cloud.",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {