@candlerip/shared3 0.0.85 → 0.0.86

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.85",
3
+ "version": "0.0.86",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -1 +1,2 @@
1
+ export * from './config.js';
1
2
  export * from './domain.js';
@@ -1 +1,2 @@
1
+ export * from './config.js';
1
2
  export * from './domain.js';