reactive-bulma 4.0.22 → 4.0.23
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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +28 -28
package/dist/cjs/index.js
CHANGED
|
@@ -3770,7 +3770,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
3770
3770
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
3771
3771
|
PERFORMANCE OF THIS SOFTWARE.
|
|
3772
3772
|
***************************************************************************** */
|
|
3773
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
3773
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
3774
3774
|
|
|
3775
3775
|
|
|
3776
3776
|
function __rest(s, e) {
|