snow-flow 1.1.3 → 1.1.4
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/version.js +7 -1
- package/package.json +1 -1
package/dist/version.js
CHANGED
|
@@ -7,12 +7,18 @@ exports.VERSION_INFO = exports.VERSION = void 0;
|
|
|
7
7
|
exports.getVersionString = getVersionString;
|
|
8
8
|
exports.getLatestFeatures = getLatestFeatures;
|
|
9
9
|
exports.isLatestVersion = isLatestVersion;
|
|
10
|
-
exports.VERSION = '1.1.
|
|
10
|
+
exports.VERSION = '1.1.4';
|
|
11
11
|
exports.VERSION_INFO = {
|
|
12
12
|
version: exports.VERSION,
|
|
13
13
|
name: 'Snow-Flow',
|
|
14
14
|
description: 'ServiceNow Multi-Agent Development Framework',
|
|
15
15
|
features: {
|
|
16
|
+
'1.1.4': [
|
|
17
|
+
'Automatic MCP server registration with Claude Code',
|
|
18
|
+
'Fixed MCP config format to use "servers" instead of "mcpServers"',
|
|
19
|
+
'Dynamic configuration merging for existing MCP servers',
|
|
20
|
+
'All 11 ServiceNow MCP servers included in init'
|
|
21
|
+
],
|
|
16
22
|
'1.1.0': [
|
|
17
23
|
'Enhanced Flow Composer MCP with natural language flow creation',
|
|
18
24
|
'Intelligent template system with context-aware selection',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Multi-Agent ServiceNow Development Platform - Create, manage, and deploy ServiceNow artifacts using natural language and AI agents",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|