bukazu-portal-react 2.1.5 → 2.1.6
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -45132,7 +45132,7 @@ var ReviewsPage = /*#__PURE__*/function (_Component) {
|
|
|
45132
45132
|
|
|
45133
45133
|
var pjson = {
|
|
45134
45134
|
name: "bukazu-portal-react",
|
|
45135
|
-
version: "2.1.
|
|
45135
|
+
version: "2.1.6",
|
|
45136
45136
|
description: "A package for loading the calendar and search module from bukazu loading into a react app.",
|
|
45137
45137
|
main: "build/index.js",
|
|
45138
45138
|
repository: "https://github.com/BUKAZU/React-portal",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bukazu-portal-react",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "A package for loading the calendar and search module from bukazu loading into a react app.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/BUKAZU/React-portal",
|