@dontirun/state-machine-semaphore 0.1.521 → 0.1.522
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/.jsii +2 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3308,6 +3308,6 @@
|
|
|
3308
3308
|
"symbolId": "src/index:TableReadWriteCapacity"
|
|
3309
3309
|
}
|
|
3310
3310
|
},
|
|
3311
|
-
"version": "0.1.
|
|
3312
|
-
"fingerprint": "
|
|
3311
|
+
"version": "0.1.522",
|
|
3312
|
+
"fingerprint": "MSi5ynIgyBN3UDxBUVLopK+BhJM7dX7wqM7qicL5XyQ="
|
|
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.
|
|
180
|
+
Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.522" };
|
|
181
181
|
/**
|
|
182
182
|
* The names and associated concurrency limits and number of uses of the sempahores.
|
|
183
183
|
*/
|