@tinacms/scripts 0.0.0-20230320213240 → 0.0.0-20230321151032

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -443,11 +443,11 @@ var buildIt = async (entryPoint, packageJSON) => {
443
443
  await _esbuild.build.call(void 0, {
444
444
  entryPoints: [_path2.default.join(process.cwd(), entry)],
445
445
  bundle: true,
446
- platform: "browser",
446
+ platform: "node",
447
447
  target: "es2020",
448
448
  format: "esm",
449
449
  outfile: _path2.default.join(process.cwd(), "dist", "index.es.js"),
450
- external: Object.keys(_chunkNYQD2IPWjs.__spreadValues.call(void 0, {}, peerDeps2))
450
+ external
451
451
  });
452
452
  } else {
453
453
  await _esbuild.build.call(void 0, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "0.0.0-20230320213240",
3
+ "version": "0.0.0-20230321151032",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",