@stryke/string-format 0.1.4 â 0.1.6
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -46,7 +46,8 @@ This package is part of Storm Software's **đŠī¸ Stryke** monorepo. Stryke pac
|
|
|
46
46
|
|
|
47
47
|
# Stryke - String Formatting
|
|
48
48
|
|
|
49
|
-
A collection of helper functions used to manipulate string values. The functions
|
|
49
|
+
A collection of helper functions used to manipulate string values. The functions
|
|
50
|
+
in this package are responsible for transforming strings into various formats.
|
|
50
51
|
|
|
51
52
|
<!-- START doctoc -->
|
|
52
53
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/string-format",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing utility functions to transform strings into various formats.",
|
|
6
6
|
"repository": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"private": false,
|
|
12
12
|
"publishConfig": { "access": "public" },
|
|
13
|
-
"dependencies": { "@stryke/helpers": ">=0.1
|
|
13
|
+
"dependencies": { "@stryke/helpers": ">=0.2.1", "@stryke/types": ">=0.1.3" },
|
|
14
14
|
"devDependencies": {},
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"files": ["dist/**/*"],
|