@apollo/client-ai-apps 0.7.0 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +13 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.7.1 (2026-04-01)
2
+
3
+ ### Fixes
4
+
5
+ #### Fix license type
6
+
7
+ Fix license type in `package.json` to an MIT license.
8
+
1
9
  ## 0.7.0 (2026-03-31)
2
10
 
3
11
  ### Breaking Changes
package/package.json CHANGED
@@ -1,7 +1,19 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@apollo/client-ai-apps",
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
+ "keywords": [
6
+ "apollo",
7
+ "graphql",
8
+ "react",
9
+ "hooks",
10
+ "client",
11
+ "cache",
12
+ "mcp"
13
+ ],
14
+ "author": "packages@apollographql.com",
15
+ "license": "MIT",
16
+ "description": "An Apollo Client integration for building MCP Apps",
5
17
  "publishConfig": {
6
18
  "access": "public"
7
19
  },
@@ -91,10 +103,6 @@
91
103
  "typecheck": "tsc -b --emitDeclarationOnly",
92
104
  "attw": "npm run build && attw --pack . --ignore-rules cjs-resolves-to-esm --profile node16"
93
105
  },
94
- "keywords": [],
95
- "author": "",
96
- "license": "ISC",
97
- "description": "",
98
106
  "devDependencies": {
99
107
  "@apollo/client": "^4.0.12",
100
108
  "@arethetypeswrong/cli": "^0.18.2",