@stryke/unique-id 0.1.4 → 0.2.1

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 +230 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,47 @@
1
1
  <!-- START header -->
2
+ <!-- prettier-ignore-start -->
3
+ <!-- markdownlint-disable -->
4
+
5
+
6
+ <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
+ <br />
8
+
9
+ <div align="center">
10
+ <b>
11
+ <a href="https://stormsoftware.com" target="_blank">Website</a> •
12
+ <a href="https://github.com/storm-software/stryke" target="_blank">GitHub</a> •
13
+ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormsoftware.com/projects/stryke/docs" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
14
+ <a href="https://github.com/storm-software/stryke/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
15
+ </b>
16
+ </div>
17
+
18
+ <br />
19
+ This package is part of Storm Software's **🌩️ Stryke** monorepo. Stryke packages TypeScript utility packages with shared functionality common to many Storm Software applications.
20
+
21
+ <br />
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 />
24
+
25
+ [![Version](https://img.shields.io/badge/version-0.1.4-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
+
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.
34
+
35
+ <div align="center">
36
+ <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>
37
+ </div>
38
+
39
+ <br />
40
+
41
+
42
+ <!-- markdownlint-restore -->
43
+ <!-- prettier-ignore-end -->
44
+
2
45
  <!-- END header -->
3
46
 
4
47
  # Stryke - Unique Identifiers
@@ -18,6 +61,24 @@ This package includes generator functions for the following type of identifiers:
18
61
  | Nano ID | A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript | <https://github.com/ai/nanoid> |
19
62
 
20
63
  <!-- START doctoc -->
64
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
65
+
66
+ ## Table of Contents
67
+
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)
81
+
21
82
  <!-- END doctoc -->
22
83
 
23
84
  ## Installing
@@ -71,4 +132,173 @@ Run `nx test unique-id` to execute the unit tests via [Jest](https://jestjs.io).
71
132
  Run `nx lint unique-id` to run [ESLint](https://eslint.org/) on the package.
72
133
 
73
134
  <!-- START footer -->
135
+ <!-- prettier-ignore-start -->
136
+ <!-- markdownlint-disable -->
137
+
138
+
139
+ ## Storm Workspaces
140
+
141
+ Storm workspaces are built using
142
+ <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
143
+ for monorepos, which helps you develop like Google, Facebook, and Microsoft.
144
+ Building on top of Nx, the Open System provides a set of tools and patterns that
145
+ help you scale your monorepo to many teams while keeping the codebase
146
+ maintainable.
147
+
148
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
149
+ <br />
150
+
151
+ ## Roadmap
152
+
153
+ See the [open issues](https://github.com/storm-software/stryke/issues) for a
154
+ list of proposed features (and known issues).
155
+
156
+ - [Top Feature Requests](https://github.com/storm-software/stryke/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
157
+ (Add your votes using the 👍 reaction)
158
+ - [Top Bugs](https://github.com/storm-software/stryke/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
159
+ (Add your votes using the 👍 reaction)
160
+ - [Newest Bugs](https://github.com/storm-software/stryke/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
161
+
162
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
163
+ <br />
164
+
165
+ ## Support
166
+
167
+ Reach out to the maintainer at one of the following places:
168
+
169
+ - [Contact](https://stormsoftware.com/contact)
170
+ - [GitHub discussions](https://github.com/storm-software/stryke/discussions)
171
+ - <support@stormsoftware.com>
172
+
173
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
174
+ <br />
175
+
176
+ ## License
177
+
178
+ This project is licensed under the **Apache License 2.0**. Feel free to edit and
179
+ distribute this template as you like.
180
+
181
+ See [LICENSE](LICENSE) for more information.
182
+
183
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
184
+ <br />
185
+
186
+ ## Changelog
187
+
188
+ This project adheres to
189
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
190
+ with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
191
+ file
192
+
193
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
194
+ <br />
195
+
196
+ ## Contributing
197
+
198
+ First off, thanks for taking the time to contribute! Contributions are what
199
+ makes the open-source community such an amazing place to learn, inspire, and
200
+ create. Any contributions you make will benefit everybody else and are **greatly
201
+ appreciated**.
202
+
203
+ Please try to create bug reports that are:
204
+
205
+ - _Reproducible._ Include steps to reproduce the problem.
206
+ - _Specific._ Include as much detail as possible: which version, what
207
+ environment, etc.
208
+ - _Unique._ Do not duplicate existing opened issues.
209
+ - _Scoped to a Single Bug._ One bug per report.
210
+
211
+ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
212
+
213
+ You can use
214
+ [markdownlint-cli](https://github.com/storm-software/stryke/markdownlint-cli) to
215
+ check for common markdown style inconsistency.
216
+
217
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
218
+ <br />
219
+
220
+ ## Contributors
221
+
222
+ Thanks goes to these wonderful people
223
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
224
+
225
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
226
+
227
+ <table>
228
+ <tbody>
229
+ <tr>
230
+ <td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">🎨</a> <a href="https://github.com/storm-software/stryke/commits?author=sullivanpj" title="Code">💻</a> <a href="#tool-sullivanpj" title="Tools">🔧</a> <a href="https://github.com/storm-software/stryke/commits?author=sullivanpj" title="Documentation">📖</a> <a href="https://github.com/storm-software/stryke/commits?author=sullivanpj" title="Tests">⚠️</a></td>
231
+ <td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">🎨</a></td>
232
+ <td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">🚧</a></td>
233
+ </tr>
234
+ </tbody>
235
+ <tfoot>
236
+ <tr>
237
+ <td align="center" size="13px" colspan="7">
238
+ <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
239
+ <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
240
+ </img>
241
+ </td>
242
+ </tr>
243
+ </tfoot>
244
+ </table>
245
+
246
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
247
+
248
+ This project follows the
249
+ [all-contributors](https://github.com/all-contributors/all-contributors)
250
+ specification. Contributions of any kind welcome!
251
+
252
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
253
+ <br />
254
+
255
+ <hr />
256
+ <br />
257
+
258
+ <div align="center">
259
+ <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
260
+ </div>
261
+ <br />
262
+
263
+ <div align="center">
264
+ <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
265
+ </div>
266
+
267
+ <div align="center">
268
+ <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
269
+ </div>
270
+ <br />
271
+
272
+ Storm Software is an open source software development organization and creator
273
+ of Acidic, StormStack and StormCloud.
274
+
275
+ Our mission is to make software development more accessible. Our ideal future is
276
+ one where anyone can create software without years of prior development
277
+ experience serving as a barrier to entry. We hope to achieve this via LLMs,
278
+ Generative AI, and intuitive, high-level data modeling/programming languages.
279
+
280
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
281
+ receive release notifications, ask questions, and get involved.
282
+
283
+ If this sounds interesting, and you would like to help us in creating the next
284
+ generation of development tools, please reach out on our
285
+ [website](https://stormsoftware.com/contact) or join our
286
+ [Slack channel](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)!
287
+
288
+ <br />
289
+
290
+ <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>
291
+ <br />
292
+ <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>
293
+
294
+ <br />
295
+
296
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
297
+ <br />
298
+ <br />
299
+
300
+
301
+ <!-- markdownlint-restore -->
302
+ <!-- prettier-ignore-end -->
303
+
74
304
  <!-- END footer -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/unique-id",
3
- "version": "0.1.4",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "A package containing various helper functions to generate unique identifier strings",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "private": false,
12
12
  "publishConfig": { "access": "public" },
13
- "dependencies": { "@stryke/hash": ">=0.2.4" },
13
+ "dependencies": { "@stryke/hash": ">=0.5.1" },
14
14
  "devDependencies": {},
15
15
  "sideEffects": false,
16
16
  "files": ["dist/**/*"],