@warp-drive/core-types 5.9.0-alpha.21 → 5.9.0-alpha.23

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.
Files changed (67) hide show
  1. package/dist/-private.d.ts +1 -0
  2. package/dist/-private.js +1 -1
  3. package/dist/cache/aliases.d.ts +1 -0
  4. package/dist/cache/aliases.js +0 -1
  5. package/dist/cache/change.d.ts +1 -0
  6. package/dist/cache/change.js +0 -1
  7. package/dist/cache/mutations.d.ts +1 -0
  8. package/dist/cache/mutations.js +0 -1
  9. package/dist/cache/operations.d.ts +1 -0
  10. package/dist/cache/operations.js +0 -1
  11. package/dist/cache/relationship.d.ts +1 -0
  12. package/dist/cache/relationship.js +0 -1
  13. package/dist/cache.d.ts +1 -0
  14. package/dist/cache.js +0 -1
  15. package/dist/graph.d.ts +1 -0
  16. package/dist/graph.js +0 -1
  17. package/dist/identifier.d.ts +1 -0
  18. package/dist/identifier.js +1 -1
  19. package/dist/index.d.ts +1 -0
  20. package/dist/index.js +0 -1
  21. package/dist/json/raw.d.ts +1 -0
  22. package/dist/json/raw.js +0 -1
  23. package/dist/params.d.ts +1 -0
  24. package/dist/params.js +0 -1
  25. package/dist/record.d.ts +1 -0
  26. package/dist/record.js +1 -1
  27. package/dist/request.d.ts +1 -0
  28. package/dist/request.js +1 -1
  29. package/dist/runtime.d.ts +1 -0
  30. package/dist/runtime.js +1 -1
  31. package/dist/schema/concepts.d.ts +1 -0
  32. package/dist/schema/concepts.js +0 -1
  33. package/dist/schema/fields.d.ts +1 -0
  34. package/dist/schema/fields.js +1 -1
  35. package/dist/spec/document.d.ts +1 -0
  36. package/dist/spec/document.js +0 -1
  37. package/dist/spec/error.d.ts +1 -0
  38. package/dist/spec/error.js +0 -1
  39. package/dist/spec/json-api-raw.d.ts +1 -0
  40. package/dist/spec/json-api-raw.js +0 -1
  41. package/dist/symbols.d.ts +1 -0
  42. package/dist/symbols.js +1 -1
  43. package/dist/utils.d.ts +1 -0
  44. package/dist/utils.js +0 -1
  45. package/package.json +13 -12
  46. package/unstable-preview-types/-private.d.ts +0 -1
  47. package/unstable-preview-types/cache/aliases.d.ts +0 -1
  48. package/unstable-preview-types/cache/change.d.ts +0 -1
  49. package/unstable-preview-types/cache/mutations.d.ts +0 -1
  50. package/unstable-preview-types/cache/operations.d.ts +0 -1
  51. package/unstable-preview-types/cache/relationship.d.ts +0 -1
  52. package/unstable-preview-types/cache.d.ts +0 -1
  53. package/unstable-preview-types/graph.d.ts +0 -1
  54. package/unstable-preview-types/identifier.d.ts +0 -1
  55. package/unstable-preview-types/index.d.ts +0 -1
  56. package/unstable-preview-types/json/raw.d.ts +0 -1
  57. package/unstable-preview-types/params.d.ts +0 -1
  58. package/unstable-preview-types/record.d.ts +0 -1
  59. package/unstable-preview-types/request.d.ts +0 -1
  60. package/unstable-preview-types/runtime.d.ts +0 -1
  61. package/unstable-preview-types/schema/concepts.d.ts +0 -1
  62. package/unstable-preview-types/schema/fields.d.ts +0 -1
  63. package/unstable-preview-types/spec/document.d.ts +0 -1
  64. package/unstable-preview-types/spec/error.d.ts +0 -1
  65. package/unstable-preview-types/spec/json-api-raw.d.ts +0 -1
  66. package/unstable-preview-types/symbols.d.ts +0 -1
  67. package/unstable-preview-types/utils.d.ts +0 -1
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/-private";
package/dist/-private.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/-private';
1
+ export * from "@warp-drive/core/types/-private"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/aliases";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/change";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/mutations";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/operations";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache/relationship";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/cache";
package/dist/cache.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/graph";
package/dist/graph.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/identifier";
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/identifier';
1
+ export * from "@warp-drive/core/types/identifier"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types";
package/dist/index.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/json/raw";
package/dist/json/raw.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/params";
package/dist/params.js CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/record";
package/dist/record.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/record';
1
+ export * from "@warp-drive/core/types/record"
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/request";
package/dist/request.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/request';
1
+ export * from "@warp-drive/core/types/request"
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/runtime";
package/dist/runtime.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/runtime';
1
+ export * from "@warp-drive/core/types/runtime"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/schema/concepts";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/schema/fields";
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/schema/fields';
1
+ export * from "@warp-drive/core/types/schema/fields"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/spec/document";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/spec/error";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/spec/json-api-raw";
@@ -1 +0,0 @@
1
-
@@ -0,0 +1 @@
1
+ export * from "@warp-drive/core/types/symbols";
package/dist/symbols.js CHANGED
@@ -1 +1 @@
1
- export * from '@warp-drive/core/types/symbols';
1
+ export * from "@warp-drive/core/types/symbols"
@@ -0,0 +1 @@
1
+ export type * from "@warp-drive/core/types/utils";
package/dist/utils.js CHANGED
@@ -1 +0,0 @@
1
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive/core-types",
3
- "version": "5.9.0-alpha.21",
3
+ "version": "5.9.0-alpha.23",
4
4
  "description": "(Legacy) Core logic, utils and types for WarpDrive and EmberData",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,10 +15,10 @@
15
15
  "files": [
16
16
  "dist",
17
17
  "addon-main.cjs",
18
- "unstable-preview-types",
19
18
  "README.md",
20
19
  "LICENSE.md",
21
- "logos"
20
+ "logos",
21
+ "unstable-preview-types"
22
22
  ],
23
23
  "exports": {
24
24
  ".": {
@@ -33,15 +33,15 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@embroider/macros": "^1.20.6",
36
- "@warp-drive/core": "5.9.0-alpha.21"
36
+ "@warp-drive/core": "5.9.0-alpha.23"
37
37
  },
38
38
  "devDependencies": {
39
- "@babel/core": "^7.28.3",
40
- "@babel/plugin-transform-typescript": "^7.28.0",
41
- "@babel/preset-typescript": "^7.27.1",
42
- "@warp-drive/internal-config": "5.9.0-alpha.21",
43
- "typescript": "^5.9.3",
44
- "vite": "^7.3.1"
39
+ "@babel/core": "^7.29.7",
40
+ "@babel/plugin-transform-typescript": "^7.29.7",
41
+ "@babel/preset-typescript": "^7.29.7",
42
+ "@warp-drive/internal-config": "5.9.0-alpha.23",
43
+ "tsdown": "^0.22.14",
44
+ "typescript": "^5.9.3"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"
@@ -63,8 +63,9 @@
63
63
  },
64
64
  "scripts": {
65
65
  "lint": "eslint . --quiet --cache --cache-strategy=content",
66
- "build:pkg": "vite build",
66
+ "check:types": "tsc --noEmit",
67
+ "build:pkg": "node node_modules/tsdown/dist/run.mjs",
67
68
  "sync": "echo \"syncing\"",
68
- "start": "vite"
69
+ "start": "node node_modules/tsdown/dist/run.mjs --watch"
69
70
  }
70
71
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/-private' {
2
2
  export * from "@warp-drive/core/types/-private";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/aliases' {
2
2
  export type * from "@warp-drive/core/types/cache/aliases";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/change' {
2
2
  export type * from "@warp-drive/core/types/cache/change";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/mutations' {
2
2
  export type * from "@warp-drive/core/types/cache/mutations";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/operations' {
2
2
  export type * from "@warp-drive/core/types/cache/operations";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache/relationship' {
2
2
  export type * from "@warp-drive/core/types/cache/relationship";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/cache' {
2
2
  export type * from "@warp-drive/core/types/cache";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/graph' {
2
2
  export type * from "@warp-drive/core/types/graph";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/identifier' {
2
2
  export * from "@warp-drive/core/types/identifier";
3
-
4
3
  }
@@ -21,5 +21,4 @@
21
21
  /// <reference path="./cache/relationship.d.ts" />
22
22
  declare module '@warp-drive/core-types' {
23
23
  export type * from "@warp-drive/core/types";
24
-
25
24
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/json/raw' {
2
2
  export type * from "@warp-drive/core/types/json/raw";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/params' {
2
2
  export type * from "@warp-drive/core/types/params";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/record' {
2
2
  export * from "@warp-drive/core/types/record";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/request' {
2
2
  export * from "@warp-drive/core/types/request";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/runtime' {
2
2
  export * from "@warp-drive/core/types/runtime";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/schema/concepts' {
2
2
  export type * from "@warp-drive/core/types/schema/concepts";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/schema/fields' {
2
2
  export * from "@warp-drive/core/types/schema/fields";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/spec/document' {
2
2
  export type * from "@warp-drive/core/types/spec/document";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/spec/error' {
2
2
  export type * from "@warp-drive/core/types/spec/error";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/spec/json-api-raw' {
2
2
  export type * from "@warp-drive/core/types/spec/json-api-raw";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/symbols' {
2
2
  export * from "@warp-drive/core/types/symbols";
3
-
4
3
  }
@@ -1,4 +1,3 @@
1
1
  declare module '@warp-drive/core-types/utils' {
2
2
  export type * from "@warp-drive/core/types/utils";
3
-
4
3
  }