You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,37 +93,43 @@ os-name (imported by dist-esm/utils/user-agent.js)
91
93
Use output.globals to specify browser global variable names corresponding to external modules
92
94
os-name (guessing 'osName')
93
95
created dist/index.js in ?s
96
+
@azure/service-bus (? seconds)
97
+
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
98
+
@azure/storage-file-share (? seconds)
99
+
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
100
+
@azure/storage-queue (? seconds)
101
+
Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
94
102
================================
95
103
FAILURE (4)
96
104
================================
97
105
@azure/app-configuration ( ? seconds)
98
106
>>> @azure/app-configuration
99
107
tsc -p . && rollup -c 2>&1 && npm run extract-api
100
-
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
108
+
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
101
109
Types of property '[Symbol.asyncIterator]' are incompatible.
102
-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
103
-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
110
+
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
111
+
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
104
112
Types of property 'next' are incompatible.
105
113
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
106
114
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
107
115
Type '{ done?: boolean | undefined; value: ConfigurationSetting; }' is not assignable to type 'IteratorResult<ConfigurationSetting>'.
108
116
Types of property 'done' are incompatible.
109
117
Type 'boolean | undefined' is not assignable to type 'boolean'.
110
118
Type 'undefined' is not assignable to type 'boolean'.
111
-
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
119
+
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
112
120
Types of property '[Symbol.asyncIterator]' are incompatible.
113
-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
114
-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
121
+
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
122
+
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
115
123
Types of property 'next' are incompatible.
116
124
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
117
125
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type 'AsyncIterable<BlobItem>'.
129
+
src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterable<BlobItem>'.
122
130
Types of property '[Symbol.asyncIterator]' are incompatible.
123
-
Type '() => PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type '() => AsyncIterator<BlobItem>'.
124
-
Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type 'AsyncIterator<BlobItem>'.
131
+
Type '() => PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type '() => AsyncIterator<BlobItem>'.
132
+
Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterator<BlobItem>'.
125
133
Types of property 'next' are incompatible.
126
134
Type '() => Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<BlobItem>>'.
127
135
Type 'Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type 'Promise<IteratorResult<BlobItem>>'.
0 commit comments