@appcorp/app-corp-vista 0.2.57 → 0.2.58

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.
@@ -54,7 +54,6 @@ var image_1 = __importDefault(require("next/image"));
54
54
  var react_1 = __importDefault(require("react"));
55
55
  var DynamicReactSlick = (0, dynamic_1.default)(function () { return Promise.resolve().then(function () { return __importStar(require('react-slick')); }); }, {
56
56
  loading: function () { return react_1.default.createElement("p", null, "Loading..."); },
57
- ssr: false,
58
57
  });
59
58
  var ProductSlider = function (_a) {
60
59
  var images = _a.images;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.2.57",
3
+ "version": "0.2.58",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
6
6
  "build:next": "next build",