ga4-export-fixer 0.4.3 → 0.4.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.
package/README.md CHANGED
@@ -150,7 +150,7 @@ Include the package in the package.json file in your Dataform repository.
150
150
  {
151
151
  "dependencies": {
152
152
  "@dataform/core": "3.0.42",
153
- "ga4-export-fixer": "0.4.3"
153
+ "ga4-export-fixer": "0.4.4"
154
154
  }
155
155
  }
156
156
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ga4-export-fixer",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
package/preOperations.js CHANGED
@@ -252,9 +252,6 @@ Set the pre-operations for the query, required for managing incremental refreshe
252
252
  */
253
253
 
254
254
  ${preOperationsSQL}
255
-
256
- -- End of pre-operations
257
-
258
255
  `;
259
256
  };
260
257