@khanacademy/wonder-blocks-cell 2.2.9 → 2.2.11
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/CHANGELOG.md +14 -0
- package/dist/index.js +0 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-cell
|
|
2
2
|
|
|
3
|
+
## 2.2.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [4c682709]
|
|
8
|
+
- @khanacademy/wonder-blocks-clickable@2.4.1
|
|
9
|
+
|
|
10
|
+
## 2.2.10
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [ceb111df]
|
|
15
|
+
- @khanacademy/wonder-blocks-clickable@2.4.0
|
|
16
|
+
|
|
3
17
|
## 2.2.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -589,19 +589,16 @@ function _extends() {
|
|
|
589
589
|
module.exports = _extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
590
590
|
for (var i = 1; i < arguments.length; i++) {
|
|
591
591
|
var source = arguments[i];
|
|
592
|
-
|
|
593
592
|
for (var key in source) {
|
|
594
593
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
595
594
|
target[key] = source[key];
|
|
596
595
|
}
|
|
597
596
|
}
|
|
598
597
|
}
|
|
599
|
-
|
|
600
598
|
return target;
|
|
601
599
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
602
600
|
return _extends.apply(this, arguments);
|
|
603
601
|
}
|
|
604
|
-
|
|
605
602
|
module.exports = _extends, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
606
603
|
|
|
607
604
|
/***/ }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-cell",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.11",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@babel/runtime": "^7.18.6",
|
|
17
|
-
"@khanacademy/wonder-blocks-clickable": "^2.
|
|
17
|
+
"@khanacademy/wonder-blocks-clickable": "^2.4.1",
|
|
18
18
|
"@khanacademy/wonder-blocks-color": "^1.2.0",
|
|
19
19
|
"@khanacademy/wonder-blocks-core": "^4.5.0",
|
|
20
20
|
"@khanacademy/wonder-blocks-layout": "^1.4.12",
|