@tinacms/scripts 0.50.5 → 0.50.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.50.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a05546eb4: Added basic open source telemetry
8
+
9
+ See [this discussion](https://github.com/tinacms/tinacms/discussions/2451) for more information and how to opt out.
10
+
3
11
  ## 0.50.5
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -373,7 +373,8 @@ var buildIt = async (entryPoint, packageJSON) => {
373
373
  bundle: true,
374
374
  platform: "node",
375
375
  outdir: _path2.default.join(process.cwd(), "dist"),
376
- external
376
+ external,
377
+ target: "node12"
377
378
  });
378
379
  }
379
380
  const extension2 = _path2.default.extname(entry);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "0.50.5",
3
+ "version": "0.50.6",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",