@dontirun/state-machine-semaphore 0.1.551 → 0.1.552

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/.jsii +3 -3
  2. package/lib/index.js +1 -1
  3. package/package.json +3 -3
package/.jsii CHANGED
@@ -2971,7 +2971,7 @@
2971
2971
  "stability": "stable"
2972
2972
  },
2973
2973
  "homepage": "https://github.com/dontirun/state-machine-semaphore.git",
2974
- "jsiiVersion": "1.95.0 (build f1ff514)",
2974
+ "jsiiVersion": "1.96.0 (build 921e240)",
2975
2975
  "keywords": [
2976
2976
  "cdk",
2977
2977
  "dynamodb",
@@ -3308,6 +3308,6 @@
3308
3308
  "symbolId": "src/index:TableReadWriteCapacity"
3309
3309
  }
3310
3310
  },
3311
- "version": "0.1.551",
3312
- "fingerprint": "UHOp5V9rAAncoMh6s4KJszkvshzE7bCgK8TKdemnujA="
3311
+ "version": "0.1.552",
3312
+ "fingerprint": "u1WGYO7/4h4lF7TG7OkEI3F9QIqsqLpKQkUdgJP9/FI="
3313
3313
  }
package/lib/index.js CHANGED
@@ -177,7 +177,7 @@ class Semaphore extends aws_stepfunctions_1.StateMachineFragment {
177
177
  }
178
178
  exports.Semaphore = Semaphore;
179
179
  _a = JSII_RTTI_SYMBOL_1;
180
- Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.551" };
180
+ Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.552" };
181
181
  /**
182
182
  * The names and associated concurrency limits and number of uses of the sempahores.
183
183
  */
package/package.json CHANGED
@@ -52,9 +52,9 @@
52
52
  "jest": "^27",
53
53
  "jest-junit": "^15",
54
54
  "jsii": "1.x",
55
- "jsii-diff": "^1.95.0",
55
+ "jsii-diff": "^1.96.0",
56
56
  "jsii-docgen": "^7.2.9",
57
- "jsii-pacmak": "^1.95.0",
57
+ "jsii-pacmak": "^1.96.0",
58
58
  "jsii-rosetta": "1.x",
59
59
  "projen": "^0.80.12",
60
60
  "standard-version": "^9",
@@ -77,7 +77,7 @@
77
77
  ],
78
78
  "main": "lib/index.js",
79
79
  "license": "Apache-2.0",
80
- "version": "0.1.551",
80
+ "version": "0.1.552",
81
81
  "jest": {
82
82
  "testMatch": [
83
83
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",