@cedarjs/structure 0.6.1-next.0 → 0.7.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.
@@ -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://redwoodjs.com/docs/cli-commands.html#component')
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://redwoodjs.com/docs/cli-commands.html#service')
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://redwoodjs.com/docs/cli-commands')
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.0+2f33ffc44",
3
+ "version": "0.7.0",
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.0+2f33ffc44",
29
+ "@cedarjs/project-config": "0.7.0",
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": "2f33ffc44a616d71e3954228ea2f09e6d1b976f2"
66
+ "gitHead": "9e720ea4b6ca8306d466378104f532f818015531"
67
67
  }