@microsoft/1ds-core-js 4.4.0-nightlybeta3.2602-27 → 4.4.1
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 +56 -0
- package/bundle/es5/{ms.core-4.4.0-nightlybeta3.2602-27.gbl.js → ms.core-4.4.1.gbl.js} +498 -511
- package/bundle/es5/ms.core-4.4.1.gbl.js.map +1 -0
- package/bundle/es5/ms.core-4.4.1.gbl.min.js +7 -0
- package/bundle/es5/ms.core-4.4.1.gbl.min.js.map +1 -0
- package/bundle/es5/ms.core-4.4.1.integrity.json +46 -0
- package/bundle/es5/{ms.core-4.4.0-nightlybeta3.2602-27.js → ms.core-4.4.1.js} +498 -511
- package/bundle/es5/ms.core-4.4.1.js.map +1 -0
- package/bundle/es5/ms.core-4.4.1.min.js +7 -0
- package/bundle/es5/ms.core-4.4.1.min.js.map +1 -0
- package/bundle/es5/ms.core.gbl.js +497 -510
- package/bundle/es5/ms.core.gbl.js.map +1 -1
- package/bundle/es5/ms.core.gbl.min.js +2 -2
- package/bundle/es5/ms.core.gbl.min.js.map +1 -1
- package/bundle/es5/ms.core.integrity.json +17 -17
- package/bundle/es5/ms.core.js +497 -510
- package/bundle/es5/ms.core.js.map +1 -1
- package/bundle/es5/ms.core.min.js +2 -2
- package/bundle/es5/ms.core.min.js.map +1 -1
- package/dist/es5/ms.core.js +495 -508
- package/dist/es5/ms.core.js.map +1 -1
- package/dist/es5/ms.core.min.js +2 -2
- package/dist/es5/ms.core.min.js.map +1 -1
- package/dist-es5/Index.js +9 -22
- package/dist-es5/Index.js.map +1 -1
- package/package.json +69 -72
- package/types/1ds-core-js.d.ts +110 -691
- package/types/1ds-core-js.namespaced.d.ts +54 -5
- package/bundle/es5/ms.core-4.4.0-nightlybeta3.2602-27.gbl.js.map +0 -1
- package/bundle/es5/ms.core-4.4.0-nightlybeta3.2602-27.gbl.min.js +0 -7
- package/bundle/es5/ms.core-4.4.0-nightlybeta3.2602-27.gbl.min.js.map +0 -1
- package/bundle/es5/ms.core-4.4.0-nightlybeta3.2602-27.integrity.json +0 -46
- package/bundle/es5/ms.core-4.4.0-nightlybeta3.2602-27.js.map +0 -1
- package/bundle/es5/ms.core-4.4.0-nightlybeta3.2602-27.min.js +0 -7
- package/bundle/es5/ms.core-4.4.0-nightlybeta3.2602-27.min.js.map +0 -1
- package/dist-es5/AppInsightsCore.js +0 -96
- package/dist-es5/AppInsightsCore.js.map +0 -1
- package/dist-es5/BaseCore.js +0 -67
- package/dist-es5/BaseCore.js.map +0 -1
- package/dist-es5/DataModels.js +0 -7
- package/dist-es5/DataModels.js.map +0 -1
- package/dist-es5/Enums.js +0 -92
- package/dist-es5/Enums.js.map +0 -1
- package/dist-es5/InternalConstants.js +0 -19
- package/dist-es5/InternalConstants.js.map +0 -1
- package/dist-es5/Utils.js +0 -397
- package/dist-es5/Utils.js.map +0 -1
- package/dist-es5/ValueSanitizer.js +0 -262
- package/dist-es5/ValueSanitizer.js.map +0 -1
- package/dist-es5/__DynamicConstants.js +0 -28
- package/dist-es5/__DynamicConstants.js.map +0 -1
- package/dist-es5/extSpanUtils.js +0 -308
- package/dist-es5/extSpanUtils.js.map +0 -1
package/dist-es5/Index.js
CHANGED
|
@@ -1,30 +1,17 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* 1DS JS SDK Core, 4.4.
|
|
2
|
+
* 1DS JS SDK Core, 4.4.1
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
* (Microsoft Internal Only)
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* Index.ts
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* File to export public classes, interfaces and enums.
|
|
8
|
+
* Re-export package — all implementation merged into @microsoft/applicationinsights-core-js.
|
|
9
|
+
* This package exists for backward compatibility with consumers of @microsoft/1ds-core-js.
|
|
11
10
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export { ValueKind, EventLatency, EventPersistence, TraceLevel,
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
isTypeof, isUndefined, isNullOrUndefined, hasOwnProperty, isObject, isFunction, attachEvent, detachEvent, normalizeJsName, objForEachKey, strStartsWith, strEndsWith, strContains, strTrim, isDate, isArray, isError, isString, isNumber, isBoolean, toISOString, arrForEach, arrIndexOf, arrMap, arrReduce, objKeys, objDefineAccessors, dateNow, getExceptionName, throwError, setValue, getSetValue, isNotTruthy, isTruthy, proxyAssign, proxyFunctions, proxyFunctionAs, optimizeObject, addEventHandler, newGuid, perfNow, newId, generateW3CId, safeGetLogger, objFreeze, objSeal, fieldRedaction,
|
|
19
|
-
// EnvUtils
|
|
20
|
-
getGlobal, getGlobalInst, hasWindow, getWindow, hasDocument, getDocument, getCrypto, getMsCrypto, hasNavigator, getNavigator, hasHistory, getHistory, getLocation, getPerformance, hasJSON, getJSON, isReactNative, getConsole, dumpObj, isIE, getIEVersion, strUndefined, strObject, strPrototype, strFunction, setEnableEnvMocks, strUndefined as Undefined,
|
|
21
|
-
// Random
|
|
22
|
-
randomValue, random32, uaDisallowsSameSiteNone as disallowsSameSiteNone, areCookiesSupported, areCookiesSupported as cookieAvailable, createCookieMgr, safeGetCookieMgr,
|
|
23
|
-
// Aliases
|
|
24
|
-
toISOString as getISOString, isBeaconsSupported, isFetchSupported, isXhrSupported, useXDomainRequest, addPageHideEventListener, addPageShowEventListener, addEventListeners, addPageUnloadEventListener, removeEventHandler, removeEventListeners, removePageUnloadEventListener, removePageHideEventListener, removePageShowEventListener, eventOn, eventOff, mergeEvtNamespace, createUniqueNamespace, __getRegisteredEvents, createProcessTelemetryContext, createUnloadHandlerContainer, createTraceParent, parseTraceParent, isValidTraceId, isValidSpanId, isValidTraceParent, isSampledFlag, formatTraceParent, findW3cTraceParent, createDynamicConfig, onConfigChange, getDynamicConfigHandler, blockDynamicConversion, forceDynamicConversion, SenderPostManager, getResponseText, formatErrorMessageXdr, formatErrorMessageXhr, prependTransports, parseResponse, _getAllResponseHeaders, _appendHeader, isFeatureEnabled,
|
|
25
|
-
// Test Hooks
|
|
26
|
-
_testHookMaxUnloadHooksCb } from "@microsoft/applicationinsights-core-js";
|
|
27
|
-
export { isValueAssigned, isLatency, isUint8ArrayAvailable, getTenantId, sanitizeProperty, Version, FullVersionString, getCommonSchemaMetaData, getCookieValue, extend, createGuid, isDocumentObjectAvailable, isWindowObjectAvailable, setProcessTelemetryTimings, getTime, isArrayValid, isValueKind, getFieldValueType, isChromium, // Replace with ai-core version once published in ai-core
|
|
28
|
-
openXhr, isGreaterThanZero } from "./Utils";
|
|
29
|
-
export { createExtendedTelemetryItemFromSpan } from "./extSpanUtils";
|
|
11
|
+
// Re-export AppInsightsExtCore as AppInsightsCore so existing consumers are not broken
|
|
12
|
+
export { AppInsightsExtCore as AppInsightsCore } from "@microsoft/applicationinsights-core-js";
|
|
13
|
+
// Re-export all 1DS-specific types from core
|
|
14
|
+
export { ValueKind, EventLatency, EventPersistence, EventPropertyType, TraceLevel, ValueSanitizer, isValueAssigned, isLatency, isUint8ArrayAvailable, getTenantId, sanitizeProperty, Version, FullVersionString, getCommonSchemaMetaData, getCookieValue, extend, createGuid, isDocumentObjectAvailable, isWindowObjectAvailable, setProcessTelemetryTimings, getTime, isArrayValid, isValueKind, getFieldValueType, isChromium, isGreaterThanZero, createExtendedTelemetryItemFromSpan } from "@microsoft/applicationinsights-core-js";
|
|
15
|
+
// Re-export all core types that were previously re-exported by this package
|
|
16
|
+
export { NotificationManager, BaseTelemetryPlugin, MinChannelPriorty, EventsDiscardedReason, DiagnosticLogger, LoggingSeverity, PerfEvent, PerfManager, doPerf, AppInsightsCore as InternalAppInsightsCore, _InternalLogMessage, ActiveStatus, createEnumStyle, _throwInternal, _warnToConsole, _logInternalMessage, isTypeof, isUndefined, isNullOrUndefined, hasOwnProperty, isObject, isFunction, attachEvent, detachEvent, normalizeJsName, objForEachKey, strStartsWith, strEndsWith, strContains, strTrim, isDate, isArray, isError, isString, isNumber, isBoolean, toISOString, arrForEach, arrIndexOf, arrMap, arrReduce, objKeys, objDefineAccessors, dateNow, getExceptionName, throwError, setValue, getSetValue, isNotTruthy, isTruthy, proxyAssign, proxyFunctions, proxyFunctionAs, optimizeObject, addEventHandler, newGuid, perfNow, newId, generateW3CId, safeGetLogger, objFreeze, objSeal, fieldRedaction, getGlobal, getGlobalInst, hasWindow, getWindow, hasDocument, getDocument, getCrypto, getMsCrypto, hasNavigator, getNavigator, hasHistory, getHistory, getLocation, getPerformance, hasJSON, getJSON, isReactNative, getConsole, dumpObj, isIE, getIEVersion, strUndefined, strObject, strPrototype, strFunction, setEnableEnvMocks, strUndefined as Undefined, randomValue, random32, uaDisallowsSameSiteNone as disallowsSameSiteNone, areCookiesSupported, areCookiesSupported as cookieAvailable, createCookieMgr, safeGetCookieMgr, toISOString as getISOString, openXhr, isBeaconsSupported, isFetchSupported, isXhrSupported, useXDomainRequest, addPageHideEventListener, addPageShowEventListener, addEventListeners, addPageUnloadEventListener, removeEventHandler, removeEventListeners, removePageUnloadEventListener, removePageHideEventListener, removePageShowEventListener, eventOn, eventOff, mergeEvtNamespace, createUniqueNamespace, __getRegisteredEvents, createProcessTelemetryContext, createUnloadHandlerContainer, createTraceParent, parseTraceParent, isValidTraceId, isValidSpanId, isValidTraceParent, isSampledFlag, formatTraceParent, findW3cTraceParent, createDynamicConfig, onConfigChange, getDynamicConfigHandler, blockDynamicConversion, forceDynamicConversion, SenderPostManager, getResponseText, formatErrorMessageXdr, formatErrorMessageXhr, prependTransports, parseResponse, _getAllResponseHeaders, _appendHeader, isFeatureEnabled, _testHookMaxUnloadHooksCb } from "@microsoft/applicationinsights-core-js";
|
|
30
17
|
//# sourceMappingURL=Index.js.map
|
package/dist-es5/Index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Index.js.map","sources":["Index.js"],"sourcesContent":["/**\r\n* Index.ts\r\n*
|
|
1
|
+
{"version":3,"file":"Index.js.map","sources":["Index.js"],"sourcesContent":["/**\r\n* Index.ts\r\n* Re-export package — all implementation merged into @microsoft/applicationinsights-core-js.\r\n* This package exists for backward compatibility with consumers of @microsoft/1ds-core-js.\r\n*/\r\n// Re-export AppInsightsExtCore as AppInsightsCore so existing consumers are not broken\r\nexport { AppInsightsExtCore as AppInsightsCore } from \"@microsoft/applicationinsights-core-js\";\r\n// Re-export all 1DS-specific types from core\r\nexport { ValueKind, EventLatency, EventPersistence, EventPropertyType, TraceLevel, ValueSanitizer, isValueAssigned, isLatency, isUint8ArrayAvailable, getTenantId, sanitizeProperty, Version, FullVersionString, getCommonSchemaMetaData, getCookieValue, extend, createGuid, isDocumentObjectAvailable, isWindowObjectAvailable, setProcessTelemetryTimings, getTime, isArrayValid, isValueKind, getFieldValueType, isChromium, isGreaterThanZero, createExtendedTelemetryItemFromSpan } from \"@microsoft/applicationinsights-core-js\";\r\n// Re-export all core types that were previously re-exported by this package\r\nexport { NotificationManager, BaseTelemetryPlugin, MinChannelPriorty, EventsDiscardedReason, DiagnosticLogger, LoggingSeverity, PerfEvent, PerfManager, doPerf, AppInsightsCore as InternalAppInsightsCore, _InternalLogMessage, ActiveStatus, createEnumStyle, _throwInternal, _warnToConsole, _logInternalMessage, isTypeof, isUndefined, isNullOrUndefined, hasOwnProperty, isObject, isFunction, attachEvent, detachEvent, normalizeJsName, objForEachKey, strStartsWith, strEndsWith, strContains, strTrim, isDate, isArray, isError, isString, isNumber, isBoolean, toISOString, arrForEach, arrIndexOf, arrMap, arrReduce, objKeys, objDefineAccessors, dateNow, getExceptionName, throwError, setValue, getSetValue, isNotTruthy, isTruthy, proxyAssign, proxyFunctions, proxyFunctionAs, optimizeObject, addEventHandler, newGuid, perfNow, newId, generateW3CId, safeGetLogger, objFreeze, objSeal, fieldRedaction, getGlobal, getGlobalInst, hasWindow, getWindow, hasDocument, getDocument, getCrypto, getMsCrypto, hasNavigator, getNavigator, hasHistory, getHistory, getLocation, getPerformance, hasJSON, getJSON, isReactNative, getConsole, dumpObj, isIE, getIEVersion, strUndefined, strObject, strPrototype, strFunction, setEnableEnvMocks, strUndefined as Undefined, randomValue, random32, uaDisallowsSameSiteNone as disallowsSameSiteNone, areCookiesSupported, areCookiesSupported as cookieAvailable, createCookieMgr, safeGetCookieMgr, toISOString as getISOString, openXhr, isBeaconsSupported, isFetchSupported, isXhrSupported, useXDomainRequest, addPageHideEventListener, addPageShowEventListener, addEventListeners, addPageUnloadEventListener, removeEventHandler, removeEventListeners, removePageUnloadEventListener, removePageHideEventListener, removePageShowEventListener, eventOn, eventOff, mergeEvtNamespace, createUniqueNamespace, __getRegisteredEvents, createProcessTelemetryContext, createUnloadHandlerContainer, createTraceParent, parseTraceParent, isValidTraceId, isValidSpanId, isValidTraceParent, isSampledFlag, formatTraceParent, findW3cTraceParent, createDynamicConfig, onConfigChange, getDynamicConfigHandler, blockDynamicConversion, forceDynamicConversion, SenderPostManager, getResponseText, formatErrorMessageXdr, formatErrorMessageXhr, prependTransports, parseResponse, _getAllResponseHeaders, _appendHeader, isFeatureEnabled, _testHookMaxUnloadHooksCb } from \"@microsoft/applicationinsights-core-js\";\r\n//# sourceMappingURL=Index.js.map"],"names":[],"mappings":";;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
package/package.json
CHANGED
|
@@ -1,72 +1,69 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/1ds-core-js",
|
|
3
|
-
"version": "4.4.
|
|
4
|
-
"description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
|
|
5
|
-
"author": "Microsoft Application Insights Team",
|
|
6
|
-
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"scripts": {
|
|
10
|
-
"clean": "git clean -xdf",
|
|
11
|
-
"build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
|
|
12
|
-
"build:esm": "grunt 1dsCoreBuild",
|
|
13
|
-
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
-
"rebuild": "npm run build",
|
|
15
|
-
"ai-min": "grunt 1dsCore-min",
|
|
16
|
-
"ai-restore": "grunt 1dsCore-restore",
|
|
17
|
-
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs",
|
|
18
|
-
"test": "grunt 1dsCoreTest",
|
|
19
|
-
"mintest": "grunt 1dsCoreMinTest",
|
|
20
|
-
"perftest": "",
|
|
21
|
-
"publishPackage": "npm publish",
|
|
22
|
-
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
23
|
-
"npm-pack": "npm pack",
|
|
24
|
-
"api-docs": "typedoc"
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js"
|
|
29
|
-
},
|
|
30
|
-
"main": "dist/es5/ms.core.js",
|
|
31
|
-
"module": "dist-es5/Index.js",
|
|
32
|
-
"types": "types/1ds-core-js.d.ts",
|
|
33
|
-
"keywords": [
|
|
34
|
-
"1DS",
|
|
35
|
-
"Js",
|
|
36
|
-
"SDK"
|
|
37
|
-
],
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
40
|
-
"@microsoft/applicationinsights-core-js": "3.4.
|
|
41
|
-
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
42
|
-
"@nevware21/ts-utils": ">= 0.12.6 < 2.x",
|
|
43
|
-
"@nevware21/ts-async": ">= 0.5.5 < 2.x"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@types/qunit": "^2.19.3",
|
|
47
|
-
"@types/sinon": "4.3.3",
|
|
48
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
49
|
-
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
50
|
-
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
51
|
-
"@microsoft/api-extractor": "^7.40.0",
|
|
52
|
-
"@nevware21/ts-async": ">= 0.5.5 < 2.x",
|
|
53
|
-
"grunt": "^1.6.1",
|
|
54
|
-
"grunt-cli": "^1.5.0",
|
|
55
|
-
"globby": "^11.0.0",
|
|
56
|
-
"@rollup/plugin-commonjs": "^24.0.0",
|
|
57
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
58
|
-
"@rollup/plugin-replace": "^5.0.2",
|
|
59
|
-
"rollup": "^3.20.0",
|
|
60
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
61
|
-
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
62
|
-
"typedoc": "^0.26.6",
|
|
63
|
-
"typescript": "^4.9.3",
|
|
64
|
-
"tslib": "^2.0.0",
|
|
65
|
-
"qunit": "^2.11.2",
|
|
66
|
-
"sinon": "^7.3.1",
|
|
67
|
-
"pako": "^2.0.3"
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
"tag": "nightlybeta3"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/1ds-core-js",
|
|
3
|
+
"version": "4.4.1",
|
|
4
|
+
"description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
|
|
5
|
+
"author": "Microsoft Application Insights Team",
|
|
6
|
+
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"scripts": {
|
|
10
|
+
"clean": "git clean -xdf",
|
|
11
|
+
"build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
|
|
12
|
+
"build:esm": "grunt 1dsCoreBuild",
|
|
13
|
+
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
+
"rebuild": "npm run build",
|
|
15
|
+
"ai-min": "grunt 1dsCore-min",
|
|
16
|
+
"ai-restore": "grunt 1dsCore-restore",
|
|
17
|
+
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs",
|
|
18
|
+
"test": "grunt 1dsCoreTest",
|
|
19
|
+
"mintest": "grunt 1dsCoreMinTest",
|
|
20
|
+
"perftest": "",
|
|
21
|
+
"publishPackage": "npm publish",
|
|
22
|
+
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
23
|
+
"npm-pack": "npm pack",
|
|
24
|
+
"api-docs": "typedoc"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js"
|
|
29
|
+
},
|
|
30
|
+
"main": "dist/es5/ms.core.js",
|
|
31
|
+
"module": "dist-es5/Index.js",
|
|
32
|
+
"types": "types/1ds-core-js.d.ts",
|
|
33
|
+
"keywords": [
|
|
34
|
+
"1DS",
|
|
35
|
+
"Js",
|
|
36
|
+
"SDK"
|
|
37
|
+
],
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
40
|
+
"@microsoft/applicationinsights-core-js": "3.4.1",
|
|
41
|
+
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
42
|
+
"@nevware21/ts-utils": ">= 0.12.6 < 2.x",
|
|
43
|
+
"@nevware21/ts-async": ">= 0.5.5 < 2.x"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@types/qunit": "^2.19.3",
|
|
47
|
+
"@types/sinon": "4.3.3",
|
|
48
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
49
|
+
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
50
|
+
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
51
|
+
"@microsoft/api-extractor": "^7.40.0",
|
|
52
|
+
"@nevware21/ts-async": ">= 0.5.5 < 2.x",
|
|
53
|
+
"grunt": "^1.6.1",
|
|
54
|
+
"grunt-cli": "^1.5.0",
|
|
55
|
+
"globby": "^11.0.0",
|
|
56
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
57
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
58
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
59
|
+
"rollup": "^3.20.0",
|
|
60
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
61
|
+
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
62
|
+
"typedoc": "^0.26.6",
|
|
63
|
+
"typescript": "^4.9.3",
|
|
64
|
+
"tslib": "^2.0.0",
|
|
65
|
+
"qunit": "^2.11.2",
|
|
66
|
+
"sinon": "^7.3.1",
|
|
67
|
+
"pako": "^2.0.3"
|
|
68
|
+
}
|
|
69
|
+
}
|