@cedarjs/structure 4.0.0-canary.13752 → 4.0.0-canary.13754

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.
@@ -14,7 +14,7 @@ export declare class RWCell extends RWComponent {
14
14
  diagnostics(): Generator<import("../x/diagnostics.js").ExtendedDiagnostic | {
15
15
  uri: string;
16
16
  diagnostic: {
17
- range: import("../x/Range.js").Range;
17
+ range: import("../x/Range.ts").Range;
18
18
  message: any;
19
19
  severity: DiagnosticSeverity;
20
20
  };
@@ -6,7 +6,7 @@ export declare class RWPage extends FileNode {
6
6
  parent: RWProject;
7
7
  constructor(constName: string, path: string, parent: RWProject);
8
8
  get filePath(): string;
9
- get route(): import("./RWRoute.js").RWRoute | undefined;
9
+ get route(): import("./RWRoute.ts").RWRoute | undefined;
10
10
  get layoutName(): string | undefined;
11
11
  get actionRemove(): Map<any, any>;
12
12
  }
@@ -23,7 +23,7 @@ export declare class RWRoute extends BaseNode {
23
23
  /**
24
24
  * The associated Redwood Page node, if any
25
25
  */
26
- get page(): import("./RWPage.js").RWPage | undefined;
26
+ get page(): import("./RWPage.ts").RWPage | undefined;
27
27
  /**
28
28
  * <Route path="" page={THIS_IDENTIFIER}/>
29
29
  */
@@ -12,7 +12,7 @@ export declare class RWSDL extends FileNode {
12
12
  get schemaStringNode(): tsm.NoSubstitutionTemplateLiteral | undefined;
13
13
  get schemaString(): string | undefined;
14
14
  get serviceFilePath(): string;
15
- get service(): import("./RWService.js").RWService | undefined;
15
+ get service(): import("./RWService.ts").RWService | undefined;
16
16
  get name(): string;
17
17
  get implementableFields(): RWSDLField[];
18
18
  children(): RWSDLField[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/structure",
3
- "version": "4.0.0-canary.13752+dd2cec4c1",
3
+ "version": "4.0.0-canary.13754+cb1b67d15",
4
4
  "description": "noun: the arrangement of and relations between the parts or elements of something complex",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,7 +54,7 @@
54
54
  "test:watch": "vitest watch"
55
55
  },
56
56
  "dependencies": {
57
- "@cedarjs/project-config": "4.0.0-canary.13752",
57
+ "@cedarjs/project-config": "4.0.0-canary.13754",
58
58
  "@prisma/internals": "7.6.0",
59
59
  "@types/line-column": "1.0.2",
60
60
  "camelcase": "6.3.0",
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "dd2cec4c1620e4de4dd68b37192ed892b649ee80"
83
+ "gitHead": "cb1b67d1502911b3b770e61e0a8ae9c9d8142cc0"
84
84
  }