Skip to content

Commit

Permalink
v0.17.0-beta.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Aug 12, 2021
1 parent a1f471c commit 2a97b72
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0-beta.24",
"version": "0.17.0-beta.25",
"npmClient": "yarn",
"useWorkspaces": true,
"publish": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@orbit/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/coordinator",
"version": "0.17.0-beta.20",
"version": "0.17.0-beta.25",
"description": "A coordinator and set of coordination strategies for managing data flow and keeping @orbit/data sources in sync.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,9 +32,9 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/data": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/core",
"version": "0.17.0-beta.20",
"version": "0.17.0-beta.25",
"description": "Core library for Orbit - a flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/data",
"version": "0.17.0-beta.20",
"version": "0.17.0-beta.25",
"description": "A flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,8 +32,8 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/identity-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/identity-map",
"version": "0.17.0-beta.22",
"version": "0.17.0-beta.25",
"description": "Orbit identity map to manage model instances.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12",
"@orbit/records": "^0.17.0-beta.22"
"@orbit/records": "^0.17.0-beta.25"
},
"prettier": "@orbit/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/@orbit/immutable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/immutable",
"version": "0.17.0-beta.14",
"version": "0.17.0-beta.25",
"description": "Lightweight immutable library used by Orbit.js.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/indexeddb-bucket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/indexeddb-bucket",
"version": "0.17.0-beta.20",
"version": "0.17.0-beta.25",
"description": "An IndexedDB bucket implementation for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,8 +31,8 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
12 changes: 6 additions & 6 deletions packages/@orbit/indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/indexeddb",
"version": "0.17.0-beta.24",
"version": "0.17.0-beta.25",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,11 +31,11 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/data": "^0.17.0-beta.25",
"@orbit/record-cache": "^0.17.0-beta.25",
"@orbit/records": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
30 changes: 15 additions & 15 deletions packages/@orbit/integration-tests/package.json
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.24",
"version": "0.17.0-beta.25",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -16,20 +16,20 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/coordinator": "^0.17.0-beta.20",
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/immutable": "^0.17.0-beta.14",
"@orbit/indexeddb": "^0.17.0-beta.24",
"@orbit/indexeddb-bucket": "^0.17.0-beta.20",
"@orbit/jsonapi": "^0.17.0-beta.22",
"@orbit/local-storage": "^0.17.0-beta.24",
"@orbit/local-storage-bucket": "^0.17.0-beta.20",
"@orbit/memory": "^0.17.0-beta.24",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/serializers": "^0.17.0-beta.19",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/coordinator": "^0.17.0-beta.25",
"@orbit/core": "^0.17.0-beta.25",
"@orbit/data": "^0.17.0-beta.25",
"@orbit/immutable": "^0.17.0-beta.25",
"@orbit/indexeddb": "^0.17.0-beta.25",
"@orbit/indexeddb-bucket": "^0.17.0-beta.25",
"@orbit/jsonapi": "^0.17.0-beta.25",
"@orbit/local-storage": "^0.17.0-beta.25",
"@orbit/local-storage-bucket": "^0.17.0-beta.25",
"@orbit/memory": "^0.17.0-beta.25",
"@orbit/record-cache": "^0.17.0-beta.25",
"@orbit/records": "^0.17.0-beta.25",
"@orbit/serializers": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12",
Expand Down
12 changes: 6 additions & 6 deletions packages/@orbit/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/jsonapi",
"version": "0.17.0-beta.22",
"version": "0.17.0-beta.25",
"description": "JSON:API support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/serializers": "^0.17.0-beta.19",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/data": "^0.17.0-beta.25",
"@orbit/records": "^0.17.0-beta.25",
"@orbit/serializers": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/local-storage-bucket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/local-storage-bucket",
"version": "0.17.0-beta.20",
"version": "0.17.0-beta.25",
"description": "A local storage bucket implementation for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,8 +31,8 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
12 changes: 6 additions & 6 deletions packages/@orbit/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/local-storage",
"version": "0.17.0-beta.24",
"version": "0.17.0-beta.25",
"description": "Local storage support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,11 +31,11 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/data": "^0.17.0-beta.25",
"@orbit/record-cache": "^0.17.0-beta.25",
"@orbit/records": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
14 changes: 7 additions & 7 deletions packages/@orbit/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/memory",
"version": "0.17.0-beta.24",
"version": "0.17.0-beta.25",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,12 +32,12 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/immutable": "^0.17.0-beta.14",
"@orbit/record-cache": "^0.17.0-beta.24",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/data": "^0.17.0-beta.25",
"@orbit/immutable": "^0.17.0-beta.25",
"@orbit/record-cache": "^0.17.0-beta.25",
"@orbit/records": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
10 changes: 5 additions & 5 deletions packages/@orbit/record-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/record-cache",
"version": "0.17.0-beta.24",
"version": "0.17.0-beta.25",
"description": "Orbit base classes used to access and maintain a set of records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,10 +32,10 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.20",
"@orbit/data": "^0.17.0-beta.20",
"@orbit/records": "^0.17.0-beta.22",
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/core": "^0.17.0-beta.25",
"@orbit/data": "^0.17.0-beta.25",
"@orbit/records": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
8 changes: 4 additions & 4 deletions packages/@orbit/records/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/records",
"version": "0.17.0-beta.22",
"version": "0.17.0-beta.25",
"description": "A flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,9 +32,9 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/data": "^0.17.0-beta.20",
"@orbit/utils": "^0.17.0-beta.19",
"@orbit/validators": "^0.17.0-beta.22"
"@orbit/data": "^0.17.0-beta.25",
"@orbit/utils": "^0.17.0-beta.25",
"@orbit/validators": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/serializers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/serializers",
"version": "0.17.0-beta.19",
"version": "0.17.0-beta.25",
"description": "Serializers for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/utils",
"version": "0.17.0-beta.19",
"version": "0.17.0-beta.25",
"description": "Core utilities for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/validators",
"version": "0.17.0-beta.22",
"version": "0.17.0-beta.25",
"description": "Validators for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/utils": "^0.17.0-beta.19"
"@orbit/utils": "^0.17.0-beta.25"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.12"
Expand Down

0 comments on commit 2a97b72

Please sign in to comment.