aport-tools 2.1.1 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/index.ts +0 -1
package/dist/index.esm.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/*! aport-tools v2.1.
|
1
|
+
/*! aport-tools v2.1.3 | ISC */
|
2
2
|
import React, { createContext, useState, useEffect, useContext } from 'react';
|
3
3
|
import { Appearance, StyleSheet, View, Text, Switch } from 'react-native';
|
4
4
|
import AsyncStorage from '@react-native-async-storage/async-storage';
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aport-tools",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "Aport mobile Tools with modern and minimalistic design",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.esm.js",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"typescript": "^5.6.2"
|
47
47
|
},
|
48
48
|
"peerDependencies": {
|
49
|
-
"@react-native-async-storage/async-storage": "^
|
49
|
+
"@react-native-async-storage/async-storage": "^1.23.1",
|
50
50
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
51
51
|
"react-native": ">=0.60"
|
52
52
|
}
|
package/index.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ButtonComponent } from "./src/Button";
|