@outfitter/index 0.1.0 → 0.2.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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createIndex } from "./shared/@outfitter/index-ewvzd5f9";
2
- import { INDEX_VERSION } from "./shared/@outfitter/index-3xe3cd6r";
3
2
  import { Index, IndexDocument, IndexMetadata, IndexOptions, SearchQuery, SearchResult, TokenizerType } from "./shared/@outfitter/index-m0h11hv5";
3
+ import { INDEX_VERSION } from "./shared/@outfitter/index-3xe3cd6r";
4
4
  import { IndexMigrationRegistry, createMigrationRegistry } from "./shared/@outfitter/index-mmgx1j0h";
5
5
  export { createMigrationRegistry, createIndex, TokenizerType, SearchResult, SearchQuery, IndexOptions, IndexMigrationRegistry, IndexMetadata, IndexDocument, Index, INDEX_VERSION };
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  createIndex
4
4
  } from "./shared/@outfitter/index-gf30ny51.js";
5
- import {
6
- createMigrationRegistry
7
- } from "./shared/@outfitter/index-1me624ny.js";
5
+ import"./shared/@outfitter/index-8fwmfq7d.js";
8
6
  import {
9
7
  INDEX_VERSION
10
8
  } from "./shared/@outfitter/index-bbzmc40h.js";
11
- import"./shared/@outfitter/index-8fwmfq7d.js";
9
+ import {
10
+ createMigrationRegistry
11
+ } from "./shared/@outfitter/index-1me624ny.js";
12
12
  export {
13
13
  createMigrationRegistry,
14
14
  createIndex,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@outfitter/index",
3
3
  "description": "SQLite FTS5 full-text search indexing for Outfitter",
4
- "version": "0.1.0",
4
+ "version": "0.2.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -9,37 +9,37 @@
9
9
  "module": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",
11
11
  "exports": {
12
- "./migrations": {
13
- "import": {
14
- "types": "./dist/migrations.d.ts",
15
- "default": "./dist/migrations.js"
16
- }
17
- },
18
12
  ".": {
19
13
  "import": {
20
14
  "types": "./dist/index.d.ts",
21
15
  "default": "./dist/index.js"
22
16
  }
23
17
  },
24
- "./types": {
25
- "import": {
26
- "types": "./dist/types.d.ts",
27
- "default": "./dist/types.js"
28
- }
29
- },
30
18
  "./fts5": {
31
19
  "import": {
32
20
  "types": "./dist/fts5.d.ts",
33
21
  "default": "./dist/fts5.js"
34
22
  }
35
23
  },
24
+ "./migrations": {
25
+ "import": {
26
+ "types": "./dist/migrations.d.ts",
27
+ "default": "./dist/migrations.js"
28
+ }
29
+ },
30
+ "./package.json": "./package.json",
31
+ "./types": {
32
+ "import": {
33
+ "types": "./dist/types.d.ts",
34
+ "default": "./dist/types.js"
35
+ }
36
+ },
36
37
  "./version": {
37
38
  "import": {
38
39
  "types": "./dist/version.d.ts",
39
40
  "default": "./dist/version.js"
40
41
  }
41
- },
42
- "./package.json": "./package.json"
42
+ }
43
43
  },
44
44
  "sideEffects": false,
45
45
  "scripts": {
@@ -51,8 +51,8 @@
51
51
  "clean": "rm -rf dist"
52
52
  },
53
53
  "dependencies": {
54
- "@outfitter/contracts": "0.1.0",
55
- "@outfitter/file-ops": "0.1.0"
54
+ "@outfitter/contracts": "0.3.0",
55
+ "@outfitter/file-ops": "0.2.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/bun": "latest",