@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.
- package/README.md +16 -14
- 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
|
-
#
|
|
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
|
-
- [
|
|
56
|
-
- [
|
|
57
|
-
- [
|
|
58
|
-
- [
|
|
59
|
-
- [
|
|
60
|
-
|
|
61
|
-
- [
|
|
62
|
-
- [
|
|
63
|
-
- [
|
|
64
|
-
- [
|
|
65
|
-
- [
|
|
66
|
-
- [
|
|
67
|
-
- [
|
|
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.
|
|
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.
|
|
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"
|