@ember-data/tracking 4.12.0-beta.7 → 4.12.0-beta.9

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/LICENSE.md +1 -1
  2. package/package.json +12 -8
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (C) 2017-2022 Ember.js contributors
3
+ Copyright (C) 2017-2023 Ember.js contributors
4
4
  Portions Copyright (C) 2011-2017 Tilde, Inc. and contributors.
5
5
  Portions Copyright (C) 2011 LivingSocial Inc.
6
6
 
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": "4.12.0-beta.7",
4
+ "version": "4.12.0-beta.9",
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": "14.* || 16.* || >= 18"
16
+ "node": "16.* || >= 18"
17
17
  },
18
18
  "keywords": [
19
19
  "ember-addon"
@@ -26,7 +26,11 @@
26
26
  },
27
27
  "files": [
28
28
  "addon-main.js",
29
- "addon"
29
+ "addon",
30
+ "README.md",
31
+ "LICENSE.md",
32
+ "ember-data-logo-dark.svg",
33
+ "ember-data-logo-light.svg"
30
34
  ],
31
35
  "ember-addon": {
32
36
  "main": "addon-main.js",
@@ -34,21 +38,21 @@
34
38
  "version": 1
35
39
  },
36
40
  "devDependencies": {
37
- "@babel/core": "^7.21.3",
41
+ "@babel/core": "^7.21.4",
38
42
  "@babel/cli": "^7.21.0",
39
43
  "@babel/plugin-proposal-class-properties": "^7.18.6",
40
44
  "@babel/plugin-proposal-decorators": "^7.21.0",
41
- "@babel/plugin-transform-runtime": "^7.21.0",
45
+ "@babel/plugin-transform-runtime": "^7.21.4",
42
46
  "@babel/plugin-transform-typescript": "^7.21.3",
43
- "@babel/preset-env": "^7.20.2",
44
- "@babel/preset-typescript": "^7.21.0",
47
+ "@babel/preset-env": "^7.21.4",
48
+ "@babel/preset-typescript": "^7.21.4",
45
49
  "@babel/runtime": "^7.21.0",
46
50
  "@embroider/addon-dev": "^3.0.0",
47
51
  "@rollup/plugin-babel": "^6.0.3",
48
52
  "@rollup/plugin-node-resolve": "^15.0.1",
49
53
  "rollup": "^3.20.2",
50
54
  "tslib": "^2.5.0",
51
- "typescript": "^4.9.5",
55
+ "typescript": "^5.0.3",
52
56
  "walk-sync": "^3.0.0"
53
57
  },
54
58
  "ember": {