generator-reshow 0.17.64 → 0.17.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ containerName=${localImage//\//-}-${pid}
19
19
 
20
20
  echo $containerName
21
21
 
22
- cli='env docker run --rm -it --platform linux/amd64'
22
+ cli='env docker run --rm -it'
23
23
  cli+=" -v $DIR/../docker/entrypoint.sh:/entrypoint.sh"
24
24
  cli+=" -v $MY_PWD:$MY_PWD"
25
25
  cli+=" -w $MY_PWD"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.17.64",
2
+ "version": "0.17.65",
3
3
  "name": "generator-reshow",
4
4
  "repository": {
5
5
  "type": "git",