@atlaskit/ads-mcp 0.13.1 → 0.13.2

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.
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates TypeScript components data for AI tooling from offerings.json files
5
5
  *
6
- * @codegen <<SignedSource::f835c392bd49a057135d06af127f2dfa>>
6
+ * @codegen <<SignedSource::1d781f4539138bf6cabcd8c01b207b06>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
8
8
  */
9
9
  import type { Component } from './types';
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates TypeScript components data for AI tooling from offerings.json files
5
5
  *
6
- * @codegen <<SignedSource::f835c392bd49a057135d06af127f2dfa>>
6
+ * @codegen <<SignedSource::1d781f4539138bf6cabcd8c01b207b06>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
8
8
  */
9
9
  import type { Component } from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "The official Atlassian Design System MCP server to develop apps and user interfaces matching the Atlassian style.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@atlaskit/icon": "^29.3.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
- "@atlaskit/tokens": "^9.0.0",
39
+ "@atlaskit/tokens": "^9.1.0",
40
40
  "@axe-core/playwright": "^4.8.0",
41
41
  "@axe-core/puppeteer": "^4.7.3",
42
42
  "@babel/runtime": "^7.0.0",
@@ -45,7 +45,7 @@
45
45
  "esbuild-register": "^3.4.1",
46
46
  "fuse.js": "^6.6.2",
47
47
  "jsdom": "^25.0.0",
48
- "playwright": "1.44.1",
48
+ "playwright": "1.57.0",
49
49
  "puppeteer": "13.7.0",
50
50
  "zod": "^3.23.8",
51
51
  "zod-to-json-schema": "^3.24.5"