@fjell/core 4.4.40 → 4.4.42
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 +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjell/core",
|
|
3
3
|
"description": "Core Item and Key Framework for Fjell",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.42",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"core",
|
|
7
7
|
"fjell"
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"build": "npm run lint && node build.js",
|
|
29
29
|
"clean": "rm -rf dist",
|
|
30
30
|
"test": "npm run lint && vitest run --coverage",
|
|
31
|
+
"precommit": "npm run clean && npm run lint && npm run build && npm run test",
|
|
31
32
|
"prepublishOnly": "npm run clean && npm run build",
|
|
32
33
|
"docs:dev": "cd docs && npm run dev",
|
|
33
34
|
"docs:build": "cd docs && npm run build",
|
|
@@ -35,14 +36,14 @@
|
|
|
35
36
|
"docs:test": "cd docs && npm run test"
|
|
36
37
|
},
|
|
37
38
|
"dependencies": {
|
|
38
|
-
"@fjell/logging": "^4.4.
|
|
39
|
+
"@fjell/logging": "^4.4.47",
|
|
39
40
|
"deepmerge": "^4.3.1",
|
|
40
41
|
"luxon": "^3.7.1"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
44
|
"@eslint/eslintrc": "^3.3.1",
|
|
44
45
|
"@eslint/js": "^9.32.0",
|
|
45
|
-
"@fjell/eslint-config": "^1.1.
|
|
46
|
+
"@fjell/eslint-config": "^1.1.25",
|
|
46
47
|
"@swc/core": "^1.13.2",
|
|
47
48
|
"@tsconfig/recommended": "^1.0.10",
|
|
48
49
|
"@types/luxon": "^3.6.2",
|