ember-source 6.0.0-alpha.2 → 6.0.0-alpha.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "6.0.0-alpha.2",
2
+ "version": "6.0.0-alpha.4",
3
3
  "buildType": "tag",
4
- "SHA": "6220b30ea8bfee61ad84233952f9cc51f28912dd",
5
- "assetPath": "/tag/shas/6220b30ea8bfee61ad84233952f9cc51f28912dd.tgz"
4
+ "SHA": "352bf6a26ffeac659503aba58c1beaa0ee42e4e0",
5
+ "assetPath": "/tag/shas/352bf6a26ffeac659503aba58c1beaa0ee42e4e0.tgz"
6
6
  }
@@ -5,7 +5,7 @@
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 6.0.0-alpha.2
8
+ * @version 6.0.0-alpha.4
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -17753,7 +17753,7 @@ var define, require;
17753
17753
  }, Symbol.toStringTag, { value: 'Module' });
17754
17754
 
17755
17755
  // this file gets replaced with the real value during the build
17756
- const version = '6.0.0-alpha.2';
17756
+ const version = '6.0.0-alpha.4';
17757
17757
 
17758
17758
  const emberVersion = /*#__PURE__*/Object.defineProperty({
17759
17759
  __proto__: null,
@@ -5,7 +5,7 @@
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 6.0.0-alpha.2
8
+ * @version 6.0.0-alpha.4
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -5,7 +5,7 @@
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 6.0.0-alpha.2
8
+ * @version 6.0.0-alpha.4
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -3505,7 +3505,7 @@ var define, require;
3505
3505
  }, Symbol.toStringTag, { value: 'Module' });
3506
3506
 
3507
3507
  // this file gets replaced with the real value during the build
3508
- const Version = '6.0.0-alpha.2';
3508
+ const Version = '6.0.0-alpha.4';
3509
3509
 
3510
3510
  const emberVersion = /*#__PURE__*/Object.defineProperty({
3511
3511
  __proto__: null,
@@ -5,7 +5,7 @@
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 6.0.0-alpha.2
8
+ * @version 6.0.0-alpha.4
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -2719,7 +2719,7 @@ var define, require;
2719
2719
  }, Symbol.toStringTag, { value: 'Module' });
2720
2720
 
2721
2721
  // this file gets replaced with the real value during the build
2722
- const Version = '6.0.0-alpha.2';
2722
+ const Version = '6.0.0-alpha.4';
2723
2723
 
2724
2724
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2725
2725
  __proto__: null,
@@ -1,4 +1,4 @@
1
1
  // this file gets replaced with the real value during the build
2
- const Version = '6.0.0-alpha.2';
2
+ const Version = '6.0.0-alpha.4';
3
3
 
4
4
  export { Version as default };
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": "6.0.0-alpha.2"
6
+ "version": "6.0.0-alpha.4"
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": "6.0.0-alpha.2",
3
+ "version": "6.0.0-alpha.4",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -190,7 +190,7 @@
190
190
  "node": "16.20.0",
191
191
  "pnpm": "8.10.0"
192
192
  },
193
- "_originalVersion": "6.0.0-alpha.2",
193
+ "_originalVersion": "6.0.0-alpha.4",
194
194
  "_versionPreviouslyCalculated": true,
195
195
  "publishConfig": {
196
196
  "tag": "alpha"