@stryke/string-format 0.2.1 → 0.2.3

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.
Files changed (2) hide show
  1. package/README.md +22 -21
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
  <!-- prettier-ignore-start -->
3
3
  <!-- markdownlint-disable -->
4
4
 
5
- <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
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
- [![Version](https://img.shields.io/badge/version-0.1.7-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/stryke/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
+ [![Version](https://img.shields.io/badge/version-0.2.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/stryke/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
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
- - [Stryke - String Formatting](#stryke---string-formatting)
56
- - [Table of Contents](#table-of-contents)
57
- - [Installing](#installing)
58
- - [Reduced Package Size](#reduced-package-size)
59
- - [Development](#development)
60
- - [Building](#building)
61
- - [Running unit tests](#running-unit-tests)
62
- - [Linting](#linting)
63
- - [Storm Workspaces](#storm-workspaces)
64
- - [Roadmap](#roadmap)
65
- - [Support](#support)
66
- - [License](#license)
67
- - [Changelog](#changelog)
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://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
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://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
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://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
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.1",
3
+ "version": "0.2.3",
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.3.1", "@stryke/types": ">=0.5.1" },
13
+ "dependencies": { "@stryke/helpers": ">=0.4.3", "@stryke/types": ">=0.7.1" },
14
14
  "devDependencies": {},
15
15
  "sideEffects": false,
16
16
  "files": ["dist/**/*"],
@@ -24,7 +24,6 @@
24
24
  "stryke",
25
25
  "typescript",
26
26
  "utilities",
27
- "storm-stack",
28
27
  "storm-software",
29
28
  "storm",
30
29
  "storm-ops",