Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Nov 29, 2024
1 parent 899a2e2 commit 90aa8b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"update:documentation": "documentation-website"
},
"devDependencies": {
"documentation-website": "^1.0.338"
"documentation-website": "^1.0.339"
},
"documentationWebsite": {
"name": "containerbase",
Expand All @@ -53,5 +53,5 @@
"npm": ">=10",
"yarn": ">=4"
},
"packageManager": "[email protected].1+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
"packageManager": "[email protected].3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}
2 changes: 1 addition & 1 deletion scripts/encrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ run() {
su "$MAIN_USER_NAME" --group "$MAIN_USER_GROUP_NAME" -c "$*"
fi
}
# region encrypt security related artefacts needed at runti me
# region encrypt security related artefacts needed at runtime
for index in "${!ENCRYPTED_PATHS_ARRAY[@]}"; do
if [ -d "${DECRYPTED_PATHS_ARRAY[index]}" ]; then
rm \
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "containerbase@workspace:."
dependencies:
documentation-website: "npm:^1.0.338"
documentation-website: "npm:^1.0.339"
languageName: unknown
linkType: soft

"documentation-website@npm:^1.0.338":
version: 1.0.338
resolution: "documentation-website@npm:1.0.338"
"documentation-website@npm:^1.0.339":
version: 1.0.339
resolution: "documentation-website@npm:1.0.339"
bin:
documentation-website: build/deploy.js
checksum: 10c0/18e7a47854cdcf9ac008eb23f4bbfccfd95507dc7af71fd9e148a04599abdc9948040728864e77b9a3cbe6ef9d58214d5ec4a59f69b058098531faf6075fe926
checksum: 10c0/0aad231f4a1d1803619cdbcd350e21f55f6f4c9ba2586971e49433b4a19831b4d86a5fda11635976813c98d828a37474a8dadd3fed5319981fc817feaf921913
languageName: node
linkType: hard

0 comments on commit 90aa8b1

Please sign in to comment.