@blocklet/launcher-workflow 2.1.3 → 2.1.5

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.
Files changed (2) hide show
  1. package/lib/checkout.js +1 -1
  2. package/package.json +5 -5
package/lib/checkout.js CHANGED
@@ -98,7 +98,7 @@ function CheckoutPage(_ref) {
98
98
  open: false,
99
99
  nftId: ''
100
100
  },
101
- agreed: false,
101
+ agreed: true,
102
102
  paying: false,
103
103
  paymentMethod: null
104
104
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "@arcblock/license": "^2.5.47",
41
41
  "@arcblock/react-hooks": "^2.5.47",
42
42
  "@arcblock/ux": "^2.5.47",
43
- "@blocklet/launcher-layout": "2.1.3",
44
- "@blocklet/launcher-util": "2.1.3",
45
- "@blocklet/launcher-ux": "2.1.3",
43
+ "@blocklet/launcher-layout": "2.1.5",
44
+ "@blocklet/launcher-util": "2.1.5",
45
+ "@blocklet/launcher-ux": "2.1.5",
46
46
  "@blocklet/payment": "^1.11.0",
47
47
  "@emotion/react": "^11.11.0",
48
48
  "@emotion/styled": "^11.11.0",
@@ -75,5 +75,5 @@
75
75
  "babel-plugin-inline-react-svg": "^2.0.2",
76
76
  "jest": "^27.5.1"
77
77
  },
78
- "gitHead": "edc9b17b7cdfb8f890342c19fb402d1e417d8c6a"
78
+ "gitHead": "0ea2e85db41a58ec0398f184242c29f74f11634a"
79
79
  }