sanity-plugin-tags-v4 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-tags-v4",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A multi-tag input for Sanity Studio",
5
5
  "keywords": [
6
6
  "sanity",
@@ -41,7 +41,6 @@
41
41
  "format": "prettier --write --cache --ignore-unknown .",
42
42
  "link-watch": "plugin-kit link-watch",
43
43
  "lint": "eslint .",
44
- "prepublishOnly": "run-s build",
45
44
  "watch": "pkg-utils watch --strict"
46
45
  },
47
46
  "dependencies": {
@@ -63,7 +63,7 @@ export const TagsInput = forwardRef<StateManagedSelect, TagsInputProps>(
63
63
 
64
64
  // define all options passed to input
65
65
  const {
66
- predefinedTags = [],
66
+ predefinedTags = undefined,
67
67
  includeFromReference = false,
68
68
  includeFromRelated = false,
69
69
  customLabel = 'label',