@karinjs/plugin-shotium 0.2.1 → 0.2.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-shotium",
|
|
9
|
-
version: "0.2.
|
|
9
|
+
version: "0.2.2",
|
|
10
10
|
description: "karin \u7684 shotium \u622A\u56FE\u3001\u6E32\u67D3\u63D2\u4EF6",
|
|
11
11
|
keywords: [
|
|
12
12
|
"karin",
|
|
@@ -39,7 +39,7 @@ var package_default = {
|
|
|
39
39
|
"test:watch": "vitest"
|
|
40
40
|
},
|
|
41
41
|
dependencies: {
|
|
42
|
-
"@shotkit/shotium": "^0.
|
|
42
|
+
"@shotkit/shotium": "^0.4.0"
|
|
43
43
|
},
|
|
44
44
|
devDependencies: {
|
|
45
45
|
"@types/express": "5.0.6",
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ScreenshotOptions } from '@shotkit/shotium';
|
|
|
2
2
|
import { Snapka } from 'node-karin';
|
|
3
3
|
|
|
4
4
|
var name = "@karinjs/plugin-shotium";
|
|
5
|
-
var version = "0.2.
|
|
5
|
+
var version = "0.2.2";
|
|
6
6
|
var description = "karin 的 shotium 截图、渲染插件";
|
|
7
7
|
var keywords = [
|
|
8
8
|
"karin",
|
|
@@ -35,7 +35,7 @@ var scripts = {
|
|
|
35
35
|
"test:watch": "vitest"
|
|
36
36
|
};
|
|
37
37
|
var dependencies = {
|
|
38
|
-
"@shotkit/shotium": "^0.
|
|
38
|
+
"@shotkit/shotium": "^0.4.0"
|
|
39
39
|
};
|
|
40
40
|
var devDependencies = {
|
|
41
41
|
"@types/express": "5.0.6",
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getConfig, HMR_KEY, pluginName, pluginVersion } from './chunk-
|
|
2
|
-
export { HMR_KEY, configPath, defaultConfig, getConfig, package_default as pkg, pluginName, pluginVersion, saveConfig } from './chunk-
|
|
1
|
+
import { getConfig, HMR_KEY, pluginName, pluginVersion } from './chunk-3BGX7L6U.js';
|
|
2
|
+
export { HMR_KEY, configPath, defaultConfig, getConfig, package_default as pkg, pluginName, pluginVersion, saveConfig } from './chunk-3BGX7L6U.js';
|
|
3
3
|
import fs2 from 'node:fs';
|
|
4
4
|
import path2 from 'node:path';
|
|
5
5
|
import crypto from 'node:crypto';
|
package/dist/web.config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { package_default, getConfig, defaultConfig, saveConfig } from './chunk-
|
|
1
|
+
import { package_default, getConfig, defaultConfig, saveConfig } from './chunk-3BGX7L6U.js';
|
|
2
2
|
import { components } from 'node-karin';
|
|
3
3
|
|
|
4
4
|
var toNumber = (value, fallback) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karinjs/plugin-shotium",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "karin 的 shotium 截图、渲染插件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"karin",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"url": "git+https://github.com/KarinJS/plugin-shotium.git"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@shotkit/shotium": "^0.
|
|
26
|
+
"@shotkit/shotium": "^0.4.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/express": "5.0.6",
|