@stonecrop/code-editor 0.14.0 → 0.16.0
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/package.json +25 -25
- package/dist/assets/editor.worker-Be8ye1pW.js.map +0 -1
- package/dist/assets/json.worker-DKiEKt88.js +0 -59
- package/dist/assets/json.worker-DKiEKt88.js.map +0 -1
- package/dist/code-editor.umd.cjs +0 -12
- package/dist/code-editor.umd.cjs.map +0 -1
- package/dist/cssWorker-l0sNRNKZ.js +0 -2
- package/dist/cssWorker-l0sNRNKZ.js.map +0 -1
- package/dist/editor.worker-DwCTOaYH.js +0 -24
- package/dist/editor.worker-DwCTOaYH.js.map +0 -1
- package/dist/editorWorker-l0sNRNKZ.js +0 -2
- package/dist/editorWorker-l0sNRNKZ.js.map +0 -1
- package/dist/graphql-DWkL3f8U.js +0 -152
- package/dist/graphql-DWkL3f8U.js.map +0 -1
- package/dist/graphqlMode-0MXNK8Fk.js +0 -6758
- package/dist/graphqlMode-0MXNK8Fk.js.map +0 -1
- package/dist/htmlWorker-l0sNRNKZ.js +0 -2
- package/dist/htmlWorker-l0sNRNKZ.js.map +0 -1
- package/dist/index-DH1yIu_w.js +0 -124799
- package/dist/index-DH1yIu_w.js.map +0 -1
- package/dist/index.js +0 -10
- package/dist/jsonMode-DycJAYy-.js +0 -2066
- package/dist/jsonMode-DycJAYy-.js.map +0 -1
- package/dist/jsonWorker-l0sNRNKZ.js +0 -2
- package/dist/jsonWorker-l0sNRNKZ.js.map +0 -1
- package/dist/src/tsdoc-metadata.json +0 -11
- package/dist/src/utils/graphql.d.ts +0 -44
- package/dist/src/utils/graphql.d.ts.map +0 -1
- package/dist/src/utils/graphql.js +0 -38
- package/dist/src/utils/language.d.ts +0 -11
- package/dist/src/utils/language.d.ts.map +0 -1
- package/dist/src/utils/language.js +0 -12
- package/dist/theme/code_editor/agritheory.js +0 -350
- package/dist/tsWorker-l0sNRNKZ.js +0 -2
- package/dist/tsWorker-l0sNRNKZ.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stonecrop/code-editor",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
"name": "Tyler Matteson",
|
|
8
|
-
"email": "tyler@agritheory.com"
|
|
3
|
+
"version": "0.16.0",
|
|
4
|
+
"description": "Monaco-based code editor component for Stonecrop",
|
|
5
|
+
"bugs": {
|
|
6
|
+
"url": "https://github.com/agritheory/stonecrop/issues"
|
|
9
7
|
},
|
|
10
8
|
"repository": {
|
|
11
9
|
"type": "git",
|
|
12
10
|
"url": "https://github.com/agritheory/stonecrop",
|
|
13
11
|
"directory": "code_editor"
|
|
14
12
|
},
|
|
15
|
-
"
|
|
16
|
-
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"author": {
|
|
15
|
+
"name": "Tyler Matteson",
|
|
16
|
+
"email": "tyler@agritheory.com"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
18
|
+
"sideEffects": [
|
|
19
|
+
"**/*.vue",
|
|
20
|
+
"**/*.css"
|
|
21
|
+
],
|
|
22
|
+
"type": "module",
|
|
20
23
|
"exports": {
|
|
21
24
|
".": {
|
|
22
25
|
"types": "./dist/code-editor.d.ts",
|
|
23
26
|
"import": "./dist/code-editor.js"
|
|
24
27
|
}
|
|
25
28
|
},
|
|
29
|
+
"types": "./dist/code-editor.d.ts",
|
|
26
30
|
"files": [
|
|
27
31
|
"dist/*",
|
|
28
32
|
"src/*"
|
|
29
33
|
],
|
|
30
|
-
"sideEffects": [
|
|
31
|
-
"**/*.vue",
|
|
32
|
-
"**/*.css"
|
|
33
|
-
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@monaco-editor/loader": "^1.7.0",
|
|
36
36
|
"monaco-editor": "^0.55.1"
|
|
37
37
|
},
|
|
38
|
-
"peerDependencies": {
|
|
39
|
-
"vue": "^3.5.33"
|
|
40
|
-
},
|
|
41
38
|
"devDependencies": {
|
|
42
39
|
"@microsoft/api-documenter": "^7.30.5",
|
|
43
40
|
"@rushstack/heft": "^1.2.17",
|
|
44
41
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
45
42
|
"@vue/test-utils": "^2.4.10",
|
|
43
|
+
"eslint": "^10.6.0",
|
|
46
44
|
"eslint-config-prettier": "^10.1.8",
|
|
47
45
|
"eslint-plugin-vue": "^10.9.2",
|
|
48
|
-
"eslint": "^10.6.0",
|
|
49
46
|
"globals": "^17.6.0",
|
|
50
47
|
"jsdom": "^29.1.1",
|
|
51
|
-
"oxlint-tsgolint": "0.23.0",
|
|
52
48
|
"oxlint": "1.67.0",
|
|
53
|
-
"
|
|
49
|
+
"oxlint-tsgolint": "0.23.0",
|
|
54
50
|
"typescript": "^6.0.3",
|
|
51
|
+
"typescript-eslint": "^8.62.1",
|
|
55
52
|
"vite": "^7.3.2",
|
|
56
53
|
"vitest": "^4.1.5",
|
|
54
|
+
"vue": "^3.5.33",
|
|
57
55
|
"vue-router": "^5.0.6",
|
|
58
56
|
"vue-tsc": "^3.3.6",
|
|
59
|
-
"vue": "^3.5.33",
|
|
60
57
|
"stonecrop-rig": "0.7.0"
|
|
61
58
|
},
|
|
62
|
-
"
|
|
63
|
-
"
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"vue": "^3.5.33"
|
|
64
61
|
},
|
|
65
62
|
"engines": {
|
|
66
63
|
"node": ">=24.0.0"
|
|
67
64
|
},
|
|
65
|
+
"publishConfig": {
|
|
66
|
+
"access": "public"
|
|
67
|
+
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"_phase:build": "heft build && vite build && rushx docs",
|
|
70
70
|
"build": "heft build && vite build && rushx docs",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"lint:fix": "oxlint --fix",
|
|
75
75
|
"preview": "vite preview",
|
|
76
76
|
"test": "vitest run",
|
|
77
|
+
"test:coverage": "vitest run --coverage",
|
|
77
78
|
"test:types": "vue-tsc --noEmit",
|
|
78
|
-
"test:watch": "vitest"
|
|
79
|
-
"test:coverage": "vitest run --coverage"
|
|
79
|
+
"test:watch": "vitest"
|
|
80
80
|
}
|
|
81
81
|
}
|