@ember-data/tracking 5.8.0-beta.0 → 5.8.0-beta.1
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
CHANGED
|
@@ -13,7 +13,8 @@ import { macroCondition, getGlobalConfig, importSync } from '@embroider/macros';
|
|
|
13
13
|
* historically provided the bindings into Ember's reactivity system.
|
|
14
14
|
*
|
|
15
15
|
* This package is no longer needed as the configuration is now
|
|
16
|
-
* provided by the package
|
|
16
|
+
* provided by the package {@link @warp-drive/ember! | @warp-drive/ember}.
|
|
17
|
+
*
|
|
17
18
|
* :::
|
|
18
19
|
*
|
|
19
20
|
* To resolve this deprecation, follow these steps:
|
|
@@ -33,8 +34,8 @@ import { macroCondition, getGlobalConfig, importSync } from '@embroider/macros';
|
|
|
33
34
|
* ## 3. Clear the deprecation
|
|
34
35
|
*
|
|
35
36
|
* Once the above steps are complete, the deprecation can be silenced and the automatic fallback
|
|
36
|
-
* registration of reactivity from `@ember-data/tracking` can be removed by updating your
|
|
37
|
-
*
|
|
37
|
+
* registration of reactivity from `@ember-data/tracking` can be removed by updating your
|
|
38
|
+
* {@link @warp-drive/build-config! | WarpDrive Build Config} in your `ember-cli-build` file.
|
|
38
39
|
*
|
|
39
40
|
* ```js [ember-cli-build.js]
|
|
40
41
|
* 'use strict';
|
|
@@ -74,8 +75,8 @@ const emberDirtyTag = dirtyTag;
|
|
|
74
75
|
* `@ember-data/store` if the deprecation has not been resolved.
|
|
75
76
|
*
|
|
76
77
|
* This function should not be called directly in your application code
|
|
77
|
-
* and this package is deprecated entirely
|
|
78
|
-
*
|
|
78
|
+
* and this package is deprecated entirely. Use {@link @warp-drive/ember! | @warp-drive/ember}
|
|
79
|
+
* instead.
|
|
79
80
|
*
|
|
80
81
|
* @deprecated
|
|
81
82
|
* @public
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/tracking",
|
|
3
3
|
"description": "DEPRECATED - Use @warp-drive/ember",
|
|
4
|
-
"version": "5.8.0-beta.
|
|
4
|
+
"version": "5.8.0-beta.1",
|
|
5
5
|
"deprecated": "Use @warp-drive/ember",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+ssh://git@github.com:
|
|
11
|
+
"url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
|
|
12
12
|
"directory": "packages/tracking"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://github.com/
|
|
15
|
-
"bugs": "https://github.com/
|
|
14
|
+
"homepage": "https://github.com/warp-drive-data/warp-drive",
|
|
15
|
+
"bugs": "https://github.com/warp-drive-data/warp-drive/issues",
|
|
16
16
|
"keywords": [
|
|
17
17
|
"ember-addon"
|
|
18
18
|
],
|
|
@@ -10,7 +10,8 @@ declare module '@ember-data/tracking' {
|
|
|
10
10
|
* historically provided the bindings into Ember's reactivity system.
|
|
11
11
|
*
|
|
12
12
|
* This package is no longer needed as the configuration is now
|
|
13
|
-
* provided by the package
|
|
13
|
+
* provided by the package {@link @warp-drive/ember! | @warp-drive/ember}.
|
|
14
|
+
*
|
|
14
15
|
* :::
|
|
15
16
|
*
|
|
16
17
|
* To resolve this deprecation, follow these steps:
|
|
@@ -30,8 +31,8 @@ declare module '@ember-data/tracking' {
|
|
|
30
31
|
* ## 3. Clear the deprecation
|
|
31
32
|
*
|
|
32
33
|
* Once the above steps are complete, the deprecation can be silenced and the automatic fallback
|
|
33
|
-
* registration of reactivity from `@ember-data/tracking` can be removed by updating your
|
|
34
|
-
*
|
|
34
|
+
* registration of reactivity from `@ember-data/tracking` can be removed by updating your
|
|
35
|
+
* {@link @warp-drive/build-config! | WarpDrive Build Config} in your `ember-cli-build` file.
|
|
35
36
|
*
|
|
36
37
|
* ```js [ember-cli-build.js]
|
|
37
38
|
* 'use strict';
|
|
@@ -71,8 +72,8 @@ declare module '@ember-data/tracking' {
|
|
|
71
72
|
* `@ember-data/store` if the deprecation has not been resolved.
|
|
72
73
|
*
|
|
73
74
|
* This function should not be called directly in your application code
|
|
74
|
-
* and this package is deprecated entirely
|
|
75
|
-
*
|
|
75
|
+
* and this package is deprecated entirely. Use {@link @warp-drive/ember! | @warp-drive/ember}
|
|
76
|
+
* instead.
|
|
76
77
|
*
|
|
77
78
|
* @deprecated
|
|
78
79
|
* @public
|