@stryke/string-format 0.4.9 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +18 -24
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,15 +22,10 @@ This package is part of Storm Software's **đŸŒŠī¸ Stryke** monorepo. Stryke pac
22
22
 
23
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 />
24
24
 
25
- [![Version](https://img.shields.io/badge/version-0.4.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
+ [![Version](https://img.shields.io/badge/version-0.4.9-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)
26
26
 
27
- > [!IMPORTANT] This repository, and the apps, libraries, and tools contained
28
- > within, is still in it's initial development phase. As a result, bugs and
29
- > issues are expected with it's usage. When the main development phase
30
- > completes, a proper release will be performed, the packages will be availible
31
- > through NPM (and other distributions), and this message will be removed.
32
- > However, in the meantime, please feel free to report any issues you may come
33
- > across.
27
+ > [!IMPORTANT] Important
28
+ > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
34
29
 
35
30
  <div align="center">
36
31
  <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/stryke" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
@@ -47,7 +42,8 @@ This package is part of Storm Software's **đŸŒŠī¸ Stryke** monorepo. Stryke pac
47
42
  # Stryke - String Formatting Functions
48
43
 
49
44
  A collection of helper functions used to manipulate string values. The functions
50
- in this package are responsible for transforming strings into various formats including:
45
+ in this package are responsible for transforming strings into various formats
46
+ including:
51
47
 
52
48
  - Camel Case
53
49
  - Kebab Case
@@ -69,21 +65,19 @@ in this package are responsible for transforming strings into various formats in
69
65
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
70
66
  ## Table of Contents
71
67
 
72
- - [Stryke - String Formatting Functions](#stryke---string-formatting-functions)
73
- - [Table of Contents](#table-of-contents)
74
- - [Installing](#installing)
75
- - [Reduced Package Size](#reduced-package-size)
76
- - [Development](#development)
77
- - [Building](#building)
78
- - [Running unit tests](#running-unit-tests)
79
- - [Linting](#linting)
80
- - [Storm Workspaces](#storm-workspaces)
81
- - [Roadmap](#roadmap)
82
- - [Support](#support)
83
- - [License](#license)
84
- - [Changelog](#changelog)
85
- - [Contributing](#contributing)
86
- - [Contributors](#contributors)
68
+ - [Installing](#installing)
69
+ - [Reduced Package Size](#reduced-package-size)
70
+ - [Development](#development)
71
+ - [Building](#building)
72
+ - [Running unit tests](#running-unit-tests)
73
+ - [Linting](#linting)
74
+ - [Storm Workspaces](#storm-workspaces)
75
+ - [Roadmap](#roadmap)
76
+ - [Support](#support)
77
+ - [License](#license)
78
+ - [Changelog](#changelog)
79
+ - [Contributing](#contributing)
80
+ - [Contributors](#contributors)
87
81
 
88
82
  <!-- END doctoc -->
89
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/string-format",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
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.5.3", "@stryke/types": "^0.8.3" },
13
+ "dependencies": { "@stryke/helpers": "^0.6.0", "@stryke/types": "^0.8.3" },
14
14
  "devDependencies": {},
15
15
  "sideEffects": false,
16
16
  "files": ["dist/**/*"],