amotify 0.2.263 → 0.2.264

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.
@@ -1774,7 +1774,7 @@ text5`}
1774
1774
  ] }
1775
1775
  DynamicOptionsOnSearch={ async ( keyword ) => {
1776
1776
  console.log( 'keyword',keyword )
1777
- await $$.pending( () => { },1000 )
1777
+ await $$.pending( 1000 )
1778
1778
  let options: Input.Autocomplete.Option[] = []
1779
1779
  for ( let i = 0; i < 100; i++ ) {
1780
1780
  let index = i + 1
@@ -11,7 +11,7 @@
11
11
  "cross-env": "^7.0.3",
12
12
  "dotenv": "^16.4.5",
13
13
  "express": "^4.19.2",
14
- "jmini": "^0.0.104",
14
+ "jmini": "^0.0.105",
15
15
  "next": "^16.1.1",
16
16
  "node-cron": "^4.1.1",
17
17
  "nodemon": "^3.1.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.2.263",
3
+ "version": "0.2.264",
4
4
  "description": "UI Component for React,NextJS,esbuild",
5
5
  "scripts": {
6
6
  "start": "run-p clean build:*",
@@ -90,7 +90,7 @@
90
90
  "@fortawesome/free-solid-svg-icons": "^6.7.2",
91
91
  "@fortawesome/react-fontawesome": "^3.1.1",
92
92
  "dotenv": "^17.0.1",
93
- "jmini": "^0.0.104",
93
+ "jmini": "^0.0.105",
94
94
  "react": "^19.2.3"
95
95
  },
96
96
  "devDependencies": {