-
Notifications
You must be signed in to change notification settings - Fork 133
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
Showing
9 changed files
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/coordinator", | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "A coordinator and set of coordination strategies for managing data flow and keeping @orbit/data sources in sync.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -29,7 +29,7 @@ | |
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.5", | ||
"@orbit/utils": "^0.17.0-beta.4" | ||
}, | ||
"devDependencies": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/data", | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "A flexible data access and synchronization layer.", | ||
"contributors": [ | ||
"Dan Gebhardt <[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,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/indexeddb", | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "IndexedDB support for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -28,8 +28,8 @@ | |
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.4", | ||
"@orbit/record-cache": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.5", | ||
"@orbit/record-cache": "^0.17.0-beta.5", | ||
"@orbit/utils": "^0.17.0-beta.4" | ||
}, | ||
"devDependencies": { | ||
|
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": "@orbit/integration-tests", | ||
"private": true, | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "Integration tests for core Orbit packages.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -15,17 +15,17 @@ | |
"test": "node ../build ci && snowpack build && testem ci" | ||
}, | ||
"dependencies": { | ||
"@orbit/coordinator": "^0.17.0-beta.4", | ||
"@orbit/coordinator": "^0.17.0-beta.5", | ||
"@orbit/core": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.5", | ||
"@orbit/immutable": "^0.17.0-beta.4", | ||
"@orbit/indexeddb": "^0.17.0-beta.4", | ||
"@orbit/indexeddb": "^0.17.0-beta.5", | ||
"@orbit/indexeddb-bucket": "^0.17.0-beta.4", | ||
"@orbit/jsonapi": "^0.17.0-beta.4", | ||
"@orbit/local-storage": "^0.17.0-beta.4", | ||
"@orbit/jsonapi": "^0.17.0-beta.5", | ||
"@orbit/local-storage": "^0.17.0-beta.5", | ||
"@orbit/local-storage-bucket": "^0.17.0-beta.4", | ||
"@orbit/memory": "^0.17.0-beta.4", | ||
"@orbit/record-cache": "^0.17.0-beta.4", | ||
"@orbit/memory": "^0.17.0-beta.5", | ||
"@orbit/record-cache": "^0.17.0-beta.5", | ||
"@orbit/serializers": "^0.17.0-beta.4", | ||
"@orbit/utils": "^0.17.0-beta.4" | ||
}, | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/jsonapi", | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "JSON:API support for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -31,7 +31,7 @@ | |
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.5", | ||
"@orbit/serializers": "^0.17.0-beta.4", | ||
"@orbit/utils": "^0.17.0-beta.4" | ||
}, | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/local-storage", | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "Local storage support for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -28,8 +28,8 @@ | |
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.4", | ||
"@orbit/record-cache": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.5", | ||
"@orbit/record-cache": "^0.17.0-beta.5", | ||
"@orbit/utils": "^0.17.0-beta.4" | ||
}, | ||
"devDependencies": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/memory", | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "Orbit source for managing in-memory records.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -29,9 +29,9 @@ | |
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.5", | ||
"@orbit/immutable": "^0.17.0-beta.4", | ||
"@orbit/record-cache": "^0.17.0-beta.4", | ||
"@orbit/record-cache": "^0.17.0-beta.5", | ||
"@orbit/utils": "^0.17.0-beta.4" | ||
}, | ||
"devDependencies": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/record-cache", | ||
"version": "0.17.0-beta.4", | ||
"version": "0.17.0-beta.5", | ||
"description": "Orbit base classes used to access and maintain a set of records.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -29,7 +29,7 @@ | |
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.4", | ||
"@orbit/data": "^0.17.0-beta.5", | ||
"@orbit/utils": "^0.17.0-beta.4" | ||
}, | ||
"devDependencies": { | ||
|