@dontirun/state-machine-semaphore 0.1.574 → 0.1.576

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 +2 -2
  2. package/lib/index.js +1 -1
  3. 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.574",
3312
- "fingerprint": "UIDagwGqVVjhHSSALoR/AJWLHa0xr9mbRREKGoWWX88="
3311
+ "version": "0.1.576",
3312
+ "fingerprint": "R/55fumXzw12JRvcZIfo0LJXOatzvHBNnqHbpoMHDDU="
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.574" };
180
+ Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.576" };
181
181
  /**
182
182
  * The names and associated concurrency limits and number of uses of the sempahores.
183
183
  */
package/package.json CHANGED
@@ -77,7 +77,7 @@
77
77
  ],
78
78
  "main": "lib/index.js",
79
79
  "license": "Apache-2.0",
80
- "version": "0.1.574",
80
+ "version": "0.1.576",
81
81
  "jest": {
82
82
  "testMatch": [
83
83
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",