@apollo/client-ai-apps 0.7.4 → 0.7.5
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/CHANGELOG.md
CHANGED
|
@@ -11,29 +11,27 @@
|
|
|
11
11
|
],
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@apollo/mcp-impostor-host": "^0.3.0",
|
|
14
|
-
"@playwright/test": "^1.
|
|
14
|
+
"@playwright/test": "^1.60.0",
|
|
15
15
|
"npm-run-all": "^4.1.5"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"..": {
|
|
19
19
|
"name": "@apollo/client-ai-apps",
|
|
20
|
-
"version": "0.7.
|
|
20
|
+
"version": "0.7.4",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@graphql-codegen/cli": "^
|
|
24
|
-
"@graphql-codegen/typescript": "^
|
|
25
|
-
"@graphql-codegen/typescript-operations": "^5.0.9",
|
|
23
|
+
"@graphql-codegen/cli": "^7.1.0",
|
|
24
|
+
"@graphql-codegen/typescript-operations": "^6.0.3",
|
|
26
25
|
"@graphql-tools/graphql-tag-pluck": "^8.3.23",
|
|
27
26
|
"@wry/equality": "^0.5.7",
|
|
28
27
|
"cosmiconfig": "^9.0.0",
|
|
29
|
-
"crypto-hash": "^4.0.0",
|
|
30
28
|
"glob": "^11.0.3",
|
|
31
29
|
"recast": "^0.23.11",
|
|
32
30
|
"tslib": "^2.8.1",
|
|
33
31
|
"zod": "^4.3.6"
|
|
34
32
|
},
|
|
35
33
|
"devDependencies": {
|
|
36
|
-
"@apollo/client": "^4.0
|
|
34
|
+
"@apollo/client": "^4.2.0",
|
|
37
35
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
38
36
|
"@modelcontextprotocol/ext-apps": "^1.0.1",
|
|
39
37
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -52,7 +50,6 @@
|
|
|
52
50
|
"memfs": "^4.56.10",
|
|
53
51
|
"mock-require": "^3.0.3",
|
|
54
52
|
"prettier": "^3.7.4",
|
|
55
|
-
"react-error-boundary": "^6.1.0",
|
|
56
53
|
"rimraf": "^6.1.2",
|
|
57
54
|
"rxjs": "^7.8.1",
|
|
58
55
|
"typescript": "^5.9.3",
|
|
@@ -1313,13 +1310,13 @@
|
|
|
1313
1310
|
}
|
|
1314
1311
|
},
|
|
1315
1312
|
"node_modules/@playwright/test": {
|
|
1316
|
-
"version": "1.
|
|
1317
|
-
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.
|
|
1318
|
-
"integrity": "sha512-
|
|
1313
|
+
"version": "1.60.0",
|
|
1314
|
+
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz",
|
|
1315
|
+
"integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==",
|
|
1319
1316
|
"dev": true,
|
|
1320
1317
|
"license": "Apache-2.0",
|
|
1321
1318
|
"dependencies": {
|
|
1322
|
-
"playwright": "1.
|
|
1319
|
+
"playwright": "1.60.0"
|
|
1323
1320
|
},
|
|
1324
1321
|
"bin": {
|
|
1325
1322
|
"playwright": "cli.js"
|
|
@@ -4308,13 +4305,13 @@
|
|
|
4308
4305
|
}
|
|
4309
4306
|
},
|
|
4310
4307
|
"node_modules/playwright": {
|
|
4311
|
-
"version": "1.
|
|
4312
|
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.
|
|
4313
|
-
"integrity": "sha512-
|
|
4308
|
+
"version": "1.60.0",
|
|
4309
|
+
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0.tgz",
|
|
4310
|
+
"integrity": "sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==",
|
|
4314
4311
|
"dev": true,
|
|
4315
4312
|
"license": "Apache-2.0",
|
|
4316
4313
|
"dependencies": {
|
|
4317
|
-
"playwright-core": "1.
|
|
4314
|
+
"playwright-core": "1.60.0"
|
|
4318
4315
|
},
|
|
4319
4316
|
"bin": {
|
|
4320
4317
|
"playwright": "cli.js"
|
|
@@ -4327,9 +4324,9 @@
|
|
|
4327
4324
|
}
|
|
4328
4325
|
},
|
|
4329
4326
|
"node_modules/playwright-core": {
|
|
4330
|
-
"version": "1.
|
|
4331
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
|
4332
|
-
"integrity": "sha512-
|
|
4327
|
+
"version": "1.60.0",
|
|
4328
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0.tgz",
|
|
4329
|
+
"integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==",
|
|
4333
4330
|
"dev": true,
|
|
4334
4331
|
"license": "Apache-2.0",
|
|
4335
4332
|
"bin": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@apollo/client-ai-apps",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.5",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apollo",
|
|
7
7
|
"graphql",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"attw": "npm run build && attw --pack . --ignore-rules cjs-resolves-to-esm --profile node16"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@apollo/client": "^4.
|
|
107
|
+
"@apollo/client": "^4.2.0",
|
|
108
108
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
109
109
|
"@modelcontextprotocol/ext-apps": "^1.0.1",
|
|
110
110
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -123,7 +123,6 @@
|
|
|
123
123
|
"memfs": "^4.56.10",
|
|
124
124
|
"mock-require": "^3.0.3",
|
|
125
125
|
"prettier": "^3.7.4",
|
|
126
|
-
"react-error-boundary": "^6.1.0",
|
|
127
126
|
"rimraf": "^6.1.2",
|
|
128
127
|
"rxjs": "^7.8.1",
|
|
129
128
|
"typescript": "^5.9.3",
|
|
@@ -150,7 +149,6 @@
|
|
|
150
149
|
"@graphql-tools/graphql-tag-pluck": "^8.3.23",
|
|
151
150
|
"@wry/equality": "^0.5.7",
|
|
152
151
|
"cosmiconfig": "^9.0.0",
|
|
153
|
-
"crypto-hash": "^4.0.0",
|
|
154
152
|
"glob": "^11.0.3",
|
|
155
153
|
"recast": "^0.23.11",
|
|
156
154
|
"tslib": "^2.8.1",
|