ember-source 4.9.0-alpha.4 → 4.9.0-alpha.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Ember Changelog
2
2
 
3
+ ### v4.8.0-beta.5 (October 3, 2022)
4
+
5
+ - [#20212](https://github.com/emberjs/ember.js/pull/20212) [BUGFIX] Remove incorrect exports from preview routing types
6
+
3
7
  ### v4.8.0-beta.4 (September 26, 2022)
4
8
 
5
9
  - [#20201](https://github.com/emberjs/ember.js/pull/20201) [BUGFIX] Fix type definition for `Route`
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020 Yehuda Katz, Tom Dale and Ember.js contributors
1
+ Copyright (c) 2011 Yehuda Katz, Tom Dale and Ember.js contributors
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of
4
4
  this software and associated documentation files (the "Software"), to deal in
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.9.0-alpha.4",
2
+ "version": "4.9.0-alpha.5",
3
3
  "buildType": "tag",
4
- "SHA": "9cee26afcfb99eb69c661539e8825a0a5cf09ec6",
5
- "assetPath": "/tag/shas/9cee26afcfb99eb69c661539e8825a0a5cf09ec6.tgz"
4
+ "SHA": "d8463ef922e333e35dc026d6a60cc6ce7ebc0eac",
5
+ "assetPath": "/tag/shas/d8463ef922e333e35dc026d6a60cc6ce7ebc0eac.tgz"
6
6
  }
@@ -1,12 +1,12 @@
1
1
  (function() {
2
2
  /*!
3
3
  * @overview Ember - JavaScript Application Framework
4
- * @copyright Copyright 2011-2021 Tilde Inc. and contributors
4
+ * @copyright Copyright 2011 Tilde Inc. and contributors
5
5
  * Portions Copyright 2006-2011 Strobe Inc.
6
6
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
7
7
  * @license Licensed under MIT license
8
8
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
9
- * @version 4.9.0-alpha.4
9
+ * @version 4.9.0-alpha.5
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -19399,7 +19399,7 @@ define("ember/version", ["exports"], function (_exports) {
19399
19399
  value: true
19400
19400
  });
19401
19401
  _exports.default = void 0;
19402
- var _default = "4.9.0-alpha.4";
19402
+ var _default = "4.9.0-alpha.5";
19403
19403
  _exports.default = _default;
19404
19404
  });
19405
19405
  define("simple-html-tokenizer", ["exports"], function (_exports) {