Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: bump versions and add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyzissou committed Mar 18, 2021
1 parent a00fe11 commit 124c66c
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 25 deletions.
5 changes: 3 additions & 2 deletions packages/offix/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-cache",
"version": "0.15.6",
"version": "0.15.7",
"description": "GraphQL Mutation and Subscription Helpers",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -9,7 +9,8 @@
"watch": "tsc --watch",
"test": "jest",
"size": "size-limit",
"size:why": "size-limit --why"
"size:why": "size-limit --why",
"postinstall": "node postinstall.js"
},
"devDependencies": {
"@size-limit/preset-small-lib": "4.9.2",
Expand Down
1 change: 1 addition & 0 deletions packages/offix/cache/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/offix/client-boost/integration_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"karma-mocha-reporter": "2.2.5",
"karma-webpack": "4.0.2",
"mocha": "8.3.0",
"offix-cache": "0.15.6",
"offix-cache": "0.15.7",
"offix-server-conflicts": "0.6.0",
"subscriptions-transport-ws": "0.9.18",
"webpack": "5.22.0"
Expand Down
9 changes: 5 additions & 4 deletions packages/offix/client-boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-client-boost",
"version": "0.15.6",
"version": "0.15.7",
"description": "simplifies setup and usage of offix-client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -11,7 +11,8 @@
"size": "size-limit",
"size:why": "size-limit --why",
"preintegration-test": "cd integration_test && yarn install",
"integration-test": "cd integration_test && yarn run test"
"integration-test": "cd integration_test && yarn run test",
"postinstall": "node postinstall.js"
},
"dependencies": {
"@types/apollo-upload-client": "8.1.3",
Expand All @@ -24,8 +25,8 @@
"apollo-link-retry": "2.2.16",
"apollo-link-ws": "1.0.20",
"apollo-upload-client": "14.1.3",
"offix-client": "0.15.6",
"offix-conflicts-client": "0.15.6",
"offix-client": "0.15.7",
"offix-conflicts-client": "0.15.7",
"subscriptions-transport-ws": "0.9.18"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/offix/client-boost/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions packages/offix/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-client",
"version": "0.15.6",
"version": "0.15.7",
"description": "Offix GraphQL Offline Client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -12,7 +12,8 @@
"size": "size-limit",
"size:why": "size-limit --why",
"preintegration-test": "cd integration_test && yarn install",
"integration-test": "cd integration_test && yarn run test"
"integration-test": "cd integration_test && yarn run test",
"postinstall": "node postinstall.js"
},
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -50,10 +51,10 @@
"apollo-link-error": "1.1.13",
"apollo-link-http": "1.5.17",
"apollo-link-retry": "2.2.16",
"offix-cache": "0.15.6",
"offix-conflicts-client": "0.15.6",
"offix-offline": "0.15.6",
"offix-scheduler": "0.15.6",
"offix-cache": "0.15.7",
"offix-conflicts-client": "0.15.7",
"offix-offline": "0.15.7",
"offix-scheduler": "0.15.7",
"traverse": "0.6.6"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/offix/client/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/offix/conflicts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-conflicts-client",
"version": "0.15.6",
"version": "0.15.7",
"description": "adds client side conflict detection and resolution",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -9,7 +9,8 @@
"watch": "tsc --watch",
"test": "jest",
"size": "size-limit",
"size:why": "size-limit --why"
"size:why": "size-limit --why",
"postinstall": "node postinstall.js"
},
"devDependencies": {
"@size-limit/preset-small-lib": "4.9.2",
Expand Down
1 change: 1 addition & 0 deletions packages/offix/conflicts-client/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/offix/conflicts-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-conflicts-server",
"version": "0.15.6",
"version": "0.15.7",
"description": "Offix GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand All @@ -9,7 +9,8 @@
"test": "jest",
"compile:clean": "tsc --build tsconfig.json --clean",
"size": "size-limit",
"size:why": "size-limit --why"
"size:why": "size-limit --why",
"postinstall": "node postinstall.js"
},
"license": "Apache-2.0",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/offix/conflicts-server/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/offix/offline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-offline",
"version": "0.15.6",
"version": "0.15.7",
"description": "Offix package that exposes network interfaces",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -12,7 +12,8 @@
"preintegration-test": "cd integration_test && npm install",
"integration-test": "cd integration_test && npm test",
"size": "size-limit",
"size:why": "size-limit --why"
"size:why": "size-limit --why",
"postinstall": "node postinstall.js"
},
"license": "Apache-2.0",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/offix/offline/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/offix/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-offix-hooks",
"version": "0.15.6",
"version": "0.15.7",
"description": "Use offix-client in react hooks",
"keywords": [
"offix",
Expand All @@ -17,7 +17,8 @@
"preintegration-test": "cd integration_test && npm install",
"integration-test": "cd integration_test && npm test",
"size": "size-limit",
"size:why": "size-limit --why"
"size:why": "size-limit --why",
"postinstall": "node postinstall.js"
},
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -48,7 +49,7 @@
"typescript": "4.1.5"
},
"dependencies": {
"offix-client": "0.15.6",
"offix-client": "0.15.7",
"react": "17.0.1"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/offix/react-hooks/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/offix/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offix-scheduler",
"version": "0.15.6",
"version": "0.15.7",
"description": "",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -10,7 +10,8 @@
"watch": "tsc --watch",
"test": "jest --verbose --detectOpenHandles",
"size": "size-limit",
"size:why": "size-limit --why"
"size:why": "size-limit --why",
"postinstall": "node postinstall.js"
},
"license": "Apache-2.0",
"repository": {
Expand All @@ -34,7 +35,7 @@
"typescript": "4.1.5"
},
"dependencies": {
"offix-offline": "0.15.6"
"offix-offline": "0.15.7"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/offix/scheduler/postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 124c66c

Please sign in to comment.