0.14.0 • Published 7 months ago

@tokens-studio/graph-engine-migration v0.14.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
7 months ago

Graph Engine migration

NPM version badge License badge

This project exposes controls for updating old graphs to the latest version that the graph-engine supports.

Use as follows

import type { SerializedGraph } from '@tokens-studio/graph-engine';
import { updateGraph } from '@tokens-studio/graph-engine-migration';

const myGraph: SerializedGraph = {
	/**... */
};

const updatedGraph = await updateGraph(myGraph);
0.14.0

7 months ago

0.13.0

11 months ago

0.12.0

2 years ago