@candlerip/shared3 0.0.106 → 0.0.108

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  "declaration": true,
4
4
  "esModuleInterop": true,
5
5
  "module": "ES2022",
6
- "moduleResolution": "node",
6
+ "moduleResolution": "bundler",
7
7
  "skipLibCheck": true,
8
8
  "strict": true,
9
9
  "target": "ES2022"
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.106",
3
+ "version": "0.0.108",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.js",
7
- "./aws/": "./src/aws/index.js",
8
- "./backend/": "./src/backend/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",