-
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
17 changed files
with
69 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.16.2", | ||
"version": "0.17.0-beta.1", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"publish": { | ||
|
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.16.2", | ||
"version": "0.17.0-beta.1", | ||
"description": "A coordinator and set of coordination strategies for managing data flow and keeping @orbit/data sources in sync.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -26,9 +26,9 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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/core", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Core library for Orbit - a flexible data access and synchronization layer.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -26,7 +26,7 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "A flexible data access and synchronization layer.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -26,8 +26,8 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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/identity-map", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Orbit identity map to manage model instances.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>", | ||
|
@@ -28,9 +28,9 @@ | |
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/utils": "^0.16.1", | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1", | ||
"@typescript-eslint/eslint-plugin": "^2.2.0", | ||
"@typescript-eslint/parser": "^2.2.0", | ||
"eslint": "^6.3.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,6 +1,6 @@ | ||
{ | ||
"name": "@orbit/immutable", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Lightweight immutable library used by Orbit.js.", | ||
"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-bucket", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "An IndexedDB bucket implementation for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -25,8 +25,8 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "IndexedDB support for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -25,10 +25,10 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/record-cache": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/record-cache": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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.16.2", | ||
"version": "0.17.0-beta.1", | ||
"description": "Integration tests for core Orbit packages.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -20,19 +20,19 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/coordinator": "^0.16.2", | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/immutable": "^0.16.1", | ||
"@orbit/indexeddb": "^0.16.1", | ||
"@orbit/indexeddb-bucket": "^0.16.1", | ||
"@orbit/jsonapi": "^0.16.1", | ||
"@orbit/local-storage": "^0.16.1", | ||
"@orbit/local-storage-bucket": "^0.16.1", | ||
"@orbit/memory": "^0.16.1", | ||
"@orbit/record-cache": "^0.16.1", | ||
"@orbit/serializers": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/coordinator": "^0.17.0-beta.1", | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/immutable": "^0.17.0-beta.1", | ||
"@orbit/indexeddb": "^0.17.0-beta.1", | ||
"@orbit/indexeddb-bucket": "^0.17.0-beta.1", | ||
"@orbit/jsonapi": "^0.17.0-beta.1", | ||
"@orbit/local-storage": "^0.17.0-beta.1", | ||
"@orbit/local-storage-bucket": "^0.17.0-beta.1", | ||
"@orbit/memory": "^0.17.0-beta.1", | ||
"@orbit/record-cache": "^0.17.0-beta.1", | ||
"@orbit/serializers": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "JSON:API support for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -28,10 +28,10 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/serializers": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/serializers": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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-bucket", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "A local storage bucket implementation for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -25,8 +25,8 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Local storage support for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -25,10 +25,10 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/record-cache": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/record-cache": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Orbit source for managing in-memory records.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -26,11 +26,11 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/immutable": "^0.16.1", | ||
"@orbit/record-cache": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/immutable": "^0.17.0-beta.1", | ||
"@orbit/record-cache": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Orbit base classes used to access and maintain a set of records.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -26,9 +26,9 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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/serializers", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Serializers for Orbit.", | ||
"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/store", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Orbit source for managing in-memory records.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|
@@ -26,12 +26,12 @@ | |
"lint:ts": "eslint . --ext .ts" | ||
}, | ||
"dependencies": { | ||
"@orbit/core": "^0.16.1", | ||
"@orbit/data": "^0.16.1", | ||
"@orbit/immutable": "^0.16.1", | ||
"@orbit/memory": "^0.16.1", | ||
"@orbit/record-cache": "^0.16.1", | ||
"@orbit/utils": "^0.16.1" | ||
"@orbit/core": "^0.17.0-beta.1", | ||
"@orbit/data": "^0.17.0-beta.1", | ||
"@orbit/immutable": "^0.17.0-beta.1", | ||
"@orbit/memory": "^0.17.0-beta.1", | ||
"@orbit/record-cache": "^0.17.0-beta.1", | ||
"@orbit/utils": "^0.17.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/build": "^0.10.3", | ||
|
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/utils", | ||
"version": "0.16.1", | ||
"version": "0.17.0-beta.1", | ||
"description": "Core utilities for Orbit.", | ||
"contributors": [ | ||
"Dan Gebhardt <[email protected]>" | ||
|