@akanjs/cli 0.9.30 → 0.9.31

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.
package/cjs/index.js CHANGED
@@ -806,7 +806,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
806
806
  ARG TARGETARCH
807
807
  RUN if [ "$TARGETARCH" = "amd64" ]; then wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb && apt install -y ./mongodb-database-tools-*.deb && rm -f mongodb-database-tools-*.deb; fi
808
808
  ${preRunScripts.join("\n")}
809
- RUN rm -rf /var/lib/apt/lists/*
810
809
  RUN mkdir -p /workspace
811
810
  WORKDIR /workspace
812
811
  COPY ./package.json ./package.json
package/esm/index.js CHANGED
@@ -786,7 +786,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
786
786
  ARG TARGETARCH
787
787
  RUN if [ "$TARGETARCH" = "amd64" ]; then wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb && apt install -y ./mongodb-database-tools-*.deb && rm -f mongodb-database-tools-*.deb; fi
788
788
  ${preRunScripts.join("\n")}
789
- RUN rm -rf /var/lib/apt/lists/*
790
789
  RUN mkdir -p /workspace
791
790
  WORKDIR /workspace
792
791
  COPY ./package.json ./package.json
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "sourceType": "module",
4
4
  "name": "@akanjs/cli",
5
- "version": "0.9.30",
5
+ "version": "0.9.31",
6
6
  "bin": {
7
7
  "akan": "esm/index.js"
8
8
  },