@fjell/core 4.4.22 → 4.4.23

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 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.22",
4
+ "version": "4.4.23",
5
5
  "keywords": [
6
6
  "core",
7
7
  "fjell"
@@ -17,15 +17,15 @@
17
17
  },
18
18
  "type": "module",
19
19
  "dependencies": {
20
- "@fjell/docs-template": "link:../fjell-docs-template",
21
- "@fjell/logging": "^4.4.25",
20
+ "@fjell/docs-template": "1.0.21",
21
+ "@fjell/logging": "^4.4.28",
22
22
  "deepmerge": "^4.3.1",
23
23
  "luxon": "^3.7.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@eslint/eslintrc": "^3.3.1",
27
27
  "@eslint/js": "^9.31.0",
28
- "@fjell/eslint-config": "^1.0.5",
28
+ "@fjell/eslint-config": "^1.1.2",
29
29
  "@swc/core": "^1.13.2",
30
30
  "@tsconfig/recommended": "^1.0.10",
31
31
  "@types/luxon": "^3.6.2",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "scripts": {
47
47
  "lint": "eslint . --ext .ts --fix",
48
- "dev": "concurrently \"tsc --noEmit --watch\" \"node esbuild.config.js --watch\"",
49
- "build": "pnpm run lint && tsc --noEmit && node esbuild.config.js && node generate-types.js",
48
+ "dev": "concurrently \"tsc --noEmit --watch\" \"node build.js --watch\"",
49
+ "build": "pnpm run lint && tsc --noEmit && node build.js",
50
50
  "clean": "rimraf dist",
51
51
  "test": "pnpm run lint && vitest run --coverage",
52
52
  "docs:dev": "cd docs && npm run dev",