@zinaid/str 0.0.9 → 0.0.10
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/README.md +2 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
This package provides string utility functions similar to Laravel's Str class facade.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Archived
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
pnpm add pluralize # For plural()/singular()
|
|
9
|
-
pnpm add uuid ulid # For uuid()/ulid()
|
|
10
|
-
pnpm add any-ascii transliteration # For ascii()/transliterate()
|
|
7
|
+
This was a proof of concept package and is now archived. See the [Tolki](https://www.npmjs.com/org/tolki) organization for the actively maintained version of this package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zinaid/str",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"description": "Utilities for working with strings similar to Laravel's Str & Stringable classes.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"sideEffects": false,
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@zinaid/num": "^0.0.
|
|
13
|
-
"@zinaid/utils": "^0.0.
|
|
12
|
+
"@zinaid/num": "^0.0.11",
|
|
13
|
+
"@zinaid/utils": "^0.0.6"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/markdown-it": "^14.1.2",
|