@bunworks/inngest-realtime 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -6
- package/README.md +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @inngest
|
|
1
|
+
# @bunworks/inngest-realtime
|
|
2
2
|
|
|
3
3
|
## 0.4.5
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
- [#1166](https://github.com/inngest/inngest-js/pull/1166) [`1d08b13b`](https://github.com/inngest/inngest-js/commit/1d08b13b589fd17eab55241cb1c34e826776a00f) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Re-export realtime types from `middleware` entrypoint
|
|
10
10
|
|
|
11
|
-
- [#1159](https://github.com/inngest/inngest-js/pull/1159) [`a79b55af`](https://github.com/inngest/inngest-js/commit/a79b55af4a759b933c2c101798b21f3a14df58b2) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix `@inngest
|
|
11
|
+
- [#1159](https://github.com/inngest/inngest-js/pull/1159) [`a79b55af`](https://github.com/inngest/inngest-js/commit/a79b55af4a759b933c2c101798b21f3a14df58b2) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix `@bunworks/inngest-realtime` attempting to nest steps with `inngest@3.45.0`
|
|
12
12
|
|
|
13
13
|
- Updated dependencies [[`9fa34d12`](https://github.com/inngest/inngest-js/commit/9fa34d1250e25256ddb69606d7932419f131e998), [`ab446473`](https://github.com/inngest/inngest-js/commit/ab4464730ffea7d85de7db603fbda9fb3ac645fe), [`b5139f04`](https://github.com/inngest/inngest-js/commit/b5139f041cfef8a78d75bf9d0254d892e40060fe)]:
|
|
14
14
|
- inngest@3.45.1
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
### Patch Changes
|
|
55
55
|
|
|
56
|
-
- [#1068](https://github.com/inngest/inngest-js/pull/1068) [`b43bc02`](https://github.com/inngest/inngest-js/commit/b43bc0273d16b5f0fd3ab69d31bcd373245bb27f) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add `@inngest
|
|
56
|
+
- [#1068](https://github.com/inngest/inngest-js/pull/1068) [`b43bc02`](https://github.com/inngest/inngest-js/commit/b43bc0273d16b5f0fd3ab69d31bcd373245bb27f) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add `@bunworks/inngest-realtime/browser` entrypoint to bypass some import issues
|
|
57
57
|
|
|
58
58
|
- Updated dependencies [[`8ba5486`](https://github.com/inngest/inngest-js/commit/8ba548647ab17b91b750eea997c016dedee9f1c2)]:
|
|
59
59
|
- inngest@3.40.3
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
|
|
72
72
|
### Patch Changes
|
|
73
73
|
|
|
74
|
-
- [#960](https://github.com/inngest/inngest-js/pull/960) [`fc966ca`](https://github.com/inngest/inngest-js/commit/fc966ca94f699d6534f2fc5c85bbcf5be3c6795a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix requiring signing key for dev in `@inngest
|
|
74
|
+
- [#960](https://github.com/inngest/inngest-js/pull/960) [`fc966ca`](https://github.com/inngest/inngest-js/commit/fc966ca94f699d6534f2fc5c85bbcf5be3c6795a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix requiring signing key for dev in `@bunworks/inngest-realtime`
|
|
75
75
|
|
|
76
76
|
- [#965](https://github.com/inngest/inngest-js/pull/965) [`e55d93e`](https://github.com/inngest/inngest-js/commit/e55d93ef481010e677623978ec89e918fcdd606e) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix throw of `TypeError: Failed to execute 'cancel' on 'ReadableStream': Cannot cancel a locked stream` when unmounting or cancelling a stream utilizing the callback feature
|
|
77
77
|
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
|
|
156
156
|
### Patch Changes
|
|
157
157
|
|
|
158
|
-
- [#902](https://github.com/inngest/inngest-js/pull/902) [`9546be7`](https://github.com/inngest/inngest-js/commit/9546be72b03a01c0f9d8efcf8ca5bb2639e23473) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Allow connecting to cloud/dev in `@inngest
|
|
158
|
+
- [#902](https://github.com/inngest/inngest-js/pull/902) [`9546be7`](https://github.com/inngest/inngest-js/commit/9546be72b03a01c0f9d8efcf8ca5bb2639e23473) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Allow connecting to cloud/dev in `@bunworks/inngest-realtime`
|
|
159
159
|
|
|
160
160
|
## 0.0.2
|
|
161
161
|
|
|
@@ -169,4 +169,4 @@
|
|
|
169
169
|
|
|
170
170
|
### Patch Changes
|
|
171
171
|
|
|
172
|
-
- [#866](https://github.com/inngest/inngest-js/pull/866) [`98efeb4`](https://github.com/inngest/inngest-js/commit/98efeb4eb6f80f418251a22377f428b42b9fff37) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Initial release of `@inngest
|
|
172
|
+
- [#866](https://github.com/inngest/inngest-js/pull/866) [`98efeb4`](https://github.com/inngest/inngest-js/commit/98efeb4eb6f80f418251a22377f428b42b9fff37) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Initial release of `@bunworks/inngest-realtime` v0
|
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# @inngest
|
|
1
|
+
# @bunworks/inngest-realtime
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bunworks/inngest-realtime",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Realtime messaging для @bunworks",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"build": "tsc -p tsconfig.build.json && tsdown --config tsdown.config.ts",
|
|
13
13
|
"postversion": "bun run build",
|
|
14
14
|
"release": "cross-env DIST_DIR=dist node ../../scripts/release/publish.js",
|
|
15
|
-
"pack": "bun run build && mv $(npm pack ./dist --pack-destination . --silent) inngest-realtime.tgz"
|
|
15
|
+
"pack": "bun run build && mv $(npm pack ./dist --pack-destination . --silent) inngest-realtime.tgz",
|
|
16
|
+
"publish:patch": "npm version patch --no-git-tag-version && npm publish ./dist --access public"
|
|
16
17
|
},
|
|
17
18
|
"exports": {
|
|
18
19
|
".": {
|