@microsoft/1ds-post-js 4.0.6-nightly3.2312-05 → 4.0.7
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/bundle/es5/{ms.post-4.0.6-nightly3.2312-05.gbl.js → ms.post-4.0.7.gbl.js} +261 -261
- package/bundle/es5/ms.post-4.0.7.gbl.js.map +1 -0
- package/bundle/es5/ms.post-4.0.7.gbl.min.js +7 -0
- package/bundle/es5/ms.post-4.0.7.gbl.min.js.map +1 -0
- package/bundle/es5/ms.post-4.0.7.integrity.json +46 -0
- package/bundle/es5/{ms.post-4.0.6-nightly3.2312-05.js → ms.post-4.0.7.js} +261 -261
- package/bundle/es5/ms.post-4.0.7.js.map +1 -0
- package/bundle/es5/ms.post-4.0.7.min.js +7 -0
- package/bundle/es5/ms.post-4.0.7.min.js.map +1 -0
- package/bundle/es5/ms.post.gbl.js +260 -260
- package/bundle/es5/ms.post.gbl.js.map +1 -1
- package/bundle/es5/ms.post.gbl.min.js +2 -2
- package/bundle/es5/ms.post.gbl.min.js.map +1 -1
- package/bundle/es5/ms.post.integrity.json +17 -17
- package/bundle/es5/ms.post.js +260 -260
- package/bundle/es5/ms.post.js.map +1 -1
- package/bundle/es5/ms.post.min.js +2 -2
- package/bundle/es5/ms.post.min.js.map +1 -1
- package/dist/es5/ms.post.js +258 -258
- package/dist/es5/ms.post.js.map +1 -1
- package/dist/es5/ms.post.min.js +2 -2
- package/dist/es5/ms.post.min.js.map +1 -1
- package/dist-es5/BatchNotificationActions.js +1 -1
- package/dist-es5/ClockSkewManager.js +1 -1
- package/dist-es5/DataModels.js +1 -1
- package/dist-es5/EventBatch.js +1 -1
- package/dist-es5/HttpManager.js +1 -1
- package/dist-es5/Index.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/KillSwitch.js +1 -1
- package/dist-es5/PostChannel.js +2 -2
- package/dist-es5/PostChannel.js.map +1 -1
- package/dist-es5/RetryPolicy.js +1 -1
- package/dist-es5/Serializer.js +1 -1
- package/dist-es5/TimeoutOverrideWrapper.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/typings/XDomainRequest.js +1 -1
- package/package.json +6 -6
- package/types/1ds-post-js.d.ts +6 -2
- package/types/1ds-post-js.namespaced.d.ts +2247 -100
- package/bundle/es5/ms.post-4.0.6-nightly3.2312-05.gbl.js.map +0 -1
- package/bundle/es5/ms.post-4.0.6-nightly3.2312-05.gbl.min.js +0 -7
- package/bundle/es5/ms.post-4.0.6-nightly3.2312-05.gbl.min.js.map +0 -1
- package/bundle/es5/ms.post-4.0.6-nightly3.2312-05.integrity.json +0 -46
- package/bundle/es5/ms.post-4.0.6-nightly3.2312-05.js.map +0 -1
- package/bundle/es5/ms.post-4.0.6-nightly3.2312-05.min.js +0 -7
- package/bundle/es5/ms.post-4.0.6-nightly3.2312-05.min.js.map +0 -1
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms.post",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.7",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@gbl.js": {
|
|
6
6
|
"file": "ms.post.gbl.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-vzvUUGhfql6YSqK/3ijyGSH19gBcThLra7yyhtxobLQ= sha384-tA1rN1K5hOxryLPuWpAHK7MxuPN3idfm5pHjPHsPy0lcjlgMAupX5epYbIwSHfhA sha512-PCuj6wI5G8UhT2pMGHhTr18IiOzfHlC05nomWb550ysZmgtbv/NEmfC76rV9wEpTn49YkTv0cMTMfYbeJzfX9g==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "vzvUUGhfql6YSqK/3ijyGSH19gBcThLra7yyhtxobLQ=",
|
|
11
|
+
"sha384": "tA1rN1K5hOxryLPuWpAHK7MxuPN3idfm5pHjPHsPy0lcjlgMAupX5epYbIwSHfhA",
|
|
12
|
+
"sha512": "PCuj6wI5G8UhT2pMGHhTr18IiOzfHlC05nomWb550ysZmgtbv/NEmfC76rV9wEpTn49YkTv0cMTMfYbeJzfX9g=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@gbl.min.js": {
|
|
16
16
|
"file": "ms.post.gbl.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-cMK7a3XJoFNBU1RtReR8s2eUfkuu9P0Skv4iO7YJs9k= sha384-38BTYCmyNXg06UeDJ31E583NfKtKiPBmZPNYyrptdppQZ3YicreCTVsZUw7+Pp+X sha512-3DmcMvCIjSuPNA49wml3HCqLuN/5IfSPe1OLL/6L7yVPDRDVqGr9w+57OQ1SQjwlmaIPAbewAMDimb30tqDcwA==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "cMK7a3XJoFNBU1RtReR8s2eUfkuu9P0Skv4iO7YJs9k=",
|
|
21
|
+
"sha384": "38BTYCmyNXg06UeDJ31E583NfKtKiPBmZPNYyrptdppQZ3YicreCTVsZUw7+Pp+X",
|
|
22
|
+
"sha512": "3DmcMvCIjSuPNA49wml3HCqLuN/5IfSPe1OLL/6L7yVPDRDVqGr9w+57OQ1SQjwlmaIPAbewAMDimb30tqDcwA=="
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"@js": {
|
|
26
26
|
"file": "ms.post.js",
|
|
27
27
|
"type": "text/javascript; charset=utf-8",
|
|
28
|
-
"integrity": "sha256-
|
|
28
|
+
"integrity": "sha256-J/bL180Whog13+FwJ4pADh+SGTFiZKKfl4AhK8VHwFI= sha384-DPVF7fESoBBGGnQrGCkq+y+6isgS67JuKck0DQASHVi9n49boACCBlWzd0NDM9Nj sha512-WenvvynI0gWohS0qH0J+ojkuUr998qNa34fBfmT51cFCHMvkflNHWv78dpnD29GNGhvtYGiNSTnBphUNvObc5A==",
|
|
29
29
|
"hashes": {
|
|
30
|
-
"sha256": "
|
|
31
|
-
"sha384": "
|
|
32
|
-
"sha512": "
|
|
30
|
+
"sha256": "J/bL180Whog13+FwJ4pADh+SGTFiZKKfl4AhK8VHwFI=",
|
|
31
|
+
"sha384": "DPVF7fESoBBGGnQrGCkq+y+6isgS67JuKck0DQASHVi9n49boACCBlWzd0NDM9Nj",
|
|
32
|
+
"sha512": "WenvvynI0gWohS0qH0J+ojkuUr998qNa34fBfmT51cFCHMvkflNHWv78dpnD29GNGhvtYGiNSTnBphUNvObc5A=="
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"@min.js": {
|
|
36
36
|
"file": "ms.post.min.js",
|
|
37
37
|
"type": "text/javascript; charset=utf-8",
|
|
38
|
-
"integrity": "sha256-
|
|
38
|
+
"integrity": "sha256-FscMZ1lxmpWwJGLx162YdUmWAccENiC+sxa1z9O2oCs= sha384-M00sR0/HWihSv9M27SBLPjiBDQ7D4NhFJJ5L9RT7tQBVadauCYK+kmP7m1+QyCFJ sha512-TFqhQ7alR8y86z/zy30pwT6xV/7wkXMjCvzTRXxJSTYlqvgKo69N+Izgsj5pb3BA//+15YoFmw4LJ3Y0rQ4KHA==",
|
|
39
39
|
"hashes": {
|
|
40
|
-
"sha256": "
|
|
41
|
-
"sha384": "
|
|
42
|
-
"sha512": "
|
|
40
|
+
"sha256": "FscMZ1lxmpWwJGLx162YdUmWAccENiC+sxa1z9O2oCs=",
|
|
41
|
+
"sha384": "M00sR0/HWihSv9M27SBLPjiBDQ7D4NhFJJ5L9RT7tQBVadauCYK+kmP7m1+QyCFJ",
|
|
42
|
+
"sha512": "TFqhQ7alR8y86z/zy30pwT6xV/7wkXMjCvzTRXxJSTYlqvgKo69N+Izgsj5pb3BA//+15YoFmw4LJ3Y0rQ4KHA=="
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|