@dontirun/state-machine-semaphore 0.1.564 → 0.1.565

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 +4 -4
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.96.0 (build 921e240)",
2974
+ "jsiiVersion": "1.97.0 (build 729de35)",
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.564",
3312
- "fingerprint": "bMr5cnN0pZDBhrOIpkA+sd+teYOZPAVCn8VYlzu0T0g="
3311
+ "version": "0.1.565",
3312
+ "fingerprint": "c84oIIcpLXDk+TSLe2S4togNS0BH9FT7M6Nu3/HHTE0="
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.564" };
180
+ Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.565" };
181
181
  /**
182
182
  * The names and associated concurrency limits and number of uses of the sempahores.
183
183
  */
package/package.json CHANGED
@@ -52,11 +52,11 @@
52
52
  "jest": "^27",
53
53
  "jest-junit": "^15",
54
54
  "jsii": "1.x",
55
- "jsii-diff": "^1.96.0",
55
+ "jsii-diff": "^1.97.0",
56
56
  "jsii-docgen": "^7.2.9",
57
- "jsii-pacmak": "^1.96.0",
57
+ "jsii-pacmak": "^1.97.0",
58
58
  "jsii-rosetta": "1.x",
59
- "projen": "^0.80.19",
59
+ "projen": "^0.80.20",
60
60
  "standard-version": "^9",
61
61
  "ts-jest": "^27",
62
62
  "typescript": "^4.9.5"
@@ -77,7 +77,7 @@
77
77
  ],
78
78
  "main": "lib/index.js",
79
79
  "license": "Apache-2.0",
80
- "version": "0.1.564",
80
+ "version": "0.1.565",
81
81
  "jest": {
82
82
  "testMatch": [
83
83
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",