@multiplatform.one/keycloak 0.1.7 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplatform.one/keycloak",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "keycloak client for multiplatform.one ecosystem",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
@@ -52,7 +52,7 @@
52
52
  "core-js": "^3.21.1",
53
53
  "expo-keycloak-auth": "1.0.14",
54
54
  "keycloak-js": "^20.0.3",
55
- "multiplatform.one": "^0.0.1",
55
+ "multiplatform.one": "^0.4.1",
56
56
  "next": "^13.0.5",
57
57
  "react": "^18.2.0",
58
58
  "react-native": "~0.68.5"
@@ -100,7 +100,7 @@
100
100
  "jest-sonar-reporter": "^2.0.0",
101
101
  "keycloak-js": "20.0.1",
102
102
  "lockfile-lint": "^4.9.6",
103
- "multiplatform.one": "^0.4.0",
103
+ "multiplatform.one": "^0.4.1",
104
104
  "next": "^13.1.6",
105
105
  "prettier": "^2.8.0",
106
106
  "react": "^18.2.0",
@@ -1,28 +0,0 @@
1
- /**
2
- * File: /src/persist/index.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:01:58
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:04:28
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
-
25
- import persist from "react-native-recoil-persist";
26
- export * from "react-native-recoil-persist";
27
- export default persist;
28
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["persist"],"sources":["../../src/persist/index.ts"],"sourcesContent":["/**\n * File: /src/persist/index.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:01:58\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:04:28\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport persist from \"react-native-recoil-persist\";\n\nexport * from \"react-native-recoil-persist\";\n\nexport default persist;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,OAAO,MAAM,6BAA6B;AAEjD,cAAc,6BAA6B;AAE3C,eAAeA,OAAO"}
@@ -1,28 +0,0 @@
1
- /**
2
- * File: /src/persist/index.web.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:02:03
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:05:20
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
-
25
- import persist from "recoil-persist";
26
- export * from "recoil-persist";
27
- export default persist;
28
- //# sourceMappingURL=index.web.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.web.js","names":["persist"],"sources":["../../src/persist/index.web.ts"],"sourcesContent":["/**\n * File: /src/persist/index.web.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:02:03\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:05:20\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport persist from \"recoil-persist\";\n\nexport * from \"recoil-persist\";\n\nexport default persist;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,OAAO,MAAM,gBAAgB;AAEpC,cAAc,gBAAgB;AAE9B,eAAeA,OAAO"}
@@ -1,27 +0,0 @@
1
- /**
2
- * File: /src/persistAtom/index.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:01:58
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:27:59
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
-
25
- import persist from "react-native-recoil-persist";
26
- export const persistAtom = persist.persistAtom;
27
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["persist","persistAtom"],"sources":["../../src/persistAtom/index.ts"],"sourcesContent":["/**\n * File: /src/persistAtom/index.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:01:58\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:27:59\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport persist from \"react-native-recoil-persist\";\n\nexport const persistAtom = persist.persistAtom;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,OAAO,MAAM,6BAA6B;AAEjD,OAAO,MAAMC,WAAW,GAAGD,OAAO,CAACC,WAAW"}
@@ -1,30 +0,0 @@
1
- /**
2
- * File: /src/persistAtom/index.web.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:02:03
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:27:38
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
-
25
- import { recoilPersist } from "recoil-persist";
26
- const {
27
- persistAtom
28
- } = recoilPersist();
29
- export { persistAtom };
30
- //# sourceMappingURL=index.web.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.web.js","names":["recoilPersist","persistAtom"],"sources":["../../src/persistAtom/index.web.ts"],"sourcesContent":["/**\n * File: /src/persistAtom/index.web.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:02:03\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:27:38\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { recoilPersist } from \"recoil-persist\";\n\nconst { persistAtom } = recoilPersist();\n\nexport { persistAtom };\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,aAAa,QAAQ,gBAAgB;AAE9C,MAAM;EAAEC;AAAY,CAAC,GAAGD,aAAa,EAAE;AAEvC,SAASC,WAAW"}
@@ -1,26 +0,0 @@
1
- /**
2
- * File: /src/persist/index.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:01:58
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:04:28
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
- import persist from "react-native-recoil-persist";
25
- export * from "react-native-recoil-persist";
26
- export default persist;
@@ -1,61 +0,0 @@
1
- (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define(["exports", "react-native-recoil-persist"], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory(exports, require("react-native-recoil-persist"));
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory(mod.exports, global.reactNativeRecoilPersist);
11
- global.index = mod.exports;
12
- }
13
- })(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _reactNativeRecoilPersist) {
14
- "use strict";
15
-
16
- Object.defineProperty(_exports, "__esModule", {
17
- value: true
18
- });
19
- var _exportNames = {};
20
- _exports.default = void 0;
21
- _reactNativeRecoilPersist = _interopRequireWildcard(_reactNativeRecoilPersist);
22
- Object.keys(_reactNativeRecoilPersist).forEach(function (key) {
23
- if (key === "default" || key === "__esModule") return;
24
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
25
- if (key in _exports && _exports[key] === _reactNativeRecoilPersist[key]) return;
26
- Object.defineProperty(_exports, key, {
27
- enumerable: true,
28
- get: function () {
29
- return _reactNativeRecoilPersist[key];
30
- }
31
- });
32
- });
33
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
34
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
35
- /**
36
- * File: /src/persist/index.ts
37
- * Project: @multiplatform.one/keycloak
38
- * File Created: 22-01-2023 08:01:58
39
- * Author: Clay Risser
40
- * -----
41
- * Last Modified: 22-01-2023 08:04:28
42
- * Modified By: Clay Risser
43
- * -----
44
- * Risser Labs LLC (c) Copyright 2022 - 2023
45
- *
46
- * Licensed under the Apache License, Version 2.0 (the "License");
47
- * you may not use this file except in compliance with the License.
48
- * You may obtain a copy of the License at
49
- *
50
- * http://www.apache.org/licenses/LICENSE-2.0
51
- *
52
- * Unless required by applicable law or agreed to in writing, software
53
- * distributed under the License is distributed on an "AS IS" BASIS,
54
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55
- * See the License for the specific language governing permissions and
56
- * limitations under the License.
57
- */
58
- var _default = _reactNativeRecoilPersist.default;
59
- _exports.default = _default;
60
- });
61
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["persist"],"sources":["../../src/persist/index.ts"],"sourcesContent":["/**\n * File: /src/persist/index.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:01:58\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:04:28\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport persist from \"react-native-recoil-persist\";\n\nexport * from \"react-native-recoil-persist\";\n\nexport default persist;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;EA0BA;IAAA;IAAA;IAAA;IAAA;MAAA;MAAA;QAAA;MAAA;IAAA;EAAA;EAA4C;EAAA;EA1B5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EAtBA,eA4BeA,iCAAO;EAAA;AAAA"}
@@ -1,26 +0,0 @@
1
- /**
2
- * File: /src/persist/index.web.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:02:03
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:05:20
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
- import persist from "recoil-persist";
25
- export * from "recoil-persist";
26
- export default persist;
@@ -1,61 +0,0 @@
1
- (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define(["exports", "recoil-persist"], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory(exports, require("recoil-persist"));
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory(mod.exports, global.recoilPersist);
11
- global.indexWeb = mod.exports;
12
- }
13
- })(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _recoilPersist) {
14
- "use strict";
15
-
16
- Object.defineProperty(_exports, "__esModule", {
17
- value: true
18
- });
19
- var _exportNames = {};
20
- _exports.default = void 0;
21
- _recoilPersist = _interopRequireWildcard(_recoilPersist);
22
- Object.keys(_recoilPersist).forEach(function (key) {
23
- if (key === "default" || key === "__esModule") return;
24
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
25
- if (key in _exports && _exports[key] === _recoilPersist[key]) return;
26
- Object.defineProperty(_exports, key, {
27
- enumerable: true,
28
- get: function () {
29
- return _recoilPersist[key];
30
- }
31
- });
32
- });
33
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
34
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
35
- /**
36
- * File: /src/persist/index.web.ts
37
- * Project: @multiplatform.one/keycloak
38
- * File Created: 22-01-2023 08:02:03
39
- * Author: Clay Risser
40
- * -----
41
- * Last Modified: 22-01-2023 08:05:20
42
- * Modified By: Clay Risser
43
- * -----
44
- * Risser Labs LLC (c) Copyright 2022 - 2023
45
- *
46
- * Licensed under the Apache License, Version 2.0 (the "License");
47
- * you may not use this file except in compliance with the License.
48
- * You may obtain a copy of the License at
49
- *
50
- * http://www.apache.org/licenses/LICENSE-2.0
51
- *
52
- * Unless required by applicable law or agreed to in writing, software
53
- * distributed under the License is distributed on an "AS IS" BASIS,
54
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55
- * See the License for the specific language governing permissions and
56
- * limitations under the License.
57
- */
58
- var _default = _recoilPersist.default;
59
- _exports.default = _default;
60
- });
61
- //# sourceMappingURL=index.web.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.web.js","names":["persist"],"sources":["../../src/persist/index.web.ts"],"sourcesContent":["/**\n * File: /src/persist/index.web.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:02:03\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:05:20\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport persist from \"recoil-persist\";\n\nexport * from \"recoil-persist\";\n\nexport default persist;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;EA0BA;IAAA;IAAA;IAAA;IAAA;MAAA;MAAA;QAAA;MAAA;IAAA;EAAA;EAA+B;EAAA;EA1B/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EAtBA,eA4BeA,sBAAO;EAAA;AAAA"}
@@ -1,24 +0,0 @@
1
- /**
2
- * File: /src/persistAtom/index.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:01:58
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:27:59
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
- export declare const persistAtom: import("recoil").AtomEffect<any>;
@@ -1,49 +0,0 @@
1
- (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define(["exports", "react-native-recoil-persist"], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory(exports, require("react-native-recoil-persist"));
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory(mod.exports, global.reactNativeRecoilPersist);
11
- global.index = mod.exports;
12
- }
13
- })(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _reactNativeRecoilPersist) {
14
- "use strict";
15
-
16
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
17
- Object.defineProperty(_exports, "__esModule", {
18
- value: true
19
- });
20
- _exports.persistAtom = void 0;
21
- _reactNativeRecoilPersist = _interopRequireDefault(_reactNativeRecoilPersist);
22
- /**
23
- * File: /src/persistAtom/index.ts
24
- * Project: @multiplatform.one/keycloak
25
- * File Created: 22-01-2023 08:01:58
26
- * Author: Clay Risser
27
- * -----
28
- * Last Modified: 22-01-2023 08:27:59
29
- * Modified By: Clay Risser
30
- * -----
31
- * Risser Labs LLC (c) Copyright 2022 - 2023
32
- *
33
- * Licensed under the Apache License, Version 2.0 (the "License");
34
- * you may not use this file except in compliance with the License.
35
- * You may obtain a copy of the License at
36
- *
37
- * http://www.apache.org/licenses/LICENSE-2.0
38
- *
39
- * Unless required by applicable law or agreed to in writing, software
40
- * distributed under the License is distributed on an "AS IS" BASIS,
41
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42
- * See the License for the specific language governing permissions and
43
- * limitations under the License.
44
- */
45
-
46
- const persistAtom = _reactNativeRecoilPersist.default.persistAtom;
47
- _exports.persistAtom = persistAtom;
48
- });
49
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["persistAtom","persist"],"sources":["../../src/persistAtom/index.ts"],"sourcesContent":["/**\n * File: /src/persistAtom/index.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:01:58\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:27:59\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport persist from \"react-native-recoil-persist\";\n\nexport const persistAtom = persist.persistAtom;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;EAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAIO,MAAMA,WAAW,GAAGC,iCAAO,CAACD,WAAW;EAAC;AAAA"}
@@ -1,25 +0,0 @@
1
- /**
2
- * File: /src/persistAtom/index.web.ts
3
- * Project: @multiplatform.one/keycloak
4
- * File Created: 22-01-2023 08:02:03
5
- * Author: Clay Risser
6
- * -----
7
- * Last Modified: 22-01-2023 08:27:38
8
- * Modified By: Clay Risser
9
- * -----
10
- * Risser Labs LLC (c) Copyright 2022 - 2023
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
- declare const persistAtom: import("recoil").AtomEffect<any>;
25
- export { persistAtom };
@@ -1,49 +0,0 @@
1
- (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define(["exports", "recoil-persist"], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory(exports, require("recoil-persist"));
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory(mod.exports, global.recoilPersist);
11
- global.indexWeb = mod.exports;
12
- }
13
- })(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _recoilPersist) {
14
- "use strict";
15
-
16
- Object.defineProperty(_exports, "__esModule", {
17
- value: true
18
- });
19
- _exports.persistAtom = void 0;
20
- /**
21
- * File: /src/persistAtom/index.web.ts
22
- * Project: @multiplatform.one/keycloak
23
- * File Created: 22-01-2023 08:02:03
24
- * Author: Clay Risser
25
- * -----
26
- * Last Modified: 22-01-2023 08:27:38
27
- * Modified By: Clay Risser
28
- * -----
29
- * Risser Labs LLC (c) Copyright 2022 - 2023
30
- *
31
- * Licensed under the Apache License, Version 2.0 (the "License");
32
- * you may not use this file except in compliance with the License.
33
- * You may obtain a copy of the License at
34
- *
35
- * http://www.apache.org/licenses/LICENSE-2.0
36
- *
37
- * Unless required by applicable law or agreed to in writing, software
38
- * distributed under the License is distributed on an "AS IS" BASIS,
39
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40
- * See the License for the specific language governing permissions and
41
- * limitations under the License.
42
- */
43
-
44
- const {
45
- persistAtom
46
- } = (0, _recoilPersist.recoilPersist)();
47
- _exports.persistAtom = persistAtom;
48
- });
49
- //# sourceMappingURL=index.web.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.web.js","names":["persistAtom","recoilPersist"],"sources":["../../src/persistAtom/index.web.ts"],"sourcesContent":["/**\n * File: /src/persistAtom/index.web.ts\n * Project: @multiplatform.one/keycloak\n * File Created: 22-01-2023 08:02:03\n * Author: Clay Risser\n * -----\n * Last Modified: 22-01-2023 08:27:38\n * Modified By: Clay Risser\n * -----\n * Risser Labs LLC (c) Copyright 2022 - 2023\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { recoilPersist } from \"recoil-persist\";\n\nconst { persistAtom } = recoilPersist();\n\nexport { persistAtom };\n"],"mappings":";;;;;;;;;;;;;;;;;;;EAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAIA,MAAM;IAAEA;EAAY,CAAC,GAAG,IAAAC,4BAAa,GAAE;EAAC;AAAA"}