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

Commit 124c66c

Browse files
chore: bump versions and add postinstall
1 parent a00fe11 commit 124c66c

File tree

17 files changed

+41
-25
lines changed

17 files changed

+41
-25
lines changed

packages/offix/cache/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-cache",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "GraphQL Mutation and Subscription Helpers",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -9,7 +9,8 @@
99
"watch": "tsc --watch",
1010
"test": "jest",
1111
"size": "size-limit",
12-
"size:why": "size-limit --why"
12+
"size:why": "size-limit --why",
13+
"postinstall": "node postinstall.js"
1314
},
1415
"devDependencies": {
1516
"@size-limit/preset-small-lib": "4.9.2",

packages/offix/cache/postinstall.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/offix/client-boost/integration_test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"karma-mocha-reporter": "2.2.5",
2626
"karma-webpack": "4.0.2",
2727
"mocha": "8.3.0",
28-
"offix-cache": "0.15.6",
28+
"offix-cache": "0.15.7",
2929
"offix-server-conflicts": "0.6.0",
3030
"subscriptions-transport-ws": "0.9.18",
3131
"webpack": "5.22.0"

packages/offix/client-boost/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-client-boost",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "simplifies setup and usage of offix-client",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -11,7 +11,8 @@
1111
"size": "size-limit",
1212
"size:why": "size-limit --why",
1313
"preintegration-test": "cd integration_test && yarn install",
14-
"integration-test": "cd integration_test && yarn run test"
14+
"integration-test": "cd integration_test && yarn run test",
15+
"postinstall": "node postinstall.js"
1516
},
1617
"dependencies": {
1718
"@types/apollo-upload-client": "8.1.3",
@@ -24,8 +25,8 @@
2425
"apollo-link-retry": "2.2.16",
2526
"apollo-link-ws": "1.0.20",
2627
"apollo-upload-client": "14.1.3",
27-
"offix-client": "0.15.6",
28-
"offix-conflicts-client": "0.15.6",
28+
"offix-client": "0.15.7",
29+
"offix-conflicts-client": "0.15.7",
2930
"subscriptions-transport-ws": "0.9.18"
3031
},
3132
"devDependencies": {

packages/offix/client-boost/postinstall.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/offix/client/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-client",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "Offix GraphQL Offline Client",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -12,7 +12,8 @@
1212
"size": "size-limit",
1313
"size:why": "size-limit --why",
1414
"preintegration-test": "cd integration_test && yarn install",
15-
"integration-test": "cd integration_test && yarn run test"
15+
"integration-test": "cd integration_test && yarn run test",
16+
"postinstall": "node postinstall.js"
1617
},
1718
"license": "Apache-2.0",
1819
"repository": {
@@ -50,10 +51,10 @@
5051
"apollo-link-error": "1.1.13",
5152
"apollo-link-http": "1.5.17",
5253
"apollo-link-retry": "2.2.16",
53-
"offix-cache": "0.15.6",
54-
"offix-conflicts-client": "0.15.6",
55-
"offix-offline": "0.15.6",
56-
"offix-scheduler": "0.15.6",
54+
"offix-cache": "0.15.7",
55+
"offix-conflicts-client": "0.15.7",
56+
"offix-offline": "0.15.7",
57+
"offix-scheduler": "0.15.7",
5758
"traverse": "0.6.6"
5859
},
5960
"peerDependencies": {

packages/offix/client/postinstall.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/offix/conflicts-client/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-conflicts-client",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "adds client side conflict detection and resolution",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -9,7 +9,8 @@
99
"watch": "tsc --watch",
1010
"test": "jest",
1111
"size": "size-limit",
12-
"size:why": "size-limit --why"
12+
"size:why": "size-limit --why",
13+
"postinstall": "node postinstall.js"
1314
},
1415
"devDependencies": {
1516
"@size-limit/preset-small-lib": "4.9.2",

packages/offix/conflicts-client/postinstall.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/offix/conflicts-server/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offix-conflicts-server",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "Offix GraphQL server",
55
"main": "dist/index.js",
66
"scripts": {
@@ -9,7 +9,8 @@
99
"test": "jest",
1010
"compile:clean": "tsc --build tsconfig.json --clean",
1111
"size": "size-limit",
12-
"size:why": "size-limit --why"
12+
"size:why": "size-limit --why",
13+
"postinstall": "node postinstall.js"
1314
},
1415
"license": "Apache-2.0",
1516
"repository": {

0 commit comments

Comments
 (0)