update, text, response

This commit is contained in:
2025-11-02 11:09:14 +01:00
parent 14776c86b0
commit eed8a4ddcf
2794 changed files with 156786 additions and 129204 deletions

10
node_modules/strnum/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "strnum",
"version": "1.0.5",
"version": "1.1.2",
"description": "Parse String to Number based on configuration",
"main": "strnum.js",
"scripts": {
@@ -18,7 +18,13 @@
},
"author": "Amit Gupta (https://amitkumargupta.work/)",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"devDependencies": {
"jasmine": "^3.10.0"
"jasmine": "^5.6.0"
}
}