Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/custom-functions-cli.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/custom-functions-sdk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/design-tokens-chart-colors.md

This file was deleted.

6 changes: 6 additions & 0 deletions dev/mcp-server-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @transcend-io/mcp-server-examples

## 0.0.8

### Patch Changes

- @transcend-io/mcp-server-base@1.3.1

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev/mcp-server-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-examples",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"description": "Reference MCP App views and capability-aware tools. Development only, never published.",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/airgap.js-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @transcend-io/airgap.js-types

## 14.2.35

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0

## 14.2.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/airgap.js-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/airgap.js-types",
"version": "14.2.34",
"version": "14.2.35",
"description": "TypeScript types for airgap.js interoperability with custom consent UIs.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/airgap.js-types",
"license": "Apache-2.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @transcend-io/cli

## 10.26.0

### Minor Changes

- 2f5271e: Add `transcend custom-functions push` (manifest-driven create/update of custom function code revisions with change detection, draft + promote, and dry-run support) and `transcend custom-functions list`, designed to run from client CI. Code is signed against the Sombra customer ingress (pass `--sombraAuth` when self-hosting Sombra). Manifest entries can pin a custom function `id` (required when names are not unique), and `push --updateManifest` writes assigned IDs back into the manifest while preserving comments and `<<parameters.x>>` placeholders.

Manifest entries can also define `test-payloads` — a list of JSON payload files, each with an optional `payload-type` so DSR functions cover both their default (`DATA_POINT`) and enricher (`REQUEST_ENRICHER`) exports on every push (`test-payload` remains as single-payload shorthand). The freshly signed code is test-run with every payload via the `runCustomFunction` mutation before pushing; all must pass or the function is rejected with each failing payload's reason and execution logs (exit code 1). A warning is printed when a DSR entry only covers one export. Use `--skipTests` to bypass testing.

New DSR functions no longer require a `data-silo-id`: the DSR integration (a `customFunction`-catalog data silo) is created automatically before the test run, the function is created and linked on a passing test (the silo is rolled back on failure), and `--updateManifest` writes both the function `id` and the `data-silo-id` back into the manifest. DSR test payloads get `extras.dataSilo` injected from the resolved silo automatically.

Metadata-only changes (description, or name for id-pinned entries) are updated in place without signing, testing, or pushing a new code revision, reported as "metadata-only" in the sync summary. The skip message now points at `--force` for env value-only rotations, which cannot be diffed.

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/sdk@1.10.0
- @transcend-io/privacy-types@5.19.0
- @transcend-io/airgap.js-types@14.2.35

## 10.25.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/cli",
"version": "10.25.5",
"version": "10.26.0",
"description": "A command line interface for programmatic operations across Transcend.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/cli",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @transcend-io/design-tokens

## 1.2.1

### Patch Changes

- 99a0110: Update chart yellow and lime semantic colors to darker palette steps (`yellow.600`, `lime.600`) from the latest Figma DTCG export.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/design-tokens",
"version": "1.2.0",
"version": "1.2.1",
"description": "Centralized design token primitives and semantics for Transcend frontends.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/design-tokens",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/mcp-server-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transcend-io/mcp-server-admin

## 0.5.17

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-admin",
"version": "0.5.16",
"version": "0.5.17",
"description": "Transcend MCP Server — Admin tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-admin",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/mcp-server-assessment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transcend-io/mcp-server-assessment

## 0.5.17

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-assessment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-assessment",
"version": "0.5.16",
"version": "0.5.17",
"description": "Transcend MCP Server — Assessments tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-assessment",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/mcp/mcp-server-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @transcend-io/mcp-server-base

## 1.3.1

### Patch Changes

- Updated dependencies [99a0110]
- @transcend-io/design-tokens@1.2.1

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-base",
"version": "1.3.0",
"version": "1.3.1",
"description": "Shared infrastructure for Transcend MCP Server packages.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-base",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/mcp/mcp-server-consent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @transcend-io/mcp-server-consent

## 0.6.17

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/sdk@1.10.0
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.6.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-consent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-consent",
"version": "0.6.16",
"version": "0.6.17",
"description": "Transcend MCP Server — Consent Management tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-consent",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/mcp-server-discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transcend-io/mcp-server-discovery

## 0.5.17

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-discovery",
"version": "0.5.16",
"version": "0.5.17",
"description": "Transcend MCP Server — Data Discovery tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-discovery",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/mcp/mcp-server-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @transcend-io/mcp-server-docs

## 0.3.17

### Patch Changes

- @transcend-io/mcp-server-base@1.3.1

## 0.3.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-docs",
"version": "0.3.16",
"version": "0.3.17",
"description": "Transcend MCP Server — Documentation lookup tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-docs",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/mcp-server-dsr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transcend-io/mcp-server-dsr

## 0.6.2

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-dsr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-dsr",
"version": "0.6.1",
"version": "0.6.2",
"description": "Transcend MCP Server — DSR Automation tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-dsr",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/mcp-server-inventory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transcend-io/mcp-server-inventory

## 0.6.6

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-inventory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-inventory",
"version": "0.6.5",
"version": "0.6.6",
"description": "Transcend MCP Server — Data Inventory tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-inventory",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/mcp-server-preferences/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transcend-io/mcp-server-preferences

## 0.5.17

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-preferences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-preferences",
"version": "0.5.16",
"version": "0.5.17",
"description": "Transcend MCP Server — Preference Management tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-preferences",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/mcp-server-workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transcend-io/mcp-server-workflows

## 0.5.17

### Patch Changes

- Updated dependencies [98eeb1d]
- @transcend-io/privacy-types@5.19.0
- @transcend-io/mcp-server-base@1.3.1

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp-server-workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp-server-workflows",
"version": "0.5.16",
"version": "0.5.17",
"description": "Transcend MCP Server — Workflows tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-workflows",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/mcp/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @transcend-io/mcp

## 0.11.1

### Patch Changes

- @transcend-io/mcp-server-consent@0.6.17
- @transcend-io/mcp-server-admin@0.5.17
- @transcend-io/mcp-server-assessment@0.5.17
- @transcend-io/mcp-server-discovery@0.5.17
- @transcend-io/mcp-server-dsr@0.6.2
- @transcend-io/mcp-server-inventory@0.6.6
- @transcend-io/mcp-server-preferences@0.5.17
- @transcend-io/mcp-server-workflows@0.5.17
- @transcend-io/mcp-server-base@1.3.1
- @transcend-io/mcp-server-docs@0.3.17

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/mcp",
"version": "0.11.0",
"version": "0.11.1",
"description": "Transcend MCP Server — unified server with all domain tools.",
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp",
"license": "Apache-2.0",
Expand Down
Loading
Loading