@warp-drive-types/core-types 5.7.0-alpha.2 → 5.7.0-alpha.20

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/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ## Installation
20
20
 
21
- ```cli
21
+ ```sh
22
22
  pnpm install @warp-drive/core-types
23
23
  ```
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive-types/core-types",
3
- "version": "5.7.0-alpha.2",
3
+ "version": "5.7.0-alpha.20",
4
4
  "files": [
5
5
  "unstable-preview-types",
6
6
  "README.md",
@@ -1,24 +1,24 @@
1
1
  /// <reference path="./request.d.ts" />
2
- /// <reference path="./params.d.ts" />
3
- /// <reference path="./identifier.d.ts" />
2
+ /// <reference path="./graph.d.ts" />
3
+ /// <reference path="./cache.d.ts" />
4
+ /// <reference path="./runtime.d.ts" />
5
+ /// <reference path="./record.d.ts" />
4
6
  /// <reference path="./symbols.d.ts" />
5
7
  /// <reference path="./-private.d.ts" />
6
- /// <reference path="./record.d.ts" />
7
- /// <reference path="./cache.d.ts" />
8
8
  /// <reference path="./utils.d.ts" />
9
- /// <reference path="./runtime.d.ts" />
10
- /// <reference path="./graph.d.ts" />
11
- /// <reference path="./cache/mutations.d.ts" />
9
+ /// <reference path="./params.d.ts" />
10
+ /// <reference path="./identifier.d.ts" />
11
+ /// <reference path="./spec/error.d.ts" />
12
+ /// <reference path="./spec/document.d.ts" />
13
+ /// <reference path="./spec/json-api-raw.d.ts" />
14
+ /// <reference path="./cache/change.d.ts" />
12
15
  /// <reference path="./cache/relationship.d.ts" />
13
16
  /// <reference path="./cache/operations.d.ts" />
14
17
  /// <reference path="./cache/aliases.d.ts" />
15
- /// <reference path="./cache/change.d.ts" />
18
+ /// <reference path="./cache/mutations.d.ts" />
19
+ /// <reference path="./json/raw.d.ts" />
16
20
  /// <reference path="./schema/fields.d.ts" />
17
21
  /// <reference path="./schema/concepts.d.ts" />
18
- /// <reference path="./json/raw.d.ts" />
19
- /// <reference path="./spec/error.d.ts" />
20
- /// <reference path="./spec/json-api-raw.d.ts" />
21
- /// <reference path="./spec/document.d.ts" />
22
22
  declare module '@warp-drive/core-types' {
23
23
  export type * from "@warp-drive/core/types";
24
24