-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d4f65c
commit 2ee4219
Showing
36 changed files
with
441 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ember-data/active-record", | ||
"description": "ActiveRecord Format Support for EmberData", | ||
"version": "5.4.0-alpha.14", | ||
"version": "5.4.0-alpha.15", | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Chris Thoburn <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ember-data/legacy-compat", | ||
"description": "Compatibility Shims for Older EmberData", | ||
"version": "5.4.0-alpha.14", | ||
"version": "5.4.0-alpha.15", | ||
"license": "MIT", | ||
"author": "Chris Thoburn <[email protected]>", | ||
"repository": { | ||
|
@@ -40,7 +40,7 @@ | |
"version": 1 | ||
}, | ||
"dependencies": { | ||
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.14", | ||
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.15", | ||
"@embroider/macros": "^1.13.1", | ||
"ember-cli-babel": "^8.0.0" | ||
}, | ||
|
@@ -59,9 +59,9 @@ | |
} | ||
}, | ||
"peerDependencies": { | ||
"@ember-data/graph": "workspace:5.4.0-alpha.14", | ||
"@ember-data/json-api": "workspace:5.4.0-alpha.14", | ||
"@ember-data/request": "workspace:5.4.0-alpha.14" | ||
"@ember-data/graph": "workspace:5.4.0-alpha.15", | ||
"@ember-data/json-api": "workspace:5.4.0-alpha.15", | ||
"@ember-data/request": "workspace:5.4.0-alpha.15" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@ember-data/graph": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ember-data/request-utils", | ||
"description": "Request Building Utilities for use with EmberData", | ||
"version": "5.4.0-alpha.14", | ||
"version": "5.4.0-alpha.15", | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Chris Thoburn <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ember-data/request", | ||
"description": "⚡️ A simple, small and fast framework-agnostic library to make `fetch` happen", | ||
"version": "5.4.0-alpha.14", | ||
"version": "5.4.0-alpha.15", | ||
"license": "MIT", | ||
"author": "Chris Thoburn <[email protected]>", | ||
"repository": { | ||
|
@@ -21,7 +21,7 @@ | |
"extends": "../../package.json" | ||
}, | ||
"dependencies": { | ||
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.14", | ||
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.15", | ||
"@ember/test-waiters": "^3.0.2", | ||
"@embroider/macros": "^1.13.1", | ||
"ember-cli-babel": "^8.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ember-data/rest", | ||
"description": "REST Format Support for EmberData", | ||
"version": "5.4.0-alpha.14", | ||
"version": "5.4.0-alpha.15", | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Chris Thoburn <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ember-data/tracking", | ||
"description": "Tracking Primitives for controlling change notification of Tracked properties when working with EmberData", | ||
"version": "5.4.0-alpha.14", | ||
"version": "5.4.0-alpha.15", | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Chris Thoburn <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.14", | ||
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.15", | ||
"@embroider/macros": "^1.13.1", | ||
"ember-cli-babel": "^8.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.