@asgardeo/browser 0.7.0 → 0.7.2
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/dist/cjs/index.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { Buffer } from 'buffer/';
|
|
2
|
+
import { Buffer } from 'buffer/index.js';
|
|
3
3
|
if (typeof window !== 'undefined' && !window.Buffer) {
|
|
4
4
|
window.Buffer = Buffer;
|
|
5
5
|
}
|
|
@@ -5808,7 +5808,7 @@ safe-buffer/index.js:
|
|
|
5808
5808
|
*/
|
|
5809
5809
|
|
|
5810
5810
|
if (typeof window !== 'undefined' && !window.Buffer) {
|
|
5811
|
-
window.Buffer = require('buffer/').Buffer;
|
|
5811
|
+
window.Buffer = require('buffer/index.js').Buffer;
|
|
5812
5812
|
}
|
|
5813
5813
|
|
|
5814
5814
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { Buffer } from 'buffer/';
|
|
2
|
+
import { Buffer } from 'buffer/index.js';
|
|
3
3
|
if (typeof window !== 'undefined' && !window.Buffer) {
|
|
4
4
|
window.Buffer = Buffer;
|
|
5
5
|
}
|
|
@@ -5823,7 +5823,7 @@ safe-buffer/index.js:
|
|
|
5823
5823
|
*/
|
|
5824
5824
|
|
|
5825
5825
|
if (typeof window !== 'undefined' && !window.Buffer) {
|
|
5826
|
-
window.Buffer = require('buffer/').Buffer;
|
|
5826
|
+
window.Buffer = require('buffer/index.js').Buffer;
|
|
5827
5827
|
}
|
|
5828
5828
|
|
|
5829
5829
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgardeo/browser",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"asgardeo",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"randombytes": "2.1.0",
|
|
59
59
|
"stream-browserify": "3.0.0",
|
|
60
60
|
"tslib": "2.8.1",
|
|
61
|
-
"@asgardeo/javascript": "0.19.
|
|
61
|
+
"@asgardeo/javascript": "0.19.1"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|