@powerlines/unplugin 0.0.74 → 0.0.75

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/dist/package.cjs CHANGED
@@ -9,7 +9,7 @@ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TS
9
9
 
10
10
  //#region package.json
11
11
  var name = "@powerlines/unplugin";
12
- var version = "0.0.73";
12
+ var version = "0.0.74";
13
13
 
14
14
  //#endregion
15
15
  Object.defineProperty(exports, 'name', {
package/dist/package.mjs CHANGED
@@ -8,7 +8,7 @@ const __TSDOWN_SHIM_DIRNAME__ = /* @__PURE__ */ __tsdown_shims_path.dirname(__TS
8
8
 
9
9
  //#region package.json
10
10
  var name = "@powerlines/unplugin";
11
- var version = "0.0.73";
11
+ var version = "0.0.74";
12
12
 
13
13
  //#endregion
14
14
  export { name, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/unplugin",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "keywords": [
@@ -105,7 +105,7 @@
105
105
  "typings": "dist/index.d.mts",
106
106
  "files": ["dist"],
107
107
  "dependencies": {
108
- "@powerlines/core": "^0.48.26",
108
+ "@powerlines/core": "^0.48.27",
109
109
  "@rollup/plugin-alias": "^6.0.0",
110
110
  "@rollup/plugin-inject": "^5.0.5",
111
111
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -167,5 +167,5 @@
167
167
  "webpack": { "optional": true }
168
168
  },
169
169
  "publishConfig": { "access": "public" },
170
- "gitHead": "96a654a26c414db84da2bd824d8f821e6c0fe3ff"
170
+ "gitHead": "8712f695515d4d33d5bcfe8c460580d83f321c0e"
171
171
  }