@stryke/string-format 0.2.2 â 0.2.4
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 +22 -21
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
<!-- prettier-ignore-start -->
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
|
|
6
|
+
<div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
6
7
|
<br />
|
|
7
8
|
|
|
8
9
|
<div align="center">
|
|
@@ -21,7 +22,7 @@ This package is part of Storm Software's **đŠī¸ Stryke** monorepo. Stryke pac
|
|
|
21
22
|
|
|
22
23
|
<h3 align="center">đģ Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
24
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
26
|
|
|
26
27
|
> [!IMPORTANT] This repository, and the apps, libraries, and tools contained
|
|
27
28
|
> within, is still in it's initial development phase. As a result, bugs and
|
|
@@ -37,6 +38,7 @@ This package is part of Storm Software's **đŠī¸ Stryke** monorepo. Stryke pac
|
|
|
37
38
|
|
|
38
39
|
<br />
|
|
39
40
|
|
|
41
|
+
|
|
40
42
|
<!-- markdownlint-restore -->
|
|
41
43
|
<!-- prettier-ignore-end -->
|
|
42
44
|
|
|
@@ -49,24 +51,21 @@ in this package are responsible for transforming strings into various formats.
|
|
|
49
51
|
|
|
50
52
|
<!-- START doctoc -->
|
|
51
53
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
52
|
-
|
|
53
54
|
## Table of Contents
|
|
54
55
|
|
|
55
|
-
- [
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
- [
|
|
59
|
-
- [
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
- [Contributing](#contributing)
|
|
69
|
-
- [Contributors](#contributors)
|
|
56
|
+
- [Installing](#installing)
|
|
57
|
+
- [Reduced Package Size](#reduced-package-size)
|
|
58
|
+
- [Development](#development)
|
|
59
|
+
- [Building](#building)
|
|
60
|
+
- [Running unit tests](#running-unit-tests)
|
|
61
|
+
- [Linting](#linting)
|
|
62
|
+
- [Storm Workspaces](#storm-workspaces)
|
|
63
|
+
- [Roadmap](#roadmap)
|
|
64
|
+
- [Support](#support)
|
|
65
|
+
- [License](#license)
|
|
66
|
+
- [Changelog](#changelog)
|
|
67
|
+
- [Contributing](#contributing)
|
|
68
|
+
- [Contributors](#contributors)
|
|
70
69
|
|
|
71
70
|
<!-- END doctoc -->
|
|
72
71
|
|
|
@@ -125,6 +124,7 @@ Run `nx lint string-format` to run [ESLint](https://eslint.org/) on the package.
|
|
|
125
124
|
<!-- prettier-ignore-start -->
|
|
126
125
|
<!-- markdownlint-disable -->
|
|
127
126
|
|
|
127
|
+
|
|
128
128
|
## Storm Workspaces
|
|
129
129
|
|
|
130
130
|
Storm workspaces are built using
|
|
@@ -245,7 +245,7 @@ specification. Contributions of any kind welcome!
|
|
|
245
245
|
<br />
|
|
246
246
|
|
|
247
247
|
<div align="center">
|
|
248
|
-
<img src="https://
|
|
248
|
+
<img src="https://public.storm-cdn.com/logo-banner.png" width="100%" alt="Storm Software" />
|
|
249
249
|
</div>
|
|
250
250
|
<br />
|
|
251
251
|
|
|
@@ -276,9 +276,9 @@ generation of development tools, please reach out on our
|
|
|
276
276
|
|
|
277
277
|
<br />
|
|
278
278
|
|
|
279
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://
|
|
279
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
280
280
|
<br />
|
|
281
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://
|
|
281
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
282
282
|
|
|
283
283
|
<br />
|
|
284
284
|
|
|
@@ -286,6 +286,7 @@ generation of development tools, please reach out on our
|
|
|
286
286
|
<br />
|
|
287
287
|
<br />
|
|
288
288
|
|
|
289
|
+
|
|
289
290
|
<!-- markdownlint-restore -->
|
|
290
291
|
<!-- prettier-ignore-end -->
|
|
291
292
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/string-format",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
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.4.
|
|
13
|
+
"dependencies": { "@stryke/helpers": ">=0.4.4", "@stryke/types": ">=0.7.2" },
|
|
14
14
|
"devDependencies": {},
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"files": ["dist/**/*"],
|