@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.
- package/dist/-private.d.ts +1 -0
- package/dist/-private.js +1 -1
- package/dist/cache/aliases.d.ts +1 -0
- package/dist/cache/aliases.js +0 -1
- package/dist/cache/change.d.ts +1 -0
- package/dist/cache/change.js +0 -1
- package/dist/cache/mutations.d.ts +1 -0
- package/dist/cache/mutations.js +0 -1
- package/dist/cache/operations.d.ts +1 -0
- package/dist/cache/operations.js +0 -1
- package/dist/cache/relationship.d.ts +1 -0
- package/dist/cache/relationship.js +0 -1
- package/dist/cache.d.ts +1 -0
- package/dist/cache.js +0 -1
- package/dist/graph.d.ts +1 -0
- package/dist/graph.js +0 -1
- package/dist/identifier.d.ts +1 -0
- package/dist/identifier.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +0 -1
- package/dist/json/raw.d.ts +1 -0
- package/dist/json/raw.js +0 -1
- package/dist/params.d.ts +1 -0
- package/dist/params.js +0 -1
- package/dist/record.d.ts +1 -0
- package/dist/record.js +1 -1
- package/dist/request.d.ts +1 -0
- package/dist/request.js +1 -1
- package/dist/runtime.d.ts +1 -0
- package/dist/runtime.js +1 -1
- package/dist/schema/concepts.d.ts +1 -0
- package/dist/schema/concepts.js +0 -1
- package/dist/schema/fields.d.ts +1 -0
- package/dist/schema/fields.js +1 -1
- package/dist/spec/document.d.ts +1 -0
- package/dist/spec/document.js +0 -1
- package/dist/spec/error.d.ts +1 -0
- package/dist/spec/error.js +0 -1
- package/dist/spec/json-api-raw.d.ts +1 -0
- package/dist/spec/json-api-raw.js +0 -1
- package/dist/symbols.d.ts +1 -0
- package/dist/symbols.js +1 -1
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +0 -1
- package/package.json +13 -12
- package/unstable-preview-types/-private.d.ts +0 -1
- package/unstable-preview-types/cache/aliases.d.ts +0 -1
- package/unstable-preview-types/cache/change.d.ts +0 -1
- package/unstable-preview-types/cache/mutations.d.ts +0 -1
- package/unstable-preview-types/cache/operations.d.ts +0 -1
- package/unstable-preview-types/cache/relationship.d.ts +0 -1
- package/unstable-preview-types/cache.d.ts +0 -1
- package/unstable-preview-types/graph.d.ts +0 -1
- package/unstable-preview-types/identifier.d.ts +0 -1
- package/unstable-preview-types/index.d.ts +0 -1
- package/unstable-preview-types/json/raw.d.ts +0 -1
- package/unstable-preview-types/params.d.ts +0 -1
- package/unstable-preview-types/record.d.ts +0 -1
- package/unstable-preview-types/request.d.ts +0 -1
- package/unstable-preview-types/runtime.d.ts +0 -1
- package/unstable-preview-types/schema/concepts.d.ts +0 -1
- package/unstable-preview-types/schema/fields.d.ts +0 -1
- package/unstable-preview-types/spec/document.d.ts +0 -1
- package/unstable-preview-types/spec/error.d.ts +0 -1
- package/unstable-preview-types/spec/json-api-raw.d.ts +0 -1
- package/unstable-preview-types/symbols.d.ts +0 -1
- 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
|
|
1
|
+
export * from "@warp-drive/core/types/-private"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/cache/aliases";
|
package/dist/cache/aliases.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/cache/change";
|
package/dist/cache/change.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/cache/mutations";
|
package/dist/cache/mutations.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/cache/operations";
|
package/dist/cache/operations.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/cache/relationship";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/dist/cache.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/cache";
|
package/dist/cache.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/dist/graph.d.ts
ADDED
|
@@ -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";
|
package/dist/identifier.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "@warp-drive/core/types/identifier"
|
package/dist/index.d.ts
ADDED
|
@@ -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
|
-
|
package/dist/params.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/params";
|
package/dist/params.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/dist/record.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@warp-drive/core/types/record";
|
package/dist/record.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
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
|
|
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
|
|
1
|
+
export * from "@warp-drive/core/types/runtime"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/schema/concepts";
|
package/dist/schema/concepts.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@warp-drive/core/types/schema/fields";
|
package/dist/schema/fields.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "@warp-drive/core/types/schema/fields"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/spec/document";
|
package/dist/spec/document.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type * from "@warp-drive/core/types/spec/error";
|
package/dist/spec/error.js
CHANGED
|
@@ -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
|
|
1
|
+
export * from "@warp-drive/core/types/symbols"
|
package/dist/utils.d.ts
ADDED
|
@@ -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.
|
|
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.
|
|
36
|
+
"@warp-drive/core": "5.9.0-alpha.23"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@babel/core": "^7.
|
|
40
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
41
|
-
"@babel/preset-typescript": "^7.
|
|
42
|
-
"@warp-drive/internal-config": "5.9.0-alpha.
|
|
43
|
-
"
|
|
44
|
-
"
|
|
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
|
-
"
|
|
66
|
+
"check:types": "tsc --noEmit",
|
|
67
|
+
"build:pkg": "node node_modules/tsdown/dist/run.mjs",
|
|
67
68
|
"sync": "echo \"syncing\"",
|
|
68
|
-
"start": "
|
|
69
|
+
"start": "node node_modules/tsdown/dist/run.mjs --watch"
|
|
69
70
|
}
|
|
70
71
|
}
|