ember-source 6.8.2 → 6.8.3

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,4 +1,4 @@
1
1
  // this file gets replaced with the real value during the build
2
- const Version = '6.8.2';
2
+ const Version = '6.8.3';
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.8.2"
6
+ "version": "6.8.3"
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.8.2",
3
+ "version": "6.8.3",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -404,6 +404,9 @@
404
404
  }
405
405
  },
406
406
  "packageManager": "pnpm@10.5.0",
407
- "_originalVersion": "6.8.2",
408
- "_versionPreviouslyCalculated": true
407
+ "_originalVersion": "6.8.3",
408
+ "_versionPreviouslyCalculated": true,
409
+ "publishConfig": {
410
+ "tag": "old"
411
+ }
409
412
  }