@sandboxed/unitjs 2.2.6 → 2.2.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sandboxed/unitjs",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7",
|
|
4
4
|
"description": "UnitJS follows the `Revealing Module Pattern`. Easy to use DOM manipulation light-weight library",
|
|
5
5
|
"main": "lib/cjs/unit.cjs",
|
|
6
6
|
"module": "./lib/esm/unit.js",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
17
|
"test": "jest",
|
|
18
|
-
"lint": "tsc --noEmit && eslint './src/**/*.{js,ts,tsx}'",
|
|
19
|
-
"build": "
|
|
20
|
-
"
|
|
18
|
+
"lint": "tsc --version && tsc --noEmit && eslint './src/**/*.{js,ts,tsx}'",
|
|
19
|
+
"verify:build": "npm run lint && npm run test",
|
|
20
|
+
"build": "npm run verify:build && tsup"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@stylistic/eslint-plugin": "^5.2.2",
|
|
35
35
|
"@swc/core": "^1.13.2",
|
|
36
36
|
"@types/jest": "^30.0.0",
|
|
37
|
-
"eslint": "9.
|
|
37
|
+
"eslint": "^9.39.4",
|
|
38
38
|
"eslint-config-prettier": "^10.1.8",
|
|
39
39
|
"eslint-plugin-prettier": "^5.5.3",
|
|
40
40
|
"jest": "^30.0.5",
|