@seahax/elemental 0.5.4 → 0.5.7

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/README.md +1 -3
  2. package/package.json +2 -21
package/README.md CHANGED
@@ -14,9 +14,7 @@ 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
- [![NPM](https://img.shields.io/npm/v/%40seahax%2Felemental?style=for-the-badge&color=red)](https://www.npmjs.com/package/@seahax/elemental) [![BundleJS (GZIP)](https://img.shields.io/bundlejs/size/%40seahax/elemental?style=for-the-badge&label=bundlejs%20(gzip))
18
- ](https://bundlejs.com/?q=%40seahax%2Felemental%40latest&treeshake=%5B*%5D)
19
-
17
+ [![NPM](https://img.shields.io/npm/v/%40seahax%2Felemental?color=red)](https://www.npmjs.com/package/@seahax/elemental) [![BundleJS (GZIP)](https://img.shields.io/bundlejs/size/%40seahax/elemental?label=bundlejs%20(gzip))](https://bundlejs.com/?q=%40seahax%2Felemental%40latest&treeshake=%5B*%5D) [![builds.sr.ht status](https://builds.sr.ht/~seahax/elemental/commits/main/merge.yaml.svg)](https://builds.sr.ht/~seahax/elemental/commits/main/merge.yaml?)
20
18
 
21
19
  ## Define A Web Component
22
20
 
package/package.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "name": "@seahax/elemental",
3
- "version": "0.5.4",
4
3
  "description": "Functional, reactive, web component base library.",
5
4
  "homepage": "https://git.sr.ht/~seahax/elemental",
6
5
  "license": "MIT-0",
@@ -17,28 +16,10 @@
17
16
  ],
18
17
  "scripts": {
19
18
  "build": "vite build && tsc -b -f tsconfig.lib.json",
20
- "postinstall": "playwright install",
21
- "prepublishOnly": "npm run build && npm test",
22
19
  "test": "eslint src && vitest run"
23
20
  },
24
- "devDependencies": {
25
- "@eslint/js": "^10.0.1",
26
- "@seahax/eslint-progress": "^0.1.17",
27
- "@types/node": "^25.6.0",
28
- "@vitest/browser-playwright": "^4.1.6",
29
- "eslint": "^10.3.0",
30
- "eslint-config-prettier": "^10.1.8",
31
- "eslint-plugin-prettier": "^5.5.5",
32
- "eslint-plugin-regexp": "^3.1.0",
33
- "eslint-plugin-simple-import-sort": "^13.0.0",
34
- "jiti": "^2.6.1",
35
- "playwright": "^1.60.0",
36
- "typescript-eslint": "^8.59.1",
37
- "vite": "^8.0.10",
38
- "vite-bundle-analyzer": "^1.3.8",
39
- "vitest": "^4.1.6"
40
- },
41
21
  "publishConfig": {
42
22
  "access": "public"
43
- }
23
+ },
24
+ "version": "0.5.7"
44
25
  }