@duet3d/monacotokens 3.6.1 → 3.7.0-alpha.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.
@@ -1,3 +1,3 @@
1
- import * as monaco from "monaco-editor/esm/vs/editor/editor.api";
1
+ import type * as monaco from "monaco-editor/esm/vs/editor/editor.api";
2
2
  export declare const gcodeFDMLanguage: monaco.languages.IMonarchLanguage;
3
3
  export declare const gcodeCNCLanguage: monaco.languages.IMonarchLanguage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duet3d/monacotokens",
3
- "version": "3.6.1",
3
+ "version": "3.7.0-alpha.1",
4
4
  "description": "TypeScript library that holds syntax highlighting files for the Monaco editor",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,12 +19,12 @@
19
19
  },
20
20
  "homepage": "https://github.com/Duet3D/MonacoTokens#readme",
21
21
  "devDependencies": {
22
- "typescript": "^5.4.5"
22
+ "typescript": "^5.9.3"
23
23
  },
24
24
  "files": [
25
25
  "/dist"
26
26
  ],
27
27
  "dependencies": {
28
- "monaco-editor": "^0.52.2"
28
+ "monaco-editor": "^0.55.1"
29
29
  }
30
30
  }