@studion/infra-code-blocks 0.6.10 → 0.6.11

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.
@@ -18,7 +18,7 @@ class Password extends pulumi.ComponentResource {
18
18
  else {
19
19
  const password = new random.RandomPassword(`${this.name}-random-password`, {
20
20
  length: 16,
21
- overrideSpecial: '_%$',
21
+ overrideSpecial: '_$',
22
22
  special: true,
23
23
  }, { parent: this });
24
24
  this.value = password.result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studion/infra-code-blocks",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
4
4
  "description": "Studion common infra components",
5
5
  "keywords": [
6
6
  "infrastructure",