@linzumi/cli 1.0.186 → 1.0.187
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/README.md +1 -1
- package/dist/impl-res/index.js +101 -101
- package/dist/impl-ts/index.js +401 -401
- package/package.json +1 -1
- package/scripts/build-protocol-parity-oracle.mjs +0 -2
package/package.json
CHANGED
|
@@ -48,7 +48,6 @@ import {
|
|
|
48
48
|
parkedAsOwnTurnQueuedReason,
|
|
49
49
|
parkedAsOwnTurnReasonDetail,
|
|
50
50
|
processingReasonForCodexNotification,
|
|
51
|
-
queuedBehindCompactionReason,
|
|
52
51
|
queuedBehindEarlierMessagesReason,
|
|
53
52
|
queuedBehindRunningTurnReason,
|
|
54
53
|
queuedBehindReasonPrefix,
|
|
@@ -165,7 +164,6 @@ function handle(testCase) {
|
|
|
165
164
|
case 'constants':
|
|
166
165
|
return {
|
|
167
166
|
compactingConversationHistoryReason,
|
|
168
|
-
queuedBehindCompactionReason,
|
|
169
167
|
resumingAfterStreamStallReason,
|
|
170
168
|
steeredIntoRunningTurnReason,
|
|
171
169
|
queuedBehindReasonPrefix,
|