chore: Update release instructions (#1487) #5582
Annotations
2 errors
|
api-compatibility (20)
Process completed with exit code 1.
|
|
tests/api-compatibility/api-compatibility.test.ts > API Compatibility > should not regress public API surface for all entrypoints:
js/tests/api-compatibility/api-compatibility.test.ts#L2372
Error: Breaking changes detected in 1 entrypoint(s):
[index] Breaking changes detected, but version bump is only none:
Modified exports (2):
- AsyncEndEvent (interface)
First difference at position 0:
Before: ...interface AsyncEndEvent<TResult = unknown> extends EndEvent<TResult> { }...
After: ...type AsyncEndEvent<TResult = unknown> = EndEvent<TResult>;...
- AsyncStartEvent (interface)
First difference at position 0:
Before: ...interface AsyncStartEvent<TInput = unknown> extends StartEvent<TInput> { }...
After: ...type AsyncStartEvent<TInput = unknown> = StartEvent<TInput>;...
For a none version bump, only additions are allowed, not removals or modifications.
Either:
1. Bump to a major version if these breaking changes are intentional
2. Restore the removed/modified APIs to maintain backward compatibility
❯ tests/api-compatibility/api-compatibility.test.ts:2372:13
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
-20-dist
Expired
|
2.02 MB |
sha256:81f80933d5f87da2e46d11d607dacf706c95eeae970ed75a91e8bd870d492f91
|
|
|
-22-dist
Expired
|
2.02 MB |
sha256:9b9ef1a195afea5becfe3edd66be2c2593fb84a85c4126ba54de6c126ec2bb54
|
|
|
javascript-sdk-dev-22650537051-20-dist
Expired
|
2.02 MB |
sha256:d548cfc8744a8dc6cae33be9cb2b4e6a948c41e1c538ea404a0aef698010697f
|
|
|
javascript-sdk-dev-22650537051-22-dist
Expired
|
2.02 MB |
sha256:cb554bd0ef1454476c281720c81bfe9b6290ab22da4381007f15a1f8e49adf74
|
|