@candlerip/shared3 0.0.102 → 0.0.103

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/bash
2
2
 
3
- PACKAGES=( @candlerip/shared3 @candlerip/shared-aws3 @candlerip/shared-backend3 )
3
+ PACKAGES=( @candlerip/shared3 )
4
4
  for PACKAGE in "${PACKAGES[@]}"
5
5
  do
6
6
  npm list --depth=0 | grep $PACKAGE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.102",
3
+ "version": "0.0.103",
4
4
  "type": "module",
5
5
  "main": "src/index.js",
6
6
  "bin": {