@powerlines/plugin-satori 0.1.396 → 0.1.398

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 (2) hide show
  1. package/dist/index.cjs +2 -2
  2. package/package.json +5 -5
package/dist/index.cjs CHANGED
@@ -7,10 +7,10 @@ let _stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
7
7
  let _stryke_path_join_paths = require("@stryke/path/join-paths");
8
8
  let _stryke_path_replace = require("@stryke/path/replace");
9
9
  let defu = require("defu");
10
- defu = require_runtime.__toESM(defu);
10
+ defu = require_runtime.__toESM(defu, 1);
11
11
  let powerlines_plugin_utils = require("powerlines/plugin-utils");
12
12
  let satori = require("satori");
13
- satori = require_runtime.__toESM(satori);
13
+ satori = require_runtime.__toESM(satori, 1);
14
14
 
15
15
  //#region src/index.ts
16
16
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-satori",
3
- "version": "0.1.396",
3
+ "version": "0.1.398",
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,17 +117,17 @@
117
117
  "@stryke/types": "^0.11.3",
118
118
  "defu": "^6.1.7",
119
119
  "jiti": "^2.6.1",
120
- "powerlines": "^0.42.38",
120
+ "powerlines": "^0.42.40",
121
121
  "satori": "^0.18.4"
122
122
  },
123
123
  "devDependencies": {
124
- "@powerlines/plugin-plugin": "^0.12.348",
125
- "@storm-software/config": "^1.137.29",
124
+ "@powerlines/plugin-plugin": "^0.12.350",
125
+ "@storm-software/config": "^1.137.30",
126
126
  "@types/node": "^25.6.0",
127
127
  "@types/react": "^19.2.14",
128
128
  "@types/react-dom": "^19.2.3"
129
129
  },
130
130
  "publishConfig": { "access": "public" },
131
131
  "types": "./dist/index.d.cts",
132
- "gitHead": "9cec72510580fd8ee2cafc64ccae8ca65e7746a4"
132
+ "gitHead": "53fe118324ce5a30936fc934f219781021d72844"
133
133
  }