@seahax/elemental 0.5.3 → 0.5.6
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/README.md +2 -3
- package/package.json +3 -25
package/README.md
CHANGED
|
@@ -14,9 +14,8 @@ Contains everything you need to build anything from a single component up to a f
|
|
|
14
14
|
- No Dependencies
|
|
15
15
|
- Tiny Bundle Size
|
|
16
16
|
|
|
17
|
-
[
|
|
19
|
-
|
|
17
|
+
[](https://www.npmjs.com/package/@seahax/elemental) [)
|
|
18
|
+
](https://bundlejs.com/?q=%40seahax%2Felemental%40latest&treeshake=%5B*%5D) [](https://builds.sr.ht/~seahax/elemental/commits/main/merge.yaml?)
|
|
20
19
|
|
|
21
20
|
## Define A Web Component
|
|
22
21
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seahax/elemental",
|
|
3
|
-
"version": "0.5.3",
|
|
4
3
|
"description": "Functional, reactive, web component base library.",
|
|
5
|
-
"
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://git.sr.ht/~seahax/elemental"
|
|
8
|
-
},
|
|
4
|
+
"homepage": "https://git.sr.ht/~seahax/elemental",
|
|
9
5
|
"license": "MIT-0",
|
|
10
6
|
"type": "module",
|
|
11
7
|
"exports": {
|
|
@@ -20,28 +16,10 @@
|
|
|
20
16
|
],
|
|
21
17
|
"scripts": {
|
|
22
18
|
"build": "vite build && tsc -b -f tsconfig.lib.json",
|
|
23
|
-
"postinstall": "playwright install",
|
|
24
|
-
"prepublishOnly": "npm run build && npm test",
|
|
25
19
|
"test": "eslint src && vitest run"
|
|
26
20
|
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@eslint/js": "^10.0.1",
|
|
29
|
-
"@seahax/eslint-progress": "^0.1.17",
|
|
30
|
-
"@types/node": "^25.6.0",
|
|
31
|
-
"@vitest/browser-playwright": "^4.1.6",
|
|
32
|
-
"eslint": "^10.3.0",
|
|
33
|
-
"eslint-config-prettier": "^10.1.8",
|
|
34
|
-
"eslint-plugin-prettier": "^5.5.5",
|
|
35
|
-
"eslint-plugin-regexp": "^3.1.0",
|
|
36
|
-
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
37
|
-
"jiti": "^2.6.1",
|
|
38
|
-
"playwright": "^1.60.0",
|
|
39
|
-
"typescript-eslint": "^8.59.1",
|
|
40
|
-
"vite": "^8.0.10",
|
|
41
|
-
"vite-bundle-analyzer": "^1.3.8",
|
|
42
|
-
"vitest": "^4.1.6"
|
|
43
|
-
},
|
|
44
21
|
"publishConfig": {
|
|
45
22
|
"access": "public"
|
|
46
|
-
}
|
|
23
|
+
},
|
|
24
|
+
"version": "0.5.6"
|
|
47
25
|
}
|