@neurodevs/ndx-cli 0.1.119 → 0.1.120
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/.vscode/settings.json +62 -66
- package/package.json +2 -2
package/.vscode/settings.json
CHANGED
|
@@ -1,67 +1,63 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"editor.codeActionsOnSave": {
|
|
65
|
-
"source.fixAll.eslint": "always"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
2
|
+
"debug.node.autoAttach": "on",
|
|
3
|
+
"git.ignoreLimitWarning": true,
|
|
4
|
+
"javascript.validate.enable": false,
|
|
5
|
+
"files.watcherExclude": {
|
|
6
|
+
"**/.git/objects/**": true,
|
|
7
|
+
"**/.git/subtree-cache/**": true,
|
|
8
|
+
"**/build/**": true,
|
|
9
|
+
"**/node_modules/**": true
|
|
10
|
+
},
|
|
11
|
+
"search.exclude": {
|
|
12
|
+
"**/build/**": true,
|
|
13
|
+
"**/node_modules/**": true,
|
|
14
|
+
"**/.next/**": true
|
|
15
|
+
},
|
|
16
|
+
"editor.codeActionsOnSave": {
|
|
17
|
+
"source.fixAll.eslint": "always"
|
|
18
|
+
},
|
|
19
|
+
"editor.formatOnSave": true,
|
|
20
|
+
"editor.formatOnSaveMode": "file",
|
|
21
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
22
|
+
"editor.maxTokenizationLineLength": 20000000,
|
|
23
|
+
"[javascript]": {
|
|
24
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
25
|
+
"editor.formatOnSave": true
|
|
26
|
+
},
|
|
27
|
+
"[javascriptreact]": {
|
|
28
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
29
|
+
"editor.formatOnSave": true
|
|
30
|
+
},
|
|
31
|
+
"[typescript]": {
|
|
32
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
33
|
+
"editor.formatOnSave": true
|
|
34
|
+
},
|
|
35
|
+
"[typescriptreact]": {
|
|
36
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
37
|
+
"editor.formatOnSave": true
|
|
38
|
+
},
|
|
39
|
+
"eslint.enable": true,
|
|
40
|
+
"eslint.useFlatConfig": true,
|
|
41
|
+
"eslint.validate": [
|
|
42
|
+
"javascript",
|
|
43
|
+
"javascriptreact",
|
|
44
|
+
"typescript",
|
|
45
|
+
"typescriptreact"
|
|
46
|
+
],
|
|
47
|
+
"eslint.workingDirectories": ["./"],
|
|
48
|
+
"debug.javascript.unmapMissingSources": true,
|
|
49
|
+
"javascript.preferences.importModuleSpecifier": "relative",
|
|
50
|
+
"typescript.preferences.importModuleSpecifier": "relative",
|
|
51
|
+
"typescript.tsdk": "node_modules/typescript/lib",
|
|
52
|
+
"typescript.validate.enable": true,
|
|
53
|
+
"cSpell.ignorePaths": [
|
|
54
|
+
"**/package-lock.json",
|
|
55
|
+
"**/node_modules/**",
|
|
56
|
+
"**/build/**",
|
|
57
|
+
"**/vscode-extension/**",
|
|
58
|
+
"**/.git/objects/**",
|
|
59
|
+
".vscode",
|
|
60
|
+
".spruce"
|
|
61
|
+
],
|
|
62
|
+
"cSpell.words": ["arkit", "autogenerated", "scrollable", "serializable"]
|
|
63
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neurodevs/ndx-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.120",
|
|
4
4
|
"description": "CLI tools for the Neurodevs ecosystem.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"watch.tsc": "tsc -w"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@neurodevs/meta-node": "^0.19.
|
|
52
|
+
"@neurodevs/meta-node": "^0.19.17",
|
|
53
53
|
"prompts": "^2.4.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|