ember-source 4.7.0-alpha.5 → 4.7.0

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.
@@ -5,5 +5,5 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 4.7.0-alpha.5
8
+ * @version 4.7.0
9
9
  */
@@ -11,8 +11,8 @@ import { ENV } from '@ember/-internals/environment';
11
11
  */
12
12
 
13
13
  export const DEFAULT_FEATURES = {
14
- EMBER_LIBRARIES_ISREGISTERED: null,
15
- EMBER_IMPROVED_INSTRUMENTATION: null,
14
+ EMBER_LIBRARIES_ISREGISTERED: false,
15
+ EMBER_IMPROVED_INSTRUMENTATION: false,
16
16
  EMBER_UNIQUE_ID_HELPER: true,
17
17
  EMBER_DEFAULT_HELPER_MANAGER: true
18
18
  };
@@ -1 +1 @@
1
- export default "4.7.0-alpha.5";
1
+ export default "4.7.0";
package/docs/data.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "The Ember API",
4
4
  "description": "The Ember API: a framework for building ambitious web applications",
5
5
  "url": "https://emberjs.com/",
6
- "version": "4.7.0-alpha.5"
6
+ "version": "4.7.0"
7
7
  },
8
8
  "files": {
9
9
  "node_modules/rsvp/lib/rsvp/promise/all.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-source",
3
- "version": "4.7.0-alpha.5",
3
+ "version": "4.7.0",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -98,7 +98,7 @@
98
98
  "@typescript-eslint/eslint-plugin": "^5.22.0",
99
99
  "@typescript-eslint/parser": "^5.15.0",
100
100
  "auto-dist-tag": "^2.1.1",
101
- "aws-sdk": "^2.1095.0",
101
+ "aws-sdk": "^2.1166.0",
102
102
  "babel-template": "^6.26.0",
103
103
  "backburner.js": "^2.7.0",
104
104
  "broccoli-babel-transpiler": "^7.8.0",
@@ -125,7 +125,7 @@
125
125
  "eslint-plugin-ember-internal": "^2.0.0",
126
126
  "eslint-plugin-import": "^2.25.4",
127
127
  "eslint-plugin-node": "^11.1.0",
128
- "eslint-plugin-prettier": "^4.0.0",
128
+ "eslint-plugin-prettier": "^4.2.1",
129
129
  "eslint-plugin-qunit": "^7.2.0",
130
130
  "execa": "^5.1.1",
131
131
  "expect-type": "^0.13.0",
@@ -134,13 +134,13 @@
134
134
  "fs-extra": "^10.0.1",
135
135
  "git-repo-info": "^2.1.1",
136
136
  "github": "^0.2.3",
137
- "glob": "^7.2.0",
137
+ "glob": "^8.0.3",
138
138
  "html-differ": "^1.4.0",
139
139
  "lodash.uniq": "^4.5.0",
140
140
  "mkdirp": "^1.0.4",
141
141
  "mocha": "^9.2.2",
142
142
  "npm-run-all": "^4.1.5",
143
- "prettier": "^2.6.0",
143
+ "prettier": "^2.7.1",
144
144
  "puppeteer": "^13.5.1",
145
145
  "qunit": "^2.18.1",
146
146
  "rollup-plugin-commonjs": "^9.3.4",
@@ -150,7 +150,7 @@
150
150
  "rsvp": "^4.8.5",
151
151
  "serve-static": "^1.14.2",
152
152
  "simple-dom": "^1.4.0",
153
- "testem": "^3.6.0",
153
+ "testem": "^3.8.0",
154
154
  "testem-failure-only-reporter": "^1.0.0",
155
155
  "typescript": "~4.6.4"
156
156
  },
@@ -160,9 +160,6 @@
160
160
  "ember-addon": {
161
161
  "after": "ember-cli-legacy-blueprints"
162
162
  },
163
- "_originalVersion": "4.7.0-alpha.5",
164
- "_versionPreviouslyCalculated": true,
165
- "publishConfig": {
166
- "tag": "alpha"
167
- }
168
- }
163
+ "_originalVersion": "4.7.0",
164
+ "_versionPreviouslyCalculated": true
165
+ }