@pinegrow/astro-module 3.0.35 → 3.0.37
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinegrow/astro-module",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.37",
|
|
4
4
|
"description": "Pinegrow Astro Module",
|
|
5
5
|
"author": "Pinegrow (http://pinegrow.com/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"build": "tsup src/index.ts",
|
|
33
33
|
"prepublishOnly": "npm run build",
|
|
34
34
|
"release": "npx bumpp --commit --tag --push && npm publish --access public",
|
|
35
|
-
"publish-beta": "npm run increment-beta-version && npm publish",
|
|
35
|
+
"publish-beta": "npm run increment-beta-version && npm publish --tag beta",
|
|
36
36
|
"increment-beta-version": "npm version prerelease --preid=beta",
|
|
37
37
|
"publish-patch": "npm publish",
|
|
38
38
|
"increment-version": "npm version patch"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@pinegrow/vite-plugin": "3.0.
|
|
41
|
+
"@pinegrow/vite-plugin": "3.0.37"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"astro": "^3.0.0",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/live-designer.mjs
|
|
2
|
-
var _viteplugin = require('@pinegrow/vite-plugin'); var _viteplugin2 = _interopRequireDefault(_viteplugin);
|
|
3
|
-
var liveDesigner = _viteplugin2.default.liveDesigner;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
exports.liveDesigner = liveDesigner;
|