this repo has no description

Release 1.1.0

+3 -3
+2 -2
package-lock.json
··· 1 { 2 "name": "tagged-string", 3 - "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "tagged-string", 9 - "version": "1.0.0", 10 "license": "MIT", 11 "devDependencies": { 12 "@biomejs/biome": "2.3.5",
··· 1 { 2 "name": "tagged-string", 3 + "version": "1.1.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "tagged-string", 9 + "version": "1.1.0", 10 "license": "MIT", 11 "devDependencies": { 12 "@biomejs/biome": "2.3.5",
+1 -1
package.json
··· 1 { 2 "name": "tagged-string", 3 - "version": "1.0.0", 4 "description": "Extract structured data from strings using tag-based syntax", 5 "license": "MIT", 6 "author": "tbeseda",
··· 1 { 2 "name": "tagged-string", 3 + "version": "1.1.0", 4 "description": "Extract structured data from strings using tag-based syntax", 5 "license": "MIT", 6 "author": "tbeseda",