@tinacms/scripts 0.0.0-20230720141706 → 0.0.0-20230727190546

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 +6 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -493,6 +493,12 @@ var buildIt = async (entryPoint, packageJSON) => {
493
493
  }
494
494
  }
495
495
  ],
496
+ resolve: {
497
+ alias: {
498
+ "@toolkit": _path2.default.resolve(process.cwd(), "src/toolkit"),
499
+ "@tinacms/toolkit": _path2.default.resolve(process.cwd(), "src/toolkit/index.ts")
500
+ }
501
+ },
496
502
  build: {
497
503
  minify: false,
498
504
  assetsInlineLimit: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "0.0.0-20230720141706",
3
+ "version": "0.0.0-20230727190546",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",