@warp-drive-mirror/ember 5.7.0-alpha.37 → 5.7.0-alpha.39
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/index.js +2 -3
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { service } from '@ember/service';
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
|
-
import { cached } from '@glimmer/tracking';
|
|
4
3
|
import { macroCondition, getGlobalConfig, moduleExists, importSync } from '@embroider/macros';
|
|
5
|
-
import { getPromiseState, DISPOSE, createRequestSubscription } from '@warp-drive-mirror/core/store/-private';
|
|
4
|
+
import { getPromiseState, DISPOSE, createRequestSubscription, memoized } from '@warp-drive-mirror/core/store/-private';
|
|
6
5
|
export { createRequestSubscription, getPromiseState, getRequestState } from '@warp-drive-mirror/core/store/-private';
|
|
7
6
|
import { precompileTemplate } from '@ember/template-compilation';
|
|
8
7
|
import { setComponentTemplate } from '@ember/component';
|
|
@@ -450,7 +449,7 @@ class Request extends Component {
|
|
|
450
449
|
return this.args.chrome || DefaultChrome;
|
|
451
450
|
}
|
|
452
451
|
static {
|
|
453
|
-
decorateMethodV2(this.prototype, "Chrome", [
|
|
452
|
+
decorateMethodV2(this.prototype, "Chrome", [memoized]);
|
|
454
453
|
}
|
|
455
454
|
willDestroy() {
|
|
456
455
|
if (this._state) {
|
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.7.0-alpha.
|
|
4
|
+
"version": "5.7.0-alpha.39",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@ember/test-waiters": "^3.1.0 || ^4.0.0",
|
|
37
|
-
"ember-provide-consume-context": "^0.
|
|
37
|
+
"ember-provide-consume-context": "^0.8.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@embroider/macros": "^1.18.1",
|
|
41
|
-
"@warp-drive-mirror/core": "5.7.0-alpha.
|
|
41
|
+
"@warp-drive-mirror/core": "5.7.0-alpha.39"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
44
44
|
"ember-provide-consume-context": {
|
|
@@ -46,29 +46,29 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "^7.28.
|
|
49
|
+
"@babel/core": "^7.28.3",
|
|
50
50
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
51
|
-
"@babel/preset-env": "^7.28.
|
|
51
|
+
"@babel/preset-env": "^7.28.3",
|
|
52
52
|
"@babel/preset-typescript": "^7.27.1",
|
|
53
|
-
"@babel/runtime": "^7.28.
|
|
53
|
+
"@babel/runtime": "^7.28.3",
|
|
54
54
|
"@glimmer/component": "^2.0.0",
|
|
55
55
|
"@glint/core": "alpha",
|
|
56
56
|
"@glint/environment-ember-loose": "alpha",
|
|
57
57
|
"@glint/environment-ember-template-imports": "alpha",
|
|
58
58
|
"@glint/template": "alpha",
|
|
59
59
|
"decorator-transforms": "^2.3.0",
|
|
60
|
-
"@embroider/addon-dev": "^
|
|
60
|
+
"@embroider/addon-dev": "^8.1.0",
|
|
61
61
|
"@ember/test-helpers": "5.2.0",
|
|
62
|
-
"@ember/test-waiters": "^4.1.
|
|
63
|
-
"@warp-drive/internal-config": "5.7.0-alpha.
|
|
64
|
-
"@warp-drive-mirror/core": "5.7.0-alpha.
|
|
62
|
+
"@ember/test-waiters": "^4.1.1",
|
|
63
|
+
"@warp-drive/internal-config": "5.7.0-alpha.39",
|
|
64
|
+
"@warp-drive-mirror/core": "5.7.0-alpha.39",
|
|
65
65
|
"babel-plugin-ember-template-compilation": "^2.4.1",
|
|
66
66
|
"ember-template-imports": "^4.3.0",
|
|
67
67
|
"ember-source": "~6.6.0",
|
|
68
|
-
"rollup": "^4.
|
|
68
|
+
"rollup": "^4.48.0",
|
|
69
69
|
"typescript": "^5.9.2",
|
|
70
|
-
"vite": "^7.1.
|
|
71
|
-
"ember-provide-consume-context": "^0.
|
|
70
|
+
"vite": "^7.1.3",
|
|
71
|
+
"ember-provide-consume-context": "^0.8.0"
|
|
72
72
|
},
|
|
73
73
|
"volta": {
|
|
74
74
|
"extends": "../../../../../../package.json"
|