@pinegrow/vite-plugin 3.0.9 → 3.0.12

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/vite-plugin",
3
- "version": "3.0.9",
3
+ "version": "3.0.12",
4
4
  "description": "Pinegrow Vite Plugin",
5
5
  "type": "module",
6
6
  "files": [
@@ -40,7 +40,7 @@
40
40
  "build:vite-plugin:dev": "webpack -- --env mode=development vite",
41
41
  "publish-beta": "npm run increment-beta-version && npm publish",
42
42
  "increment-beta-version": "npm version prerelease --preid=beta",
43
- "publish": "npm run increment-version && npm publish",
43
+ "publish-patch": "npm run increment-version && npm publish",
44
44
  "increment-version": "npm version patch"
45
45
  },
46
46
  "dependencies": {