@pinegrow/vite-plugin 3.0.0 → 3.0.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
  3. package/types.d.ts +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Pinegrow Vite Plugin enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).
12
12
 
13
- - [ Learn more about Vue Designer](https://pinegrow.com/vue-designer)
13
+ - [ Learn more about Vue Designer](https://vuedesigner.com)
14
14
 
15
15
  ## Features
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/vite-plugin",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Pinegrow Vite Plugin",
5
5
  "type": "module",
6
6
  "files": [
@@ -38,8 +38,7 @@
38
38
  "build:vite-plugin": "webpack -- --env mode=production vite",
39
39
  "build:vite-plugin:dev": "webpack -- --env mode=development vite",
40
40
  "publish-beta": "npm run increment-beta-version && npm publish",
41
- "increment-beta-version": "npm version prerelease --preid=beta",
42
- "publish": "npm publish"
41
+ "increment-beta-version": "npm version prerelease --preid=beta"
43
42
  },
44
43
  "dependencies": {
45
44
  "@vue/compiler-sfc": "^3.2.45",
package/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // https://pinegrow.com/vue-designer
1
+ // https://vuedesigner.com
2
2
 
3
3
  import type { PinegrowTailwindCSSModuleOptions } from '@pinegrow/tailwindcss-plugin'
4
4
  import type { PluginOption as VitePluginOption } from 'vite'