@cedarjs/structure 0.6.1-next.0 → 0.6.1-next.51
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/outline/outline.js +3 -3
- package/package.json +3 -3
package/dist/outline/outline.js
CHANGED
|
@@ -112,7 +112,7 @@ function _components(project) {
|
|
|
112
112
|
menu: {
|
|
113
113
|
kind: 'group',
|
|
114
114
|
add: (0, _vscode.Command_cli)('rw generate component ...'),
|
|
115
|
-
doc: (0, _vscode.Command_open)('https://
|
|
115
|
+
doc: (0, _vscode.Command_open)('https://cedarjs.com/docs/cli-commands.html#component')
|
|
116
116
|
}
|
|
117
117
|
};
|
|
118
118
|
}
|
|
@@ -148,7 +148,7 @@ function _services(project) {
|
|
|
148
148
|
menu: {
|
|
149
149
|
kind: 'group',
|
|
150
150
|
add: (0, _vscode.Command_cli)('rw generate service ...'),
|
|
151
|
-
doc: (0, _vscode.Command_open)('https://
|
|
151
|
+
doc: (0, _vscode.Command_open)('https://cedarjs.com/docs/cli-commands.html#service')
|
|
152
152
|
}
|
|
153
153
|
};
|
|
154
154
|
}
|
|
@@ -224,7 +224,7 @@ function _rwcli_command_group(...opts) {
|
|
|
224
224
|
children: () => (0, _map.default)(opts).call(opts, _rwcli_command),
|
|
225
225
|
menu: {
|
|
226
226
|
kind: 'withDoc',
|
|
227
|
-
doc: (0, _vscode.Command_open)('https://
|
|
227
|
+
doc: (0, _vscode.Command_open)('https://cedarjs.com/docs/cli-commands')
|
|
228
228
|
}
|
|
229
229
|
};
|
|
230
230
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/structure",
|
|
3
|
-
"version": "0.6.1-next.
|
|
3
|
+
"version": "0.6.1-next.51+7c9a976df",
|
|
4
4
|
"description": "noun: the arrangement of and relations between the parts or elements of something complex",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@babel/runtime-corejs3": "7.27.6",
|
|
29
|
-
"@cedarjs/project-config": "0.6.1-next.
|
|
29
|
+
"@cedarjs/project-config": "0.6.1-next.51+7c9a976df",
|
|
30
30
|
"@prisma/internals": "5.20.0",
|
|
31
31
|
"@types/line-column": "1.0.2",
|
|
32
32
|
"camelcase": "6.3.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "7c9a976df61eea55cbabae015395da84f807222f"
|
|
67
67
|
}
|