@akanjs/config 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.
@@ -141,7 +141,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
141
141
  ARG TARGETARCH
142
142
  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
143
143
  ${preRunScripts.join("\n")}
144
- RUN rm -rf /var/lib/apt/lists/*
145
144
  RUN mkdir -p /workspace
146
145
  WORKDIR /workspace
147
146
  COPY ./package.json ./package.json
@@ -106,7 +106,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
106
106
  ARG TARGETARCH
107
107
  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
108
108
  ${preRunScripts.join("\n")}
109
- RUN rm -rf /var/lib/apt/lists/*
110
109
  RUN mkdir -p /workspace
111
110
  WORKDIR /workspace
112
111
  COPY ./package.json ./package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/config",
3
- "version": "0.9.30",
3
+ "version": "0.9.31",
4
4
  "sourceType": "module",
5
5
  "module": {
6
6
  "access": "public"