From 5c6409035159adeda1caeed90ea2782c5c776f53 Mon Sep 17 00:00:00 2001 From: Subhajit Sahu Date: Mon, 22 Jul 2024 12:13:11 +0530 Subject: [PATCH] :bug: add some references --- LICENSE | 2 +- README.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 46fff01..dcf757e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-22 Subhajit Sahu +Copyright (c) 2018-24 Subhajit Sahu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4f3921e..1fec15d 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ string.tverskyDistance('pikachu', 'raichu', 3, 0.2, 0.4); - [Lodash documentation](https://lodash.com/docs/4.17.15) - [natural package by Chris Umbel and contributors](https://www.npmjs.com/package/natural) - [esrever package by Mathias Bynens and contributors](https://www.npmjs.com/package/esrever) +- [js-string-compression package by Chen Caishun](https://github.com/cschen1205/js-string-compression) +- [@stdlib/string-base-trim package by @stdlib-js](https://github.com/stdlib-js/string-base-trim) - [How do you reverse a string in-place in JavaScript?](https://stackoverflow.com/a/959004/1413259)
diff --git a/package-lock.json b/package-lock.json index 632ada0..2aa1db8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "extra-string", - "version": "2.1.8", + "version": "2.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "extra-string", - "version": "2.1.8", + "version": "2.1.9", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", diff --git a/package.json b/package.json index 944e2d3..22a67d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extra-string", - "version": "2.1.8", + "version": "2.1.9", "description": "A collection of common string functions.", "main": "index.js", "module": "index.mjs",