@get-enlace/ui 0.0.1 → 0.0.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.
package/dist/index.html CHANGED
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Enlace</title>
7
- <script type="module" crossorigin src="./assets/index-DVFu-BSj.js"></script>
8
- <link rel="stylesheet" crossorigin href="./assets/index-Iac5aYSF.css">
7
+ <script type="module" crossorigin src="./assets/index-xdzU94g3.js"></script>
8
+ <link rel="stylesheet" crossorigin href="./assets/index-DMPfq4vz.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@get-enlace/ui",
3
3
  "private": false,
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "description": "Enlace's canvas UI — spec loading, canvas, inspector, debug pane, and the client-side chain-execution engine. Runs entirely in the browser. Early dev preview: no persistence yet, install via the `dev` dist-tag on GitHub Packages.",
6
6
  "license": "MIT",
7
7
  "repository": {