@zinaid/str 0.0.7 → 0.0.9

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": "@zinaid/str",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
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,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "sideEffects": false,
11
11
  "dependencies": {
12
- "@zinaid/num": "^0.0.8",
12
+ "@zinaid/num": "^0.0.10",
13
13
  "@zinaid/utils": "^0.0.5"
14
14
  },
15
15
  "devDependencies": {
@@ -36,32 +36,6 @@
36
36
  "ulid": "^2.4.0",
37
37
  "uuid": "^11.1.0"
38
38
  },
39
- "peerDependenciesMeta": {
40
- "markdown-it": {
41
- "optional": true
42
- },
43
- "markdown-it-anchor": {
44
- "optional": true
45
- },
46
- "markdown-it-task-lists": {
47
- "optional": true
48
- },
49
- "pluralize": {
50
- "optional": true
51
- },
52
- "any-ascii": {
53
- "optional": true
54
- },
55
- "transliteration": {
56
- "optional": true
57
- },
58
- "ulid": {
59
- "optional": true
60
- },
61
- "uuid": {
62
- "optional": true
63
- }
64
- },
65
39
  "files": [
66
40
  "dist"
67
41
  ],