node-type-registry 0.49.0 → 0.50.0

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.
@@ -200,15 +200,6 @@ exports.SearchUnified = {
200
200
  type: 'object',
201
201
  description: 'Per-algorithm weights: {tsv: 1.5, bm25: 1.0, pgvector: 0.8, trgm: 0.3}'
202
202
  },
203
- normalization: {
204
- type: 'string',
205
- enum: [
206
- 'linear',
207
- 'sigmoid'
208
- ],
209
- description: 'Score normalization strategy',
210
- default: 'linear'
211
- },
212
203
  boost_recent: {
213
204
  type: 'boolean',
214
205
  description: 'Enable recency boost for search results',
@@ -197,15 +197,6 @@ export const SearchUnified = {
197
197
  type: 'object',
198
198
  description: 'Per-algorithm weights: {tsv: 1.5, bm25: 1.0, pgvector: 0.8, trgm: 0.3}'
199
199
  },
200
- normalization: {
201
- type: 'string',
202
- enum: [
203
- 'linear',
204
- 'sigmoid'
205
- ],
206
- description: 'Score normalization strategy',
207
- default: 'linear'
208
- },
209
200
  boost_recent: {
210
201
  type: 'boolean',
211
202
  description: 'Enable recency boost for search results',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-type-registry",
3
- "version": "0.49.0",
3
+ "version": "0.50.0",
4
4
  "description": "Node type definitions for the Constructive blueprint system. Single source of truth for all Authz*, Data*, Relation*, and View* node types.",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "main": "index.js",
@@ -47,5 +47,5 @@
47
47
  "registry",
48
48
  "graphile"
49
49
  ],
50
- "gitHead": "6d810d1b800a6e70ef25749415b69de17b066e50"
50
+ "gitHead": "2558a0cdb58c815933af8bfe6769cd59014c77cf"
51
51
  }