@ember-data/tracking 5.4.0-alpha.134 → 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.
Files changed (2) hide show
  1. package/README.md +0 -11
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -33,14 +33,3 @@ pnpm add @ember-data/tracking
33
33
  - ![NPM LTS Version](https://img.shields.io/npm/v/%40ember-data/tracking/lts?label=%40lts&color=0096FF)
34
34
  - ![NPM LTS 4.12 Version](https://img.shields.io/npm/v/%40ember-data/tracking/lts-4-12?label=%40lts-4-12&color=bbbbbb)
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.134",
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>",
@@ -30,12 +30,12 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@embroider/macros": "^1.16.6",
34
- "@warp-drive/build-config": "5.4.0-alpha.134"
33
+ "@embroider/macros": "^1.16.10",
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.134"
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.134",
78
- "@warp-drive/internal-config": "5.4.0-alpha.134",
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",