@hostwebhook/node-types 1.52.2 → 1.52.3

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 (2) hide show
  1. package/dist/registry.js +1 -1
  2. package/package.json +1 -1
package/dist/registry.js CHANGED
@@ -174,7 +174,7 @@ exports.NODE_REGISTRY = {
174
174
  type: 'mongoAction', prefix: 'ma', label: 'MongoDB Action',
175
175
  group: 'Actions', detailPath: '/dashboard/mongo-actions', apiPath: '/mongo-actions',
176
176
  stateKey: 'mongoActions', allStateKey: 'allMongoActions',
177
- color: '#34d399', testable: false,
177
+ color: '#34d399', testable: true,
178
178
  },
179
179
  postgresAction: {
180
180
  type: 'postgresAction', prefix: 'pg', label: 'Postgres Action',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostwebhook/node-types",
3
- "version": "1.52.2",
3
+ "version": "1.52.3",
4
4
  "description": "Shared node type definitions, connection rules, and dispatch config for HostWebhook",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",