ember-source 6.3.0-beta.1 → 6.4.0-alpha.2

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.3.0-beta.1",
2
+ "version": "6.4.0-alpha.2",
3
3
  "buildType": "tag",
4
- "SHA": "46ffedacedc31d19f084941bd88ffa76fd18c3c6",
5
- "assetPath": "/tag/shas/46ffedacedc31d19f084941bd88ffa76fd18c3c6.tgz"
4
+ "SHA": "930df884b3ab321de66d417be458bbd340a5f01a",
5
+ "assetPath": "/tag/shas/930df884b3ab321de66d417be458bbd340a5f01a.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.3.0-beta.1
8
+ * @version 6.4.0-alpha.2
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -15638,7 +15638,7 @@ var define, require;
15638
15638
  }, Symbol.toStringTag, { value: 'Module' });
15639
15639
 
15640
15640
  // this file gets replaced with the real value during the build
15641
- const version = '6.3.0-beta.1';
15641
+ const version = '6.4.0-alpha.2';
15642
15642
 
15643
15643
  const emberVersion = /*#__PURE__*/Object.defineProperty({
15644
15644
  __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.3.0-beta.1
8
+ * @version 6.4.0-alpha.2
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.3.0-beta.1
8
+ * @version 6.4.0-alpha.2
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -3366,7 +3366,7 @@ var define, require;
3366
3366
  }, Symbol.toStringTag, { value: 'Module' });
3367
3367
 
3368
3368
  // this file gets replaced with the real value during the build
3369
- const Version = '6.3.0-beta.1';
3369
+ const Version = '6.4.0-alpha.2';
3370
3370
 
3371
3371
  const emberVersion = /*#__PURE__*/Object.defineProperty({
3372
3372
  __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.3.0-beta.1
8
+ * @version 6.4.0-alpha.2
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -2607,7 +2607,7 @@ var define, require;
2607
2607
  }, Symbol.toStringTag, { value: 'Module' });
2608
2608
 
2609
2609
  // this file gets replaced with the real value during the build
2610
- const Version = '6.3.0-beta.1';
2610
+ const Version = '6.4.0-alpha.2';
2611
2611
 
2612
2612
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2613
2613
  __proto__: null,
@@ -1,4 +1,4 @@
1
1
  // this file gets replaced with the real value during the build
2
- const Version = '6.3.0-beta.1';
2
+ const Version = '6.4.0-alpha.2';
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.3.0-beta.1"
6
+ "version": "6.4.0-alpha.2"
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.3.0-beta.1",
3
+ "version": "6.4.0-alpha.2",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -399,9 +399,9 @@
399
399
  "node": "16.20.0",
400
400
  "pnpm": "8.10.0"
401
401
  },
402
- "_originalVersion": "6.3.0-beta.1",
402
+ "_originalVersion": "6.4.0-alpha.2",
403
403
  "_versionPreviouslyCalculated": true,
404
404
  "publishConfig": {
405
- "tag": "beta"
405
+ "tag": "alpha"
406
406
  }
407
407
  }