@arcblock/did-playground 1.16.36 → 1.16.37
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/lib/Action/actions.js +1 -1
- package/lib/Action/session.js +1 -1
- package/lib/index.js +4 -4
- package/package.json +5 -5
package/lib/Action/actions.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.getMessage = exports.getActionParams = exports.getActionName = exports.actions = void 0;
|
|
7
7
|
|
|
8
8
|
var _mustache = _interopRequireDefault(require("mustache"));
|
|
9
9
|
|
package/lib/Action/session.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.withSession = exports.
|
|
6
|
+
exports.withSession = exports.SessionProvider = exports.SessionContext = exports.SessionConsumer = void 0;
|
|
7
7
|
|
|
8
8
|
var _Session = require("@arcblock/did-connect/lib/Session");
|
|
9
9
|
|
package/lib/index.js
CHANGED
|
@@ -9,10 +9,10 @@ Object.defineProperty(exports, "PlaygroundAction", {
|
|
|
9
9
|
return _Action.default;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "SessionConsumer", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function get() {
|
|
15
|
-
return _session.
|
|
15
|
+
return _session.SessionConsumer;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "SessionContext", {
|
|
@@ -21,10 +21,10 @@ Object.defineProperty(exports, "SessionContext", {
|
|
|
21
21
|
return _session.SessionContext;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "SessionProvider", {
|
|
25
25
|
enumerable: true,
|
|
26
26
|
get: function get() {
|
|
27
|
-
return _session.
|
|
27
|
+
return _session.SessionProvider;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/did-playground",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.37",
|
|
4
4
|
"description": "React components that works with wallet-playground",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"url": "https://github.com/ArcBlock/wallet-playground/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@arcblock/did-connect": "^1.16.
|
|
38
|
-
"@arcblock/react-hooks": "^1.16.
|
|
39
|
-
"@arcblock/ux": "^1.16.
|
|
37
|
+
"@arcblock/did-connect": "^1.16.37",
|
|
38
|
+
"@arcblock/react-hooks": "^1.16.37",
|
|
39
|
+
"@arcblock/ux": "^1.16.37",
|
|
40
40
|
"@material-ui/core": "^4.12.3",
|
|
41
41
|
"axios": "^0.21.1",
|
|
42
42
|
"core-js": "^3.6.4",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "a2cb907207e91d726cb891e2829071da8cdd8820"
|
|
61
61
|
}
|