@hostwebhook/node-types 1.81.0 → 1.82.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.
@@ -76,8 +76,6 @@ export declare const CREDENTIAL_TYPES: readonly [{
76
76
  readonly type: "http_auth";
77
77
  }, {
78
78
  readonly type: "aws_s3";
79
- }, {
80
- readonly type: "memory_contextwindow";
81
79
  }, {
82
80
  readonly type: "memory_mongodb";
83
81
  readonly ssrfValidated: true;
@@ -60,7 +60,8 @@ exports.CREDENTIAL_TYPES = [
60
60
  { type: 'apify' },
61
61
  { type: 'http_auth' },
62
62
  { type: 'aws_s3' },
63
- { type: 'memory_contextwindow' },
63
+ /* [2026-09-14] `memory_contextwindow` se retiró: el backend de memoria
64
+ ContextWindow del AI Node dejó de soportarse (el dueño lo pidió). */
64
65
  { type: 'memory_mongodb', ssrfValidated: true, tunnelable: true },
65
66
  { type: 'mcp_server' },
66
67
  { type: 'voice_agent' },
@@ -76,8 +76,6 @@ export declare const CREDENTIAL_TYPES: readonly [{
76
76
  readonly type: "http_auth";
77
77
  }, {
78
78
  readonly type: "aws_s3";
79
- }, {
80
- readonly type: "memory_contextwindow";
81
79
  }, {
82
80
  readonly type: "memory_mongodb";
83
81
  readonly ssrfValidated: true;
@@ -55,7 +55,8 @@ export const CREDENTIAL_TYPES = [
55
55
  { type: 'apify' },
56
56
  { type: 'http_auth' },
57
57
  { type: 'aws_s3' },
58
- { type: 'memory_contextwindow' },
58
+ /* [2026-09-14] `memory_contextwindow` se retiró: el backend de memoria
59
+ ContextWindow del AI Node dejó de soportarse (el dueño lo pidió). */
59
60
  { type: 'memory_mongodb', ssrfValidated: true, tunnelable: true },
60
61
  { type: 'mcp_server' },
61
62
  { type: 'voice_agent' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostwebhook/node-types",
3
- "version": "1.81.0",
3
+ "version": "1.82.0",
4
4
  "description": "Shared node type definitions, connection rules, and dispatch config for HostWebhook",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",