@widget-js/core 24.1.1-beta.86 → 24.1.1-beta.87
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.cjs +2317 -2091
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2798 -2714
- package/dist/index.d.ts +2798 -2714
- package/dist/index.js +2313 -2091
- package/dist/index.js.map +1 -1
- package/package.json +75 -75
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@widget-js/core",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "24.1.1-beta.
|
|
5
|
-
"description": "",
|
|
6
|
-
"publishConfig": {
|
|
7
|
-
"access": "public"
|
|
8
|
-
},
|
|
9
|
-
"author": "Neo Fu <rtugeek@gmail.com>",
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"homepage": "https://github.com/widom-widget/core",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/widom-widget/core.git"
|
|
15
|
-
},
|
|
16
|
-
"bugs": {
|
|
17
|
-
"url": "https://github.com/widom-widget/core/issues"
|
|
18
|
-
},
|
|
19
|
-
"exports": {
|
|
20
|
-
"import": "./dist/index.js",
|
|
21
|
-
"require": "./dist/index.cjs"
|
|
22
|
-
},
|
|
23
|
-
"main": "dist/index.cjs",
|
|
24
|
-
"module": "dist/index.js",
|
|
25
|
-
"types": "dist/index.d.ts",
|
|
26
|
-
"files": [
|
|
27
|
-
"dist"
|
|
28
|
-
],
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"@
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"babel
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@widget-js/core",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "24.1.1-beta.87",
|
|
5
|
+
"description": "",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
},
|
|
9
|
+
"author": "Neo Fu <rtugeek@gmail.com>",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"homepage": "https://github.com/widom-widget/core",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/widom-widget/core.git"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/widom-widget/core/issues"
|
|
18
|
+
},
|
|
19
|
+
"exports": {
|
|
20
|
+
"import": "./dist/index.js",
|
|
21
|
+
"require": "./dist/index.cjs"
|
|
22
|
+
},
|
|
23
|
+
"main": "dist/index.cjs",
|
|
24
|
+
"module": "dist/index.js",
|
|
25
|
+
"types": "dist/index.d.ts",
|
|
26
|
+
"files": [
|
|
27
|
+
"dist"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"test": "jest --no-cache --runInBand",
|
|
31
|
+
"test:cov": "jest --coverage --no-cache --runInBand",
|
|
32
|
+
"copy": "node ./script/copy.js",
|
|
33
|
+
"build": "tsup-node src/index.ts && npm run copy",
|
|
34
|
+
"pnpm:publish": "npm run build && pnpm publish --no-git-checks"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@supabase/supabase-js": "^2.84.0",
|
|
38
|
+
"@types/css-tree": "^2.3.8",
|
|
39
|
+
"css-tree": "^2.3.1",
|
|
40
|
+
"localforage": "^1.10.0",
|
|
41
|
+
"lodash": "^4.17.21",
|
|
42
|
+
"path-normalize": "^6.0.12"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@antfu/eslint-config": "^2.16.1",
|
|
46
|
+
"@babel/cli": "^7.19.3",
|
|
47
|
+
"@babel/core": "^7.20.2",
|
|
48
|
+
"@babel/node": "^7.20.2",
|
|
49
|
+
"@babel/preset-env": "^7.20.2",
|
|
50
|
+
"@babel/preset-typescript": "^7.22.5",
|
|
51
|
+
"@types/jest": "^29.2.3",
|
|
52
|
+
"@types/lodash": "^4.14.202",
|
|
53
|
+
"@types/node": "^20.2.5",
|
|
54
|
+
"@types/urijs": "^1.19.19",
|
|
55
|
+
"babel-core": "^6.26.3",
|
|
56
|
+
"consola": "^3.2.3",
|
|
57
|
+
"csstype": "^3.1.3",
|
|
58
|
+
"eslint": "8.48.0",
|
|
59
|
+
"esno": "^4.0.0",
|
|
60
|
+
"file-type": "^18.4.0",
|
|
61
|
+
"husky": "^8.0.2",
|
|
62
|
+
"jest": "^29.3.1",
|
|
63
|
+
"pinst": "^3.0.0",
|
|
64
|
+
"rimraf": "^4.4.1",
|
|
65
|
+
"sharp": "^0.32.6",
|
|
66
|
+
"systeminformation": "^5.31.1",
|
|
67
|
+
"ts-jest": "^29.0.3",
|
|
68
|
+
"ts-loader": "^9.5.1",
|
|
69
|
+
"ts-node": "^10.9.2",
|
|
70
|
+
"tsdoc-markdown": "^0.6.0",
|
|
71
|
+
"tsup": "^8.1.0",
|
|
72
|
+
"typescript": "^5.5.2",
|
|
73
|
+
"vitest": "^1.1.0"
|
|
74
|
+
}
|
|
75
|
+
}
|