@candlerip/shared3 0.0.105 → 0.0.106

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
4
4
  "type": "module",
5
5
  "exports": {
6
- ".": "./src/",
7
- "./aws/": "./src/aws/",
8
- "./backend/": "./src/backend/"
6
+ ".": "./src/index.js",
7
+ "./aws/": "./src/aws/index.js",
8
+ "./backend/": "./src/backend/index.js"
9
9
  },
10
10
  "bin": {
11
11
  "crs-cdk-deploy": "./_devops/cdk/cdk-deploy.sh",
@@ -0,0 +1,3 @@
1
+ export * from './connect-database/index.js';
2
+ export * from './model/index.js';
3
+ export * from './mutation/index.js';
@@ -0,0 +1,3 @@
1
+ export * from './connect-database/index.js';
2
+ export * from './model/index.js';
3
+ export * from './mutation/index.js';
@@ -0,0 +1 @@
1
+ export * from './translation/index.js';
@@ -0,0 +1 @@
1
+ export * from './translation/index.js';
@@ -0,0 +1 @@
1
+ export * from './translation/index.js';
@@ -0,0 +1 @@
1
+ export * from './translation/index.js';
@@ -0,0 +1,5 @@
1
+ export * from './cache/index.js';
2
+ export * from './database/index.js';
3
+ export * from './dictionary/index.js';
4
+ export * from './express/index.js';
5
+ export * from './message-broker/index.js';
@@ -0,0 +1,5 @@
1
+ export * from './cache/index.js';
2
+ export * from './database/index.js';
3
+ export * from './dictionary/index.js';
4
+ export * from './express/index.js';
5
+ export * from './message-broker/index.js';