@eclesia/indexer-engine 2.14.4 → 2.14.5

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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,16 +1,7 @@
1
1
  {
2
2
  "name": "@eclesia/indexer-engine",
3
- "version": "2.14.4",
3
+ "version": "2.14.5",
4
4
  "description": "Core eclesia indexer engine",
5
- "scripts": {
6
- "build": "tsc --noEmit && tsdown",
7
- "bench": "vitest bench --config benchmarks/vitest.config.ts",
8
- "lint": "eslint",
9
- "lint:fix": "eslint --fix",
10
- "test": "vitest",
11
- "typecheck": "tsc --noEmit",
12
- "start": "node dist/index.mjs"
13
- },
14
5
  "files": [
15
6
  "dist/",
16
7
  "scripts/",
@@ -71,5 +62,14 @@
71
62
  },
72
63
  "main": "dist/index.cjs",
73
64
  "module": "dist/index.mjs",
74
- "types": "dist/index.d.mts"
65
+ "types": "dist/index.d.mts",
66
+ "scripts": {
67
+ "build": "tsc --noEmit && tsdown",
68
+ "bench": "vitest bench --config benchmarks/vitest.config.ts",
69
+ "lint": "eslint",
70
+ "lint:fix": "eslint --fix",
71
+ "test": "vitest",
72
+ "typecheck": "tsc --noEmit",
73
+ "start": "node dist/index.mjs"
74
+ }
75
75
  }