haya-select 1.0.83 → 1.0.84
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.node.d.ts","sourceRoot":"","sources":["../../src/config/configuration.node.js"],"names":[],"mappings":";AAoBA,
|
|
1
|
+
{"version":3,"file":"configuration.node.d.ts","sourceRoot":"","sources":["../../src/config/configuration.node.js"],"names":[],"mappings":";AAoBA,iCAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "haya-select",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.84",
|
|
4
4
|
"description": "Just another select component for React Native + Web.",
|
|
5
5
|
"files": [
|
|
6
6
|
"build/**"
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"lint": "expo-module lint",
|
|
14
14
|
"test": "node scripts/velocious-test.js",
|
|
15
15
|
"prepare": "expo-module prepare",
|
|
16
|
-
"release:patch": "npm version patch && npm publish",
|
|
17
16
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
18
17
|
"open:ios": "xed example/ios",
|
|
19
18
|
"open:android": "open -a \"Android Studio\" example/android",
|
|
19
|
+
"release:patch": "npm version patch -m \"Bump version to %s\" && git push --follow-tags && npm whoami || npm login && npm publish",
|
|
20
20
|
"typecheck": "tsc --noEmit"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
@@ -34,11 +34,10 @@
|
|
|
34
34
|
"homepage": "https://github.com/kaspernj/haya-select#readme",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"classnames": "^2.3.1",
|
|
37
|
-
"debounce": "^
|
|
37
|
+
"debounce": "^3.0.0",
|
|
38
38
|
"diggerize": "^1.0.4",
|
|
39
39
|
"fetching-object": "^1.0.1",
|
|
40
|
-
"react-native-render-html": "^6.3.4"
|
|
41
|
-
"set-state-compare": "^1.0.64"
|
|
40
|
+
"react-native-render-html": "^6.3.4"
|
|
42
41
|
},
|
|
43
42
|
"devDependencies": {
|
|
44
43
|
"@types/react": "~18.3.12",
|
|
@@ -58,7 +57,8 @@
|
|
|
58
57
|
"outside-eye": "*",
|
|
59
58
|
"prop-types": "*",
|
|
60
59
|
"react": "*",
|
|
61
|
-
"react-native": "*"
|
|
60
|
+
"react-native": "*",
|
|
61
|
+
"set-state-compare": ">= 1.0.67"
|
|
62
62
|
},
|
|
63
63
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
64
64
|
}
|