@stryke/helpers 0.5.1 â 0.5.2
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 +15 -17
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ 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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT] This repository, and the apps, libraries, and tools contained
|
|
28
28
|
> within, is still in it's initial development phase. As a result, bugs and
|
|
@@ -54,22 +54,20 @@ other Stryke projects.
|
|
|
54
54
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
55
55
|
## Table of Contents
|
|
56
56
|
|
|
57
|
-
- [
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
- [
|
|
62
|
-
- [
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
- [Contributing](#contributing)
|
|
72
|
-
- [Contributors](#contributors)
|
|
57
|
+
- [Quick Features](#quick-features)
|
|
58
|
+
- [Installing](#installing)
|
|
59
|
+
- [Reduced Package Size](#reduced-package-size)
|
|
60
|
+
- [Development](#development)
|
|
61
|
+
- [Building](#building)
|
|
62
|
+
- [Running unit tests](#running-unit-tests)
|
|
63
|
+
- [Linting](#linting)
|
|
64
|
+
- [Storm Workspaces](#storm-workspaces)
|
|
65
|
+
- [Roadmap](#roadmap)
|
|
66
|
+
- [Support](#support)
|
|
67
|
+
- [License](#license)
|
|
68
|
+
- [Changelog](#changelog)
|
|
69
|
+
- [Contributing](#contributing)
|
|
70
|
+
- [Contributors](#contributors)
|
|
73
71
|
|
|
74
72
|
<!-- END doctoc -->
|
|
75
73
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/helpers",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing miscellaneous helper functions that are used across many different Storm Software projects.",
|
|
6
6
|
"repository": {
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"private": false,
|
|
12
12
|
"publishConfig": { "access": "public" },
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@stryke/convert": "^0.1.
|
|
15
|
-
"@stryke/type-checks": "^0.3.
|
|
16
|
-
"@stryke/types": "^0.8.
|
|
14
|
+
"@stryke/convert": "^0.1.5",
|
|
15
|
+
"@stryke/type-checks": "^0.3.1",
|
|
16
|
+
"@stryke/types": "^0.8.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {},
|
|
19
19
|
"sideEffects": false,
|