@iress-oss/ids-mcp-server 6.0.0-alpha.4 → 6.0.0-alpha.6

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.
@@ -693,7 +693,7 @@ To completely customise it, you can also send in a function that returns a React
693
693
  Available formats
694
694
  | String | Number | Date | Short date | ISO Date & Time | Relative time | Currency (AUD) | Percent | Custom |
695
695
  | --- | --- | --- | --- | --- | --- | --- | --- | --- |
696
- | Hello, world! | 123456 | 28/06/2020 | 28 Jun 2020 | 2020-06-28 00:00:00 (UTC) | 13 seconds ago | $123,456.78 | 12% | Custom |
696
+ | Hello, world! | 123456 | 28/06/2020 | 28 Jun 2020 | 2020-06-28 00:00:00 (UTC) | 12 seconds ago | $123,456.78 | 12% | Custom |
697
697
 
698
698
  Hide codedrawOpen in CodeSandbox
699
699
 
@@ -1,7 +1,7 @@
1
1
  Iress Design System
2
2
  ===================
3
3
 
4
- 6.0.0-alpha.4
4
+ 6.0.0-alpha.6
5
5
 
6
6
  The Iress Design System (IDS) serves as a shared visual language, working code, design tools and resources, human interface guidelines, and a community. It supports designers and developers building digital products for both B2B (Financial Advisors, Paraplanners) and B2B2C (client customers) segments.
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iress-oss/ids-mcp-server",
3
- "version": "6.0.0-alpha.4",
3
+ "version": "6.0.0-alpha.6",
4
4
  "description": "Model Context Protocol (MCP) server for Iress Design System (IDS) component library - provides AI assistants with contextual information about IDS components, design tokens, and usage patterns",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -58,5 +58,6 @@
58
58
  "repository": {
59
59
  "type": "git",
60
60
  "url": "https://github.com/iress/design-system"
61
- }
61
+ },
62
+ "stableVersion": "6.0.0-alpha.4"
62
63
  }