@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.
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@candlerip/shared3",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.108",
|
4
4
|
"type": "module",
|
5
5
|
"exports": {
|
6
6
|
".": "./src/index.js",
|
7
|
-
"./aws
|
8
|
-
"./backend
|
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",
|