@uploadcare/file-uploader 1.17.0-alpha.13 → 1.17.0-alpha.14
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TelemetryManager.d.ts","sourceRoot":"","sources":["TelemetryManager.js"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;IAiBE,iDAAiD;IACjD,mBADY,OAAO,aAAa,EAAE,KAAK,EAiBtC;IA4CD;;;;;OAKG;IACH,gBALW,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,SAAS,CAAC,GAAG;QACtD,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,UAAU,CAAC,OAAO,gDAAgD,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAC1G,
|
|
1
|
+
{"version":3,"file":"TelemetryManager.d.ts","sourceRoot":"","sources":["TelemetryManager.js"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;IAiBE,iDAAiD;IACjD,mBADY,OAAO,aAAa,EAAE,KAAK,EAiBtC;IA4CD;;;;;OAKG;IACH,gBALW,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,SAAS,CAAC,GAAG;QACtD,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,UAAU,CAAC,OAAO,gDAAgD,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAC1G,oBA6BH;;CASF;6BA3IY;IACR,SAAS,CAAC,EAAE,UAAU,CAAC,OAAO,gDAAgD,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAChH,QAAQ,EAAE,OAAO,qBAAqB,EAAE,YAAY,CAAC;IACrD,aAAa,EAAE,OAAO,sBAAsB,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC;IACnE,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC;IAC5C,SAAS,EACL,QAAQ,GACR,0BAA0B,GAC1B,0BAA0B,GAC1B,yBAAyB,GACzB,uBAAuB,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,sBAAsB,EAAE,UAAU,GAAG,IAAI,CAAC;IAC1D,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;CACzC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//@ts-check
|
|
2
|
-
import { TelemetryAPIService } from '
|
|
2
|
+
import { TelemetryAPIService } from '@uploadcare/quality-insights';
|
|
3
3
|
import { Queue } from '@uploadcare/upload-client';
|
|
4
4
|
import { PACKAGE_VERSION, PACKAGE_NAME } from '../../env.js';
|
|
5
5
|
import { initialConfig } from '../../blocks/Config/initialConfig.js';
|
|
@@ -133,6 +133,7 @@ export class TelemetryManager {
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
this.#queue?.add(async () => {
|
|
136
|
+
//@ts-ignore
|
|
136
137
|
await this.#telemetryInstance?.sendEvent(payload);
|
|
137
138
|
});
|
|
138
139
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.17.0-alpha.
|
|
3
|
+
"version": "1.17.0-alpha.14",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -144,6 +144,7 @@
|
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"@symbiotejs/symbiote": "^1.11.7",
|
|
146
146
|
"@uploadcare/image-shrink": "^6.14.1",
|
|
147
|
+
"@uploadcare/quality-insights": "^0.1.0-alpha.2",
|
|
147
148
|
"@uploadcare/upload-client": "^6.14.1",
|
|
148
149
|
"keyux": "^0.7.1"
|
|
149
150
|
}
|