@yaireo/tagify
Advanced tools
Comparing version 4.31.4 to 4.31.5
/* | ||
Tagify v4.31.4 - tags input component | ||
Tagify v4.31.5 - tags input component | ||
By: Yair Even-Or <vsync.design@gmail.com> | ||
@@ -4,0 +4,0 @@ https://github.com/yairEO/tagify |
{ | ||
"name": "@yaireo/tagify", | ||
"version": "4.31.4", | ||
"version": "4.31.5", | ||
"homepage": "https://github.com/yairEO/tagify", | ||
@@ -29,10 +29,2 @@ "description": "lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]", | ||
}, | ||
"scripts": { | ||
"start": "gulp --dev", | ||
"build": "gulp", | ||
"version": "gulp build && git add .", | ||
"prepublishOnly": "pjv", | ||
"test": "pnpm exec playwright test", | ||
"serve": "npx http-server -o index.html -c-1" | ||
}, | ||
"jest": { | ||
@@ -96,3 +88,3 @@ "preset": "jest-puppeteer" | ||
"gulp-rename": "^2.0.0", | ||
"gulp-replace": "^1.1.3", | ||
"gulp-replace": "^1.1.4", | ||
"gulp-sass": "^5.1.0", | ||
@@ -109,11 +101,18 @@ "gulp-sourcemaps": "^3.0.0", | ||
"path": "^0.12.7", | ||
"rollup": "2.79.1", | ||
"rollup-plugin-banner2": "^1.2.2", | ||
"rollup": "2.79.2", | ||
"rollup-plugin-banner2": "^1.2.3", | ||
"rollup-plugin-swc3": "^0.11.0", | ||
"run-sequence": "^2.2.1", | ||
"sass": "^1.56.1", | ||
"semver": "^7.3.8", | ||
"sass": "^1.74.1", | ||
"semver": "^7.6.0", | ||
"vinyl-buffer": "^1.0.1", | ||
"vinyl-source-stream": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"start": "gulp --dev", | ||
"build": "gulp", | ||
"version": "gulp build && git add .", | ||
"test": "pnpm exec playwright test", | ||
"serve": "npx http-server -o index.html -c-1" | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ const VERSION = 1; // current version of persisted data. if code change breaks persisted data, verison number should be bumped. | ||
export const getPersistedData = id => key => { | ||
if( !id ) return {}; | ||
if( !id ) return; | ||
@@ -8,0 +8,0 @@ // if "persist" is "false", do not save to localstorage |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
4331803