@jestek-dev/scripture-engine 0.7.0 → 0.7.1

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.
@@ -8,7 +8,7 @@
8
8
  * tie-breaks — MUST bump this in the same commit. Gate G2 fails a PR whose
9
9
  * ordering changed without a bump, so this is enforced, not merely asked for.
10
10
  */
11
- export declare const ENGINE_VERSION = "0.7.0";
11
+ export declare const ENGINE_VERSION = "0.7.1";
12
12
  /**
13
13
  * Bumped independently of ENGINE_VERSION when the tokenizer changes, because
14
14
  * a tokenizer change invalidates precomputed corpus term profiles: the
@@ -8,7 +8,7 @@
8
8
  * tie-breaks — MUST bump this in the same commit. Gate G2 fails a PR whose
9
9
  * ordering changed without a bump, so this is enforced, not merely asked for.
10
10
  */
11
- export const ENGINE_VERSION = '0.7.0';
11
+ export const ENGINE_VERSION = '0.7.1';
12
12
  /**
13
13
  * Bumped independently of ENGINE_VERSION when the tokenizer changes, because
14
14
  * a tokenizer change invalidates precomputed corpus term profiles: the
package/package.json CHANGED
@@ -1,8 +1,17 @@
1
1
  {
2
2
  "name": "@jestek-dev/scripture-engine",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "description": "Pure deterministic Scripture retrieval and ranking core. Zero I/O, zero runtime AI.",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/jestek-dev/scripture-search-engine.git",
9
+ "directory": "engine"
10
+ },
11
+ "homepage": "https://github.com/jestek-dev/scripture-search-engine#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/jestek-dev/scripture-search-engine/issues"
14
+ },
6
15
  "main": "dist/index.js",
7
16
  "types": "dist/index.d.ts",
8
17
  "exports": {