@mdwrk/extension-theme-studio 1.1.0 → 1.1.1

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/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const THEME_STUDIO_VERSION = "1.1.0";
1
+ export declare const THEME_STUDIO_VERSION = "1.1.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const THEME_STUDIO_VERSION = "1.1.0";
1
+ export const THEME_STUDIO_VERSION = "1.1.1";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdwrk/extension-theme-studio",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -23,13 +23,13 @@
23
23
  ],
24
24
  "description": "First-party theme authoring extension for Markdown Workspace with token inspection, live renderer/editor previews, apply/revert flow, and export helpers.",
25
25
  "dependencies": {
26
- "@mdwrk/extension-host": "^1.0.1",
27
- "@mdwrk/extension-manifest": "^1.0.0",
28
- "@mdwrk/extension-runtime": "^1.1.0",
29
- "@mdwrk/theme-contract": "^1.1.0",
30
- "@mdwrk/ui-tokens": "^1.2.0",
31
- "@mdwrk/markdown-renderer-react": "^1.1.0",
32
- "@mdwrk/markdown-editor-react": "^1.1.0",
26
+ "@mdwrk/extension-host": "^1.0.2",
27
+ "@mdwrk/extension-manifest": "^1.0.1",
28
+ "@mdwrk/extension-runtime": "^1.1.1",
29
+ "@mdwrk/theme-contract": "^1.1.1",
30
+ "@mdwrk/ui-tokens": "^1.2.1",
31
+ "@mdwrk/markdown-renderer-react": "^1.1.1",
32
+ "@mdwrk/markdown-editor-react": "^1.1.1",
33
33
  "lucide-react": "^0.475.0"
34
34
  },
35
35
  "peerDependencies": {