@fjell/registry 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/docs/public/package.json +1 -2
- package/package.json +3 -4
package/docs/public/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build": "tsc --noEmit && vite build",
|
|
25
25
|
"dev": "concurrently \"tsc --watch --noEmit\" \"vite build --watch\"",
|
|
26
26
|
"lint": "eslint . --ext .ts --fix",
|
|
27
|
-
"clean": "
|
|
27
|
+
"clean": "rm -rf dist",
|
|
28
28
|
"test": "npm run lint && vitest run --coverage",
|
|
29
29
|
"test:memory:optimized": "npm run lint && NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=1024\" vitest run tests/memory.test.ts",
|
|
30
30
|
"test:timing:optimized": "npm run lint && NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=1024\" vitest run tests/timing.test.ts",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"concurrently": "^9.2.0",
|
|
49
49
|
"eslint": "^9.31.0",
|
|
50
50
|
"nodemon": "^3.1.10",
|
|
51
|
-
"rimraf": "^6.0.1",
|
|
52
51
|
"ts-node": "^10.9.2",
|
|
53
52
|
"tsc-alias": "^1.8.16",
|
|
54
53
|
"typescript": "^5.8.3",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjell/registry",
|
|
3
3
|
"description": "Dependency injection and service location system for the Fjell ecosystem",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.23",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"registry",
|
|
7
7
|
"dependency-injection",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dev": "concurrently \"tsc --noEmit --watch\" \"node build.js --watch\"",
|
|
24
24
|
"build": "npm run lint && tsc --noEmit && node build.js",
|
|
25
25
|
"typecheck": "tsc --noEmit",
|
|
26
|
-
"clean": "
|
|
26
|
+
"clean": "rm -rf dist",
|
|
27
27
|
"test": "npm run lint && vitest run --coverage",
|
|
28
28
|
"prepublishOnly": "npm run clean && npm run build",
|
|
29
29
|
"docs:dev": "cd docs && npm run dev",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"esbuild": "^0.25.8",
|
|
49
49
|
"eslint": "^9.32.0",
|
|
50
50
|
"jsdom": "^26.1.0",
|
|
51
|
-
"rimraf": "^6.0.1",
|
|
52
51
|
"typescript": "^5.8.3",
|
|
53
52
|
"vitest": "3.2.4"
|
|
54
53
|
},
|
|
@@ -56,4 +55,4 @@
|
|
|
56
55
|
"type": "git",
|
|
57
56
|
"url": "git+https://github.com/getfjell/registry.git"
|
|
58
57
|
}
|
|
59
|
-
}
|
|
58
|
+
}
|