@stryke/env 0.10.0 → 0.11.0

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 +16 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -44,7 +44,7 @@ This package is part of Storm Software's **đŸŒŠī¸ Stryke** monorepo. Stryke pac
44
44
 
45
45
  <!-- END header -->
46
46
 
47
- # env
47
+ # Stryke - Environment Tools
48
48
 
49
49
  A package containing utility functions to handle environment specific processes
50
50
 
@@ -52,19 +52,21 @@ A package containing utility functions to handle environment specific processes
52
52
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
53
53
  ## Table of Contents
54
54
 
55
- - [Installing](#installing)
56
- - [Reduced Package Size](#reduced-package-size)
57
- - [Development](#development)
58
- - [Building](#building)
59
- - [Running unit tests](#running-unit-tests)
60
- - [Linting](#linting)
61
- - [Storm Workspaces](#storm-workspaces)
62
- - [Roadmap](#roadmap)
63
- - [Support](#support)
64
- - [License](#license)
65
- - [Changelog](#changelog)
66
- - [Contributing](#contributing)
67
- - [Contributors](#contributors)
55
+ - [Stryke - Environment Tools](#stryke---environment-tools)
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)
68
70
 
69
71
  <!-- END doctoc -->
70
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/env",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "type": "module",
5
5
  "description": "A package containing utility functions to handle environment specific processes",
6
6
  "repository": {
@@ -11,7 +11,7 @@
11
11
  "private": false,
12
12
  "dependencies": {
13
13
  "@dotenvx/dotenvx": "1.35.0",
14
- "@stryke/fs": "^0.15.0",
14
+ "@stryke/fs": "^0.16.0",
15
15
  "@stryke/path": "^0.5.1",
16
16
  "@stryke/string-format": "^0.4.9",
17
17
  "defu": "^6.1.4"