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.
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.0.0-alpha.
|
|
2
|
+
"version": "6.0.0-alpha.4",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
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.
|
|
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.
|
|
17756
|
+
const version = '6.0.0-alpha.4';
|
|
17757
17757
|
|
|
17758
17758
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
17759
17759
|
__proto__: null,
|
package/dist/ember-testing.js
CHANGED
|
@@ -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.
|
|
8
|
+
* @version 6.0.0-alpha.4
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
package/dist/ember.debug.js
CHANGED
|
@@ -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.
|
|
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.
|
|
3508
|
+
const Version = '6.0.0-alpha.4';
|
|
3509
3509
|
|
|
3510
3510
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
3511
3511
|
__proto__: null,
|
package/dist/ember.prod.js
CHANGED
|
@@ -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.
|
|
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.
|
|
2722
|
+
const Version = '6.0.0-alpha.4';
|
|
2723
2723
|
|
|
2724
2724
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
2725
2725
|
__proto__: null,
|
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.
|
|
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.
|
|
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.
|
|
193
|
+
"_originalVersion": "6.0.0-alpha.4",
|
|
194
194
|
"_versionPreviouslyCalculated": true,
|
|
195
195
|
"publishConfig": {
|
|
196
196
|
"tag": "alpha"
|