@ember-data/tracking 5.4.0-alpha.50 → 5.4.0-alpha.52
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 +36 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,7 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img
|
|
3
|
+
class="project-logo"
|
|
4
|
+
src="./ember-data-logo-dark.svg#gh-dark-mode-only"
|
|
5
|
+
alt="EmberData Store"
|
|
6
|
+
width="240px"
|
|
7
|
+
title="EmberData Store"
|
|
8
|
+
/>
|
|
9
|
+
<img
|
|
10
|
+
class="project-logo"
|
|
11
|
+
src="./ember-data-logo-light.svg#gh-light-mode-only"
|
|
12
|
+
alt="EmberData Store"
|
|
13
|
+
width="240px"
|
|
14
|
+
title="EmberData Store"
|
|
15
|
+
/>
|
|
16
|
+
</p>
|
|
3
17
|
|
|
4
|
-
Tracking Primitives for controlling change notification of Tracked properties when working with EmberData
|
|
18
|
+
<p align="center">Tracking Primitives for controlling change notification of Tracked properties when working with EmberData</p>
|
|
19
|
+
|
|
20
|
+
## Installation
|
|
21
|
+
|
|
22
|
+
Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
pnpm add @ember-data/tracking
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
**Tagged Releases**
|
|
29
|
+
|
|
30
|
+
- 
|
|
31
|
+
- 
|
|
32
|
+
- 
|
|
33
|
+
- 
|
|
34
|
+
- 
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## About
|
|
5
38
|
|
|
6
39
|
> Note: This is a V2 Addon, but we have intentionally configured it to act and report as a V1 Addon due
|
|
7
40
|
to bugs with ember-auto-import.
|
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.52",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"homepage": "https://github.com/emberjs/data",
|
|
14
14
|
"bugs": "https://github.com/emberjs/data/issues",
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": ">= 18.
|
|
16
|
+
"node": ">= 18.20.1"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"ember-addon"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ember-data/private-build-infra": "5.4.0-alpha.
|
|
30
|
+
"@ember-data/private-build-infra": "5.4.0-alpha.52",
|
|
31
31
|
"@embroider/macros": "^1.15.0",
|
|
32
32
|
"ember-cli-babel": "^8.2.0"
|
|
33
33
|
},
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
"@babel/runtime": "^7.24.1",
|
|
66
66
|
"@embroider/addon-dev": "^4.2.1",
|
|
67
67
|
"@glimmer/component": "^1.1.2",
|
|
68
|
-
"@glimmer/validator": "^0.
|
|
68
|
+
"@glimmer/validator": "^0.91.1",
|
|
69
69
|
"@rollup/plugin-babel": "^6.0.4",
|
|
70
70
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
71
|
-
"@warp-drive/internal-config": "5.4.0-alpha.
|
|
71
|
+
"@warp-drive/internal-config": "5.4.0-alpha.52",
|
|
72
72
|
"ember-source": "~5.7.0",
|
|
73
73
|
"pnpm-sync-dependencies-meta-injected": "0.0.10",
|
|
74
|
-
"rollup": "^4.13.
|
|
74
|
+
"rollup": "^4.13.2",
|
|
75
75
|
"typescript": "^5.4.3",
|
|
76
76
|
"walk-sync": "^3.0.0"
|
|
77
77
|
},
|