@power-plant/handlebars 0.0.3 → 0.0.5

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/index.d.cts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { RuntimeOptions } from "handlebars";
2
-
3
2
  //#region src/index.d.ts
4
3
  interface Options extends RuntimeOptions {
5
4
  template: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;UAwBiB,OAAA,SAAgB,cAAc;EAC7C,QAAA;EACA,UAAA;AAAA;;;;;;;AAAU;AACX;;cAAA,QAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;UAwBiB,gBAAgB;EAC/B;EACA"}
package/dist/index.d.mts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { RuntimeOptions } from "handlebars";
2
-
3
2
  //#region src/index.d.ts
4
3
  interface Options extends RuntimeOptions {
5
4
  template: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/handlebars",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "private": false,
5
5
  "description": "A Power Plant generator for using Handlebars to generate source code.",
6
6
  "keywords": [
@@ -67,8 +67,8 @@
67
67
  "typings": "dist/index.d.mts",
68
68
  "files": ["dist"],
69
69
  "dependencies": {
70
- "@power-plant/core": "^0.0.7",
71
- "@power-plant/schema": "^0.0.7",
70
+ "@power-plant/core": "^0.0.9",
71
+ "@power-plant/schema": "^0.0.9",
72
72
  "@stryke/convert": "^0.7.26",
73
73
  "@stryke/path": "^0.29.22",
74
74
  "@stryke/type-checks": "^0.6.28",
@@ -78,9 +78,9 @@
78
78
  },
79
79
  "devDependencies": {
80
80
  "@powerlines/plugin-tsdown": "^0.1.543",
81
- "@types/node": "^25.9.4",
81
+ "@types/node": "^25.9.5",
82
82
  "powerlines": "^0.47.142"
83
83
  },
84
84
  "publishConfig": { "access": "public" },
85
- "gitHead": "622dec3ff12d358e3f08b6317e16ab05d2073b76"
85
+ "gitHead": "04feed717e5fdc3e076d94fb6238b199241fad35"
86
86
  }