@karinjs/plugin-puppeteer 2.0.0 → 2.0.2

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.
@@ -6,7 +6,7 @@ import { basePath } from 'node-karin/root';
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@karinjs/plugin-puppeteer",
9
- version: "2.0.0",
9
+ version: "2.0.2",
10
10
  description: "karin \u7684 puppeteer \u622A\u56FE\u3001\u6E32\u67D3\u63D2\u4EF6",
11
11
  keywords: [
12
12
  "karin",
@@ -41,7 +41,7 @@ var package_default = {
41
41
  sync: 'curl -X PUT "https://registry-direct.npmmirror.com/-/package/@karinjs/plugin-puppeteer/syncs"'
42
42
  },
43
43
  dependencies: {
44
- "@snapka/puppeteer": "0.2.1"
44
+ "@snapka/puppeteer": "0.2.3"
45
45
  },
46
46
  devDependencies: {
47
47
  "@types/node": "^22.5.4",
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getConfig, HMR_KEY, pluginVersion, pluginName } from './chunk-TAZOJU2Q.js';
1
+ import { getConfig, HMR_KEY, pluginVersion, pluginName } from './chunk-HXRQTYDE.js';
2
2
  import path from 'node:path';
3
3
  import { snapka } from '@snapka/puppeteer';
4
4
  export * from '@snapka/puppeteer';
@@ -1,4 +1,4 @@
1
- import { package_default, saveConfig, getConfig } from './chunk-TAZOJU2Q.js';
1
+ import { package_default, saveConfig, getConfig } from './chunk-HXRQTYDE.js';
2
2
  import { components } from 'node-karin';
3
3
 
4
4
  var webConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karinjs/plugin-puppeteer",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "karin 的 puppeteer 截图、渲染插件",
5
5
  "keywords": [
6
6
  "karin",
@@ -23,7 +23,7 @@
23
23
  "url": "git+https://github.com/KarinJS/puppeteer.git"
24
24
  },
25
25
  "dependencies": {
26
- "@snapka/puppeteer": "0.2.1"
26
+ "@snapka/puppeteer": "0.2.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.5.4",