@candlerip/shared3 0.0.62 → 0.0.63

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1,3 +1,4 @@
1
1
  export * from './environment-mode/index.js';
2
+ export * from './environment-variable/index.js';
2
3
  export * from './environment-variable-name/index.js';
3
4
  export * from './environment-variables/index.js';
@@ -1,3 +1,4 @@
1
1
  export * from './environment-mode/index.js';
2
+ export * from './environment-variable/index.js';
2
3
  export * from './environment-variable-name/index.js';
3
4
  export * from './environment-variables/index.js';