@powerlines/plugin-satori 0.1.602 → 0.1.603

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,7 +1,7 @@
1
1
  import { SatoriPluginContext, SatoriPluginOptions, SatoriPluginResolvedConfig, SatoriPluginUserConfig } from "./types/plugin.cjs";
2
2
  import { SatoriComponentModule } from "./types/module.cjs";
3
+ import "./types/index.cjs";
3
4
  import { Plugin } from "powerlines";
4
-
5
5
  //#region src/index.d.ts
6
6
  declare module "powerlines" {
7
7
  interface Config {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;YAsCY,MAAA;IACR,MAAA,GAAS,mBAAmB;EAAA;AAAA;;;;;;;cAUnB,MAAA,oBACM,mBAAA,GAAsB,mBAAA,EAEvC,OAAA,EAAS,mBAAA,KACR,MAAA,CAAO,QAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;YAsCY;IACR,SAAS;;;;;;;;;cAUA,SACX,iBAAiB,sBAAsB,qBAEvC,SAAS,wBACR,OAAO"}
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SatoriPluginContext, SatoriPluginOptions, SatoriPluginResolvedConfig, SatoriPluginUserConfig } from "./types/plugin.mjs";
2
2
  import { SatoriComponentModule } from "./types/module.mjs";
3
+ import "./types/index.mjs";
3
4
  import { Plugin } from "powerlines";
4
-
5
5
  //#region src/index.d.ts
6
6
  declare module "powerlines" {
7
7
  interface Config {
@@ -1,6 +1,5 @@
1
1
  import { SatoriOptions } from "satori";
2
2
  import { ReactNode } from "react";
3
-
4
3
  //#region src/types/module.d.ts
5
4
  interface SatoriComponentModule {
6
5
  default: ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.cts","names":[],"sources":["../../src/types/module.ts"],"mappings":";;;;UAqBiB,qBAAA;EACf,OAAA,EAAS,SAAA;EACT,OAAA,GAAU,aAAa;AAAA"}
1
+ {"version":3,"file":"module.d.cts","names":[],"sources":["../../src/types/module.ts"],"mappings":";;;UAqBiB;EACf,SAAS;EACT,UAAU"}
@@ -1,6 +1,5 @@
1
1
  import { SatoriOptions } from "satori";
2
2
  import { ReactNode } from "react";
3
-
4
3
  //#region src/types/module.d.ts
5
4
  interface SatoriComponentModule {
6
5
  default: ReactNode;
@@ -1,6 +1,5 @@
1
1
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
2
2
  import { SatoriOptions } from "satori";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface SatoriPluginOptions {
6
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UAqBiB,mBAAA;;AAAjB;;EAIE,IAAA;EAgBwB;;;;;;EARxB,UAAA;EAQsC;AAGxC;;;;;EAHE,cAAA,GAAiB,OAAO,CAAC,aAAA;AAAA;AAAA,UAGV,sBAAA,SAA+B,UAAA;EAC9C,MAAA,GAAS,IAAA,CAAK,mBAAA,sBACZ,QAAA,CAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,UAGD,0BAAA,SAAmC,cAAA;EAClD,MAAA,EAAQ,IAAA,CAAK,mBAAA,sBACX,QAAA,CAAS,IAAA,CAAK,mBAAA;IANhB;;;;;;IAaI,MAAA;EAAA;AAAA;AAAA,KAIM,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,aAAA,CAAc,eAAA"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAqBiB;;;;EAIf;;;;;;;EAQA;;;;;;;EAQA,iBAAiB,QAAQ;;UAGV,+BAA+B;EAC9C,SAAS,KAAK,yCACZ,SAAS,KAAK;;UAGD,mCAAmC;EAClD,QAAQ,KAAK,yCACX,SAAS,KAAK;;;;;;;IAOZ;;;KAIM,oBACV,wBAAwB,6BACtB,8BACA,cAAc"}
@@ -1,6 +1,5 @@
1
1
  import { SatoriOptions } from "satori";
2
2
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface SatoriPluginOptions {
6
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-satori",
3
- "version": "0.1.602",
3
+ "version": "0.1.603",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use Satori to generate SVG files from jsx/tsx components.",
6
6
  "repository": {
@@ -117,13 +117,13 @@
117
117
  "@stryke/types": "^0.12.23",
118
118
  "defu": "^6.1.7",
119
119
  "jiti": "^2.7.0",
120
- "powerlines": "^0.47.142",
120
+ "powerlines": "^0.47.143",
121
121
  "satori": "^0.18.4"
122
122
  },
123
123
  "devDependencies": {
124
- "@powerlines/plugin-plugin": "^0.12.554",
125
- "@storm-software/config": "^1.138.26",
126
- "@types/node": "^25.9.4",
124
+ "@powerlines/plugin-plugin": "^0.12.555",
125
+ "@storm-software/config": "^1.138.29",
126
+ "@types/node": "^25.9.5",
127
127
  "@types/react": "^19.2.17",
128
128
  "@types/react-dom": "^19.2.3",
129
129
  "react": "^19.2.7",
@@ -131,5 +131,5 @@
131
131
  },
132
132
  "publishConfig": { "access": "public" },
133
133
  "types": "./dist/index.d.cts",
134
- "gitHead": "237e375dd938a17d2d363344b4d2c38c0173a76e"
134
+ "gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
135
135
  }