@warp-drive-mirror/ember 5.8.0-alpha.40 → 5.8.0-alpha.42
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/declarations/-private/request.d.ts +2 -1
- package/declarations/index.d.ts +1 -1
- package/dist/index.js +3 -4
- package/dist/unpkg/dev/index.js +3 -4
- package/dist/unpkg/dev-deprecated/index.js +3 -4
- package/dist/unpkg/prod/index.js +3 -4
- package/dist/unpkg/prod-deprecated/index.js +3 -4
- package/package.json +4 -4
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import Component from "@glimmer/component";
|
|
2
2
|
import type { ComponentLike } from "@glint/template";
|
|
3
3
|
import type { RequestManager, Store } from "@warp-drive-mirror/core";
|
|
4
|
-
import type {
|
|
4
|
+
import type { RequestLoadingState, RequestState, RequestSubscription } from "@warp-drive-mirror/core/reactive";
|
|
5
|
+
import type { ContentFeatures, RecoveryFeatures, RequestArgs } from "@warp-drive-mirror/core/signals/-leaked";
|
|
5
6
|
import type { StructuredErrorDocument } from "@warp-drive-mirror/core/types/request";
|
|
6
7
|
export { ContentFeatures, RecoveryFeatures };
|
|
7
8
|
export interface EmberRequestArgs<
|
package/declarations/index.d.ts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export { Request, type ContentFeatures, type RecoveryFeatures } from "./-private/request.js";
|
|
6
6
|
export { Await, Throw } from "./-private/await.js";
|
|
7
|
-
export { getRequestState, createRequestSubscription, type RequestLoadingState, type RequestState } from "@warp-drive-mirror/core/
|
|
7
|
+
export { getRequestState, createRequestSubscription, type RequestLoadingState, type RequestState } from "@warp-drive-mirror/core/reactive";
|
|
8
8
|
export { getPromiseState, type PromiseState } from "@warp-drive-mirror/core/reactive";
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { service } from '@ember/service';
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
3
|
import { macroCondition, getGlobalConfig, moduleExists, importSync } from '@embroider/macros';
|
|
4
|
-
import {
|
|
5
|
-
export { createRequestSubscription, getRequestState } from '@warp-drive-mirror/core/
|
|
6
|
-
import {
|
|
7
|
-
export { getPromiseState } from '@warp-drive-mirror/core/reactive';
|
|
4
|
+
import { getPromiseState, createRequestSubscription } from '@warp-drive-mirror/core/reactive';
|
|
5
|
+
export { createRequestSubscription, getPromiseState, getRequestState } from '@warp-drive-mirror/core/reactive';
|
|
6
|
+
import { DISPOSE, memoized } from '@warp-drive-mirror/core/signals/-leaked';
|
|
8
7
|
import { precompileTemplate } from '@ember/template-compilation';
|
|
9
8
|
import { setComponentTemplate } from '@ember/component';
|
|
10
9
|
import templateOnly from '@ember/component/template-only';
|
package/dist/unpkg/dev/index.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { service } from '@ember/service';
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
|
-
import {
|
|
4
|
-
export { createRequestSubscription, getRequestState } from '@warp-drive-mirror/core/
|
|
5
|
-
import {
|
|
6
|
-
export { getPromiseState } from '@warp-drive-mirror/core/reactive';
|
|
3
|
+
import { getPromiseState, createRequestSubscription } from '@warp-drive-mirror/core/reactive';
|
|
4
|
+
export { createRequestSubscription, getPromiseState, getRequestState } from '@warp-drive-mirror/core/reactive';
|
|
5
|
+
import { DISPOSE, memoized } from '@warp-drive-mirror/core/signals/-leaked';
|
|
7
6
|
import { precompileTemplate } from '@ember/template-compilation';
|
|
8
7
|
import { setComponentTemplate } from '@ember/component';
|
|
9
8
|
import templateOnly from '@ember/component/template-only';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { service } from '@ember/service';
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
|
-
import {
|
|
4
|
-
export { createRequestSubscription, getRequestState } from '@warp-drive-mirror/core/
|
|
5
|
-
import {
|
|
6
|
-
export { getPromiseState } from '@warp-drive-mirror/core/reactive';
|
|
3
|
+
import { getPromiseState, createRequestSubscription } from '@warp-drive-mirror/core/reactive';
|
|
4
|
+
export { createRequestSubscription, getPromiseState, getRequestState } from '@warp-drive-mirror/core/reactive';
|
|
5
|
+
import { DISPOSE, memoized } from '@warp-drive-mirror/core/signals/-leaked';
|
|
7
6
|
import { precompileTemplate } from '@ember/template-compilation';
|
|
8
7
|
import { setComponentTemplate } from '@ember/component';
|
|
9
8
|
import templateOnly from '@ember/component/template-only';
|
package/dist/unpkg/prod/index.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { service } from '@ember/service';
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
|
-
import {
|
|
4
|
-
export { createRequestSubscription, getRequestState } from '@warp-drive-mirror/core/
|
|
5
|
-
import {
|
|
6
|
-
export { getPromiseState } from '@warp-drive-mirror/core/reactive';
|
|
3
|
+
import { getPromiseState, createRequestSubscription } from '@warp-drive-mirror/core/reactive';
|
|
4
|
+
export { createRequestSubscription, getPromiseState, getRequestState } from '@warp-drive-mirror/core/reactive';
|
|
5
|
+
import { DISPOSE, memoized } from '@warp-drive-mirror/core/signals/-leaked';
|
|
7
6
|
import { precompileTemplate } from '@ember/template-compilation';
|
|
8
7
|
import { setComponentTemplate } from '@ember/component';
|
|
9
8
|
import templateOnly from '@ember/component/template-only';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { service } from '@ember/service';
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
|
-
import {
|
|
4
|
-
export { createRequestSubscription, getRequestState } from '@warp-drive-mirror/core/
|
|
5
|
-
import {
|
|
6
|
-
export { getPromiseState } from '@warp-drive-mirror/core/reactive';
|
|
3
|
+
import { getPromiseState, createRequestSubscription } from '@warp-drive-mirror/core/reactive';
|
|
4
|
+
export { createRequestSubscription, getPromiseState, getRequestState } from '@warp-drive-mirror/core/reactive';
|
|
5
|
+
import { DISPOSE, memoized } from '@warp-drive-mirror/core/signals/-leaked';
|
|
7
6
|
import { precompileTemplate } from '@ember/template-compilation';
|
|
8
7
|
import { setComponentTemplate } from '@ember/component';
|
|
9
8
|
import templateOnly from '@ember/component/template-only';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/ember",
|
|
3
3
|
"description": "Data bindings and utilities for Ember applications using WarpDrive",
|
|
4
|
-
"version": "5.8.0-alpha.
|
|
4
|
+
"version": "5.8.0-alpha.42",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@embroider/macros": "^1.18.1",
|
|
49
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
49
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.42"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"ember-provide-consume-context": {
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@embroider/addon-dev": "^8.1.0",
|
|
69
69
|
"@ember/test-helpers": "5.2.0",
|
|
70
70
|
"@ember/test-waiters": "^4.1.1",
|
|
71
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
72
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
71
|
+
"@warp-drive/internal-config": "5.8.0-alpha.42",
|
|
72
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.42",
|
|
73
73
|
"babel-plugin-ember-template-compilation": "^2.4.1",
|
|
74
74
|
"ember-template-imports": "^4.3.0",
|
|
75
75
|
"ember-source": "~6.6.0",
|