@ember-data/tracking 5.4.0-alpha.135 → 5.4.0-alpha.136
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/README.md +0 -11
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -33,14 +33,3 @@ pnpm add @ember-data/tracking
|
|
|
33
33
|
- 
|
|
34
34
|
- 
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
## About
|
|
38
|
-
|
|
39
|
-
> Note: This is a V2 Addon, but we have intentionally configured it to act and report as a V1 Addon due
|
|
40
|
-
to bugs with ember-auto-import.
|
|
41
|
-
>
|
|
42
|
-
> We can remove the V1 tag if ember-auto-import will no longer attempt
|
|
43
|
-
to load V2 addons or if it is fixed to work with V1 addons with custom addon trees and also dedupes modules for test apps.
|
|
44
|
-
>
|
|
45
|
-
> You can still consume this as a normal library.
|
|
46
|
-
> In other projects.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/tracking",
|
|
3
3
|
"description": "Tracking Primitives for controlling change notification of Tracked properties when working with EmberData",
|
|
4
|
-
"version": "5.4.0-alpha.
|
|
4
|
+
"version": "5.4.0-alpha.136",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@embroider/macros": "^1.16.10",
|
|
34
|
-
"@warp-drive/build-config": "5.4.0-alpha.
|
|
34
|
+
"@warp-drive/build-config": "5.4.0-alpha.136"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"ember-source": "3.28.12 || ^4.0.4 || ^5.0.0 || ^6.0.0",
|
|
38
|
-
"@warp-drive/core-types": "5.4.0-alpha.
|
|
38
|
+
"@warp-drive/core-types": "5.4.0-alpha.136"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"unstable-preview-types",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"@babel/preset-typescript": "^7.24.1",
|
|
75
75
|
"@glimmer/component": "^1.1.2",
|
|
76
76
|
"@glimmer/validator": "^0.92.3",
|
|
77
|
-
"@warp-drive/core-types": "5.4.0-alpha.
|
|
78
|
-
"@warp-drive/internal-config": "5.4.0-alpha.
|
|
77
|
+
"@warp-drive/core-types": "5.4.0-alpha.136",
|
|
78
|
+
"@warp-drive/internal-config": "5.4.0-alpha.136",
|
|
79
79
|
"ember-source": "~5.12.0",
|
|
80
80
|
"pnpm-sync-dependencies-meta-injected": "0.0.14",
|
|
81
81
|
"typescript": "^5.7.2",
|