diff --git a/.changeset/satan-goats-sacrifice.md b/.changeset/satan-goats-sacrifice.md deleted file mode 100644 index b1bc05040..000000000 --- a/.changeset/satan-goats-sacrifice.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"@n1ru4l/in-memory-live-query-store": minor ---- - -Drop the `execute` constructor argument option. -Please use `InMemoryLiveQueryStore.makeExecute` instead. - -**Old** - -```ts -import { InMemoryLiveQueryStore } from "@n1ru4l/in-memory-live-query-store"; -import { execute as executeImplementation } from "graphql"; -const liveQueryStore = new InMemoryLiveQueryStore({ execute }); -const execute = liveQueryStore.execute; -``` - -**New** - -```ts -import { InMemoryLiveQueryStore } from "@n1ru4l/in-memory-live-query-store"; -import { execute as executeImplementation } from "graphql"; -const liveQueryStore = new InMemoryLiveQueryStore(); -const execute = liveQueryStore.makeExecute(executeImplementation); -``` diff --git a/.changeset/warm-moles-remember.md b/.changeset/warm-moles-remember.md deleted file mode 100644 index 848c570e8..000000000 --- a/.changeset/warm-moles-remember.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@n1ru4l/graphql-live-query": minor -"@n1ru4l/graphql-live-query-patch": minor -"@n1ru4l/graphql-live-query-patch-jsondiffpatch": minor -"@n1ru4l/graphql-live-query-patch-json-patch": minor -"@n1ru4l/in-memory-live-query-store": minor -"@n1ru4l/json-patch-plus": minor -"@n1ru4l/socket-io-graphql-client": minor -"@n1ru4l/socket-io-graphql-server": minor ---- - -Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js diff --git a/packages/graphql-live-query-patch-json-diff/CHANGELOG.md b/packages/graphql-live-query-patch-json-diff/CHANGELOG.md index 7f0314ca7..9ea328c1d 100644 --- a/packages/graphql-live-query-patch-json-diff/CHANGELOG.md +++ b/packages/graphql-live-query-patch-json-diff/CHANGELOG.md @@ -1,5 +1,17 @@ # @n1ru4l/graphql-live-query-patch-jsondiffpatch +## 0.8.0 + +### Minor Changes + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + +### Patch Changes + +- Updated dependencies [f585fb3] + - @n1ru4l/graphql-live-query-patch@0.7.0 + - @n1ru4l/json-patch-plus@0.2.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/graphql-live-query-patch-json-diff/package.json b/packages/graphql-live-query-patch-json-diff/package.json index b8c99b71d..b52b574eb 100644 --- a/packages/graphql-live-query-patch-json-diff/package.json +++ b/packages/graphql-live-query-patch-json-diff/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query-patch-jsondiffpatch", - "version": "0.7.0", + "version": "0.8.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -19,8 +19,8 @@ "real-time" ], "dependencies": { - "@n1ru4l/json-patch-plus": "^0.1.4", - "@n1ru4l/graphql-live-query-patch": "^0.6.1" + "@n1ru4l/json-patch-plus": "^0.2.0", + "@n1ru4l/graphql-live-query-patch": "^0.7.0" }, "devDependencies": { "graphql": "16.0.0-experimental-stream-defer.5", diff --git a/packages/graphql-live-query-patch-json-patch/CHANGELOG.md b/packages/graphql-live-query-patch-json-patch/CHANGELOG.md index a6df0405f..8fd8c41ce 100644 --- a/packages/graphql-live-query-patch-json-patch/CHANGELOG.md +++ b/packages/graphql-live-query-patch-json-patch/CHANGELOG.md @@ -1,5 +1,16 @@ # @n1ru4l/graphql-live-query-patch-json-patch +## 0.7.0 + +### Minor Changes + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + +### Patch Changes + +- Updated dependencies [f585fb3] + - @n1ru4l/graphql-live-query-patch@0.7.0 + ## 0.6.1 ### Patch Changes diff --git a/packages/graphql-live-query-patch-json-patch/package.json b/packages/graphql-live-query-patch-json-patch/package.json index 203755830..95f629b1b 100644 --- a/packages/graphql-live-query-patch-json-patch/package.json +++ b/packages/graphql-live-query-patch-json-patch/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query-patch-json-patch", - "version": "0.6.1", + "version": "0.7.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "real-time" ], "dependencies": { - "@n1ru4l/graphql-live-query-patch": "^0.6.1", + "@n1ru4l/graphql-live-query-patch": "^0.7.0", "fast-json-patch": "^3.1.0" }, "devDependencies": { diff --git a/packages/graphql-live-query-patch/CHANGELOG.md b/packages/graphql-live-query-patch/CHANGELOG.md index 0e2d3b341..31454a9c8 100644 --- a/packages/graphql-live-query-patch/CHANGELOG.md +++ b/packages/graphql-live-query-patch/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/graphql-live-query-patch +## 0.7.0 + +### Minor Changes + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + ## 0.6.1 ### Patch Changes diff --git a/packages/graphql-live-query-patch/package.json b/packages/graphql-live-query-patch/package.json index d2dfe833b..90949ee6a 100644 --- a/packages/graphql-live-query-patch/package.json +++ b/packages/graphql-live-query-patch/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query-patch", - "version": "0.6.1", + "version": "0.7.0", "author": "n1ru4l ", "license": "MIT", "repository": { diff --git a/packages/graphql-live-query/CHANGELOG.md b/packages/graphql-live-query/CHANGELOG.md index edd9c0706..ab7e33df7 100644 --- a/packages/graphql-live-query/CHANGELOG.md +++ b/packages/graphql-live-query/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/graphql-live-query +## 0.10.0 + +### Minor Changes + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + ## 0.9.0 ### Minor Changes diff --git a/packages/graphql-live-query/package.json b/packages/graphql-live-query/package.json index 91ba59fe4..ed3cae39d 100644 --- a/packages/graphql-live-query/package.json +++ b/packages/graphql-live-query/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/graphql-live-query", - "version": "0.9.0", + "version": "0.10.0", "author": "n1ru4l ", "license": "MIT", "repository": { diff --git a/packages/in-memory-live-query-store/CHANGELOG.md b/packages/in-memory-live-query-store/CHANGELOG.md index 48cceef6a..b9abe8e84 100644 --- a/packages/in-memory-live-query-store/CHANGELOG.md +++ b/packages/in-memory-live-query-store/CHANGELOG.md @@ -1,5 +1,37 @@ # @n1ru4l/in-memory-live-query-store +## 0.10.0 + +### Minor Changes + +- 93239dc: Drop the `execute` constructor argument option. + Please use `InMemoryLiveQueryStore.makeExecute` instead. + + **Old** + + ```ts + import { InMemoryLiveQueryStore } from "@n1ru4l/in-memory-live-query-store"; + import { execute as executeImplementation } from "graphql"; + const liveQueryStore = new InMemoryLiveQueryStore({ execute }); + const execute = liveQueryStore.execute; + ``` + + **New** + + ```ts + import { InMemoryLiveQueryStore } from "@n1ru4l/in-memory-live-query-store"; + import { execute as executeImplementation } from "graphql"; + const liveQueryStore = new InMemoryLiveQueryStore(); + const execute = liveQueryStore.makeExecute(executeImplementation); + ``` + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + +### Patch Changes + +- Updated dependencies [f585fb3] + - @n1ru4l/graphql-live-query@0.10.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/in-memory-live-query-store/package.json b/packages/in-memory-live-query-store/package.json index 78e3eada1..bef5e0e0d 100644 --- a/packages/in-memory-live-query-store/package.json +++ b/packages/in-memory-live-query-store/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/in-memory-live-query-store", - "version": "0.9.0", + "version": "0.10.0", "author": "n1ru4l ", "license": "MIT", "repository": { @@ -23,7 +23,7 @@ }, "dependencies": { "@graphql-tools/utils": "^8.5.2", - "@n1ru4l/graphql-live-query": "0.9.0", + "@n1ru4l/graphql-live-query": "0.10.0", "@repeaterjs/repeater": "^3.0.4" }, "peerDependencies": { diff --git a/packages/json-patch-plus/CHANGELOG.md b/packages/json-patch-plus/CHANGELOG.md index 3355fea6d..97cb2f82b 100644 --- a/packages/json-patch-plus/CHANGELOG.md +++ b/packages/json-patch-plus/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/json-patch-plus +## 0.2.0 + +### Minor Changes + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + ## 0.1.4 ### Patch Changes diff --git a/packages/json-patch-plus/package.json b/packages/json-patch-plus/package.json index 1a3c1a88c..3ce024757 100644 --- a/packages/json-patch-plus/package.json +++ b/packages/json-patch-plus/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/json-patch-plus", - "version": "0.1.4", + "version": "0.2.0", "author": "n1ru4l ", "license": "MIT", "repository": { diff --git a/packages/socket-io-graphql-client/CHANGELOG.md b/packages/socket-io-graphql-client/CHANGELOG.md index 0cabf6236..81a1a4b35 100644 --- a/packages/socket-io-graphql-client/CHANGELOG.md +++ b/packages/socket-io-graphql-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/socket-io-graphql-client +## 0.13.0 + +### Minor Changes + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + ## 0.11.1 ### Patch Changes diff --git a/packages/socket-io-graphql-client/package.json b/packages/socket-io-graphql-client/package.json index 10095c051..808684ffa 100644 --- a/packages/socket-io-graphql-client/package.json +++ b/packages/socket-io-graphql-client/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/socket-io-graphql-client", - "version": "0.11.1", + "version": "0.13.0", "author": "n1ru4l ", "license": "MIT", "repository": { diff --git a/packages/socket-io-graphql-server/CHANGELOG.md b/packages/socket-io-graphql-server/CHANGELOG.md index ca70d282f..baa4d3787 100644 --- a/packages/socket-io-graphql-server/CHANGELOG.md +++ b/packages/socket-io-graphql-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @n1ru4l/socket-io-graphql-server +## 0.13.0 + +### Minor Changes + +- f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js + ## 0.12.0 ### Minor Changes diff --git a/packages/socket-io-graphql-server/package.json b/packages/socket-io-graphql-server/package.json index 9bee468ca..d73f637d5 100644 --- a/packages/socket-io-graphql-server/package.json +++ b/packages/socket-io-graphql-server/package.json @@ -1,6 +1,6 @@ { "name": "@n1ru4l/socket-io-graphql-server", - "version": "0.12.0", + "version": "0.13.0", "author": "n1ru4l ", "license": "MIT", "repository": {