@ama-mcp/otter 13.5.0-prerelease.9 → 13.6.0-prerelease.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/package.json +26 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-mcp/otter",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.6.0-prerelease.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,37 +29,39 @@
|
|
|
29
29
|
"compile": "tsc -b ./tsconfig.build.json && yarn cpy package.json dist && patch-package-json-main"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@ama-mcp/core": "^13.
|
|
33
|
-
"@modelcontextprotocol/sdk": "
|
|
32
|
+
"@ama-mcp/core": "^13.6.0-prerelease.1",
|
|
33
|
+
"@modelcontextprotocol/sdk": "^1.24.0",
|
|
34
34
|
"compressing": "^2.0.0",
|
|
35
35
|
"globby": "^11.1.0",
|
|
36
|
-
"zod": "
|
|
36
|
+
"zod": "^3.25.76 || ^4.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.6.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@ama-mcp/core": "^13.
|
|
43
|
-
"@angular/
|
|
44
|
-
"@angular/
|
|
45
|
-
"@angular/compiler
|
|
46
|
-
"@angular/
|
|
47
|
-
"@angular/
|
|
48
|
-
"@angular/platform-browser
|
|
42
|
+
"@ama-mcp/core": "^13.6.0-prerelease.1",
|
|
43
|
+
"@angular-devkit/schematics": "~20.3.13",
|
|
44
|
+
"@angular/common": "~20.3.15",
|
|
45
|
+
"@angular/compiler": "~20.3.15",
|
|
46
|
+
"@angular/compiler-cli": "~20.3.15",
|
|
47
|
+
"@angular/core": "~20.3.15",
|
|
48
|
+
"@angular/platform-browser": "~20.3.15",
|
|
49
|
+
"@angular/platform-browser-dynamic": "~20.3.15",
|
|
49
50
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
50
|
-
"@modelcontextprotocol/sdk": "~1.
|
|
51
|
+
"@modelcontextprotocol/sdk": "~1.24.0",
|
|
51
52
|
"@nx/eslint": "~21.6.0",
|
|
52
53
|
"@nx/eslint-plugin": "~21.6.0",
|
|
53
54
|
"@nx/jest": "~21.6.0",
|
|
54
55
|
"@nx/js": "~21.6.0",
|
|
55
|
-
"@o3r/build-helpers": "^13.
|
|
56
|
-
"@o3r/eslint-config": "^13.
|
|
57
|
-
"@o3r/eslint-plugin": "^13.
|
|
58
|
-
"@o3r/test-helpers": "^13.
|
|
56
|
+
"@o3r/build-helpers": "^13.6.0-prerelease.1",
|
|
57
|
+
"@o3r/eslint-config": "^13.6.0-prerelease.1",
|
|
58
|
+
"@o3r/eslint-plugin": "^13.6.0-prerelease.1",
|
|
59
|
+
"@o3r/test-helpers": "^13.6.0-prerelease.1",
|
|
60
|
+
"@schematics/angular": "~20.3.13",
|
|
59
61
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
60
|
-
"@types/jest": "~
|
|
61
|
-
"@types/node": "~
|
|
62
|
-
"@typescript-eslint/parser": "~8.
|
|
62
|
+
"@types/jest": "~30.0.0",
|
|
63
|
+
"@types/node": "~24.10.0",
|
|
64
|
+
"@typescript-eslint/parser": "~8.50.0",
|
|
63
65
|
"angular-eslint": "~20.6.0",
|
|
64
66
|
"compressing": "^2.0.0",
|
|
65
67
|
"cpy-cli": "^6.0.0",
|
|
@@ -68,27 +70,24 @@
|
|
|
68
70
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
69
71
|
"eslint-plugin-import": "~2.32.0",
|
|
70
72
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
71
|
-
"eslint-plugin-jest": "~29.
|
|
73
|
+
"eslint-plugin-jest": "~29.10.0",
|
|
72
74
|
"eslint-plugin-jsdoc": "~54.7.0",
|
|
73
75
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
74
76
|
"eslint-plugin-unicorn": "~60.0.0",
|
|
75
77
|
"eslint-plugin-unused-imports": "~4.3.0",
|
|
76
78
|
"globals": "^16.0.0",
|
|
77
79
|
"globby": "^11.1.0",
|
|
78
|
-
"jest": "~
|
|
79
|
-
"jest-environment-jsdom": "~29.7.0",
|
|
80
|
+
"jest": "~30.2.0",
|
|
80
81
|
"jest-junit": "~16.0.0",
|
|
81
|
-
"jest-
|
|
82
|
-
"jest-util": "~29.7.0",
|
|
82
|
+
"jest-util": "~30.2.0",
|
|
83
83
|
"jsonc-eslint-parser": "~2.4.0",
|
|
84
84
|
"nx": "~21.6.0",
|
|
85
85
|
"rxjs": "^7.8.1",
|
|
86
86
|
"ts-jest": "~29.4.0",
|
|
87
|
-
"ts-node": "~10.9.2",
|
|
88
87
|
"type-fest": "^4.30.1",
|
|
89
88
|
"typescript": "~5.9.2",
|
|
90
|
-
"typescript-eslint": "~8.
|
|
91
|
-
"zod": "~
|
|
89
|
+
"typescript-eslint": "~8.50.0",
|
|
90
|
+
"zod": "~4.1.0",
|
|
92
91
|
"zone.js": "~0.15.0"
|
|
93
92
|
},
|
|
94
93
|
"engines": {
|