@zgfe/business-lib 1.1.87-auth.7 → 1.1.87-auth.8

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.
@@ -145,6 +145,7 @@ var DemoContent = function DemoContent(_ref3) {
145
145
  });
146
146
  };
147
147
  loop(_data);
148
+ sessionStorage.setItem('authorityList', JSON.stringify(_authority));
148
149
  setAuthorityList(_authority);
149
150
  }
150
151
  }).catch(function () {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.87-auth.7",
3
+ "version": "1.1.87-auth.8",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "4cefe5e46e9b441957eb5559e40f81c21f5051bd",
58
+ "gitHead": "c21716ea5cc37b2dea2dd3d6a54ca34b9a9c6e44",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }