@stryke/open-browser 0.2.15 → 0.2.17

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 +20 -23
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,13 +22,13 @@
22
22
  </div>
23
23
 
24
24
  <br />
25
- This package is part of Storm Software's **đŸŒŠī¸ Stryke** monorepo. Stryke packages TypeScript utility packages with shared functionality common to many Storm Software applications.
25
+ This package is part of Storm Software's **đŸ’Ĩ Stryke** monorepo. Stryke packages TypeScript utility packages with shared functionality common to many Storm Software applications.
26
26
 
27
27
  <br />
28
28
 
29
29
  <h3 align="center">đŸ’ģ Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
30
30
 
31
- [![Version](https://img.shields.io/badge/version-0.12.0-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)
31
+ [![Version](https://img.shields.io/badge/version-0.2.16-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)
32
32
 
33
33
  > [!IMPORTANT] Important
34
34
  > 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.
@@ -51,25 +51,22 @@ A package containing a helper function to open URLs in the default browser.
51
51
 
52
52
  <!-- START doctoc -->
53
53
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
54
-
55
54
  ## Table of Contents
56
55
 
57
- - [Stryke - Open Browser](#stryke---open-browser)
58
- - [Table of Contents](#table-of-contents)
59
- - [Installing](#installing)
60
- - [Reduced Package Size](#reduced-package-size)
61
- - [Development](#development)
62
- - [Building](#building)
63
- - [Running unit tests](#running-unit-tests)
64
- - [Linting](#linting)
65
- - [Acknowledgements](#acknowledgements)
66
- - [Storm Workspaces](#storm-workspaces)
67
- - [Roadmap](#roadmap)
68
- - [Support](#support)
69
- - [License](#license)
70
- - [Changelog](#changelog)
71
- - [Contributing](#contributing)
72
- - [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
+ - [Acknowledgements](#acknowledgements)
63
+ - [Storm Workspaces](#storm-workspaces)
64
+ - [Roadmap](#roadmap)
65
+ - [Support](#support)
66
+ - [License](#license)
67
+ - [Changelog](#changelog)
68
+ - [Contributing](#contributing)
69
+ - [Contributors](#contributors)
73
70
 
74
71
  <!-- END doctoc -->
75
72
 
@@ -101,10 +98,10 @@ yarn add -D @stryke/cli
101
98
 
102
99
  ## Reduced Package Size
103
100
 
104
- This project uses [tsdown](https://tsdown.dev) to package the source code
105
- due to its ability to remove unused code and ship smaller javascript files
106
- thanks to code splitting. This helps to greatly reduce the size of the package
107
- and to make it easier to use in other projects.
101
+ This project uses [tsdown](https://tsdown.dev) to package the source code due to
102
+ its ability to remove unused code and ship smaller javascript files thanks to
103
+ code splitting. This helps to greatly reduce the size of the package and to make
104
+ it easier to use in other projects.
108
105
 
109
106
  ## Development
110
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/open-browser",
3
- "version": "0.2.15",
3
+ "version": "0.2.17",
4
4
  "type": "module",
5
5
  "description": "A package containing helper function to open URLs in the default browser",
6
6
  "repository": {
@@ -17,5 +17,5 @@
17
17
  "tsdown": "^0.17.0"
18
18
  },
19
19
  "publishConfig": { "access": "public" },
20
- "gitHead": "9d35227168cc176952a0c08c93558f6a3331d176"
20
+ "gitHead": "a9d0e492280436999ea1ffe42ad0e89fcdbbb4b1"
21
21
  }