@warp-drive/core 5.7.0-alpha.15 → 5.7.0-alpha.16

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.
@@ -1,6 +1,6 @@
1
1
  import { ReactiveDocument } from "../../../reactive/-private/document.js";
2
2
  import type { Cache } from "../../../types/cache.js";
3
- import type { ResourceKey, RequestKey } from "../../../types/identifier.js";
3
+ import type { RequestKey, ResourceKey } from "../../../types/identifier.js";
4
4
  import type { TypedRecordInstance, TypeFromInstance } from "../../../types/record.js";
5
5
  import type { OpaqueRecordInstance } from "../../-types/q/record-instance.js";
6
6
  import { CacheCapabilitiesManager } from "../managers/cache-capabilities-manager.js";
@@ -1,4 +1,4 @@
1
- import type { ResourceKey, RequestKey } from "../../../types/identifier.js";
1
+ import type { RequestKey, ResourceKey } from "../../../types/identifier.js";
2
2
  import type { CacheCapabilitiesManager as StoreWrapper } from "../../-types/q/cache-capabilities-manager.js";
3
3
  import type { SchemaService } from "../../-types/q/schema-service.js";
4
4
  import type { Store } from "../store-service.js";
@@ -1,4 +1,4 @@
1
- import { type PersistedResourceKey, type ResourceKey, type RequestKey } from "../../../types/identifier.js";
1
+ import { type PersistedResourceKey, type RequestKey, type ResourceKey } from "../../../types/identifier.js";
2
2
  import type { ImmutableRequestInfo } from "../../../types/request.js";
3
3
  import type { ExistingResourceIdentifierObject, ResourceIdentifierObject } from "../../../types/spec/json-api-raw.js";
4
4
  import type { ForgetMethod, GenerationMethod, KeyInfo, KeyInfoMethod, ResetMethod, UpdateMethod } from "../../-types/q/identifier.js";
@@ -1,5 +1,5 @@
1
1
  import type { LocalRelationshipOperation } from "../../../types/graph.js";
2
- import type { ResourceKey, RequestKey } from "../../../types/identifier.js";
2
+ import type { RequestKey, ResourceKey } from "../../../types/identifier.js";
3
3
  import type { ImmutableRequestInfo } from "../../../types/request.js";
4
4
  import type { CollectionResourceDocument } from "../../../types/spec/json-api-raw.js";
5
5
  import type { LegacyLiveArray } from "../record-arrays/legacy-live-array.js";
@@ -1,6 +1,6 @@
1
1
  import type { ExtensionDef } from "../../../reactive.js";
2
2
  import { Context } from "../../../reactive/-private.js";
3
- import type { ResourceKey, RequestKey } from "../../../types/identifier.js";
3
+ import type { RequestKey, ResourceKey } from "../../../types/identifier.js";
4
4
  import type { ObjectValue } from "../../../types/json/raw.js";
5
5
  import type { CollectionField } from "../../../types/schema/fields.js";
6
6
  import type { SignalStore, WarpDriveSignal } from "../new-core-tmp/reactivity/internal.js";
@@ -1,4 +1,4 @@
1
- import type { ResourceKey, RequestKey } from "../../../types/identifier.js";
1
+ import type { RequestKey, ResourceKey } from "../../../types/identifier.js";
2
2
  import type { CacheKeyManager } from "../../-private/managers/cache-key-manager.js";
3
3
  import type { NotificationType } from "../../-private/managers/notification-manager.js";
4
4
  import type { SchemaService } from "./schema-service.js";
@@ -1,4 +1,4 @@
1
- import type { CacheKeyType, ResourceKey, RequestKey } from "../../../types/identifier.js";
1
+ import type { CacheKeyType, RequestKey, ResourceKey } from "../../../types/identifier.js";
2
2
  import type { ImmutableRequestInfo } from "../../../types/request.js";
3
3
  export interface GenerationMethod {
4
4
  (data: ImmutableRequestInfo, bucket: "document"): string | null;
@@ -1,4 +1,4 @@
1
- import type { ResourceKey, RequestKey } from "../identifier.js";
1
+ import type { RequestKey, ResourceKey } from "../identifier.js";
2
2
  export interface Change {
3
3
  identifier: ResourceKey | RequestKey;
4
4
  op: "upsert" | "remove";
@@ -1,4 +1,4 @@
1
- import type { PersistedResourceKey, ResourceKey, RequestKey } from "../identifier.js";
1
+ import type { PersistedResourceKey, RequestKey, ResourceKey } from "../identifier.js";
2
2
  import type { Value } from "../json/raw.js";
3
3
  import type { ExistingResourceObject } from "../spec/json-api-raw.js";
4
4
  import type { Relationship } from "./relationship.js";
@@ -1,6 +1,6 @@
1
1
  import { macroCondition, getGlobalConfig } from '@embroider/macros';
2
2
  const name = "@warp-drive/core";
3
- const version = "5.7.0-alpha.15";
3
+ const version = "5.7.0-alpha.16";
4
4
 
5
5
  // in testing mode, we utilize globals to ensure only one copy exists of
6
6
  // these maps, due to bugs in ember-auto-import
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive/core",
3
- "version": "5.7.0-alpha.15",
3
+ "version": "5.7.0-alpha.16",
4
4
  "description": "Core package for WarpDrive | All the Universal Basics",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -37,13 +37,13 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@embroider/macros": "^1.16.12",
40
- "@warp-drive/build-config": "5.7.0-alpha.15"
40
+ "@warp-drive/build-config": "5.7.0-alpha.16"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@babel/core": "^7.26.10",
44
44
  "@babel/plugin-transform-typescript": "^7.27.0",
45
45
  "@babel/preset-typescript": "^7.27.0",
46
- "@warp-drive/internal-config": "5.7.0-alpha.15",
46
+ "@warp-drive/internal-config": "5.7.0-alpha.16",
47
47
  "decorator-transforms": "^2.3.0",
48
48
  "ember-source": "~6.3.0",
49
49
  "expect-type": "^1.2.1",