@dontirun/state-machine-semaphore 0.1.52 → 0.1.53
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 +3 -4
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.53",
|
|
3312
|
+
"fingerprint": "iaFhL3Nbjk1Zx21VHR5zl26bPIwWLQkffvJiKKwR71o="
|
|
3313
3313
|
}
|
package/lib/index.js
CHANGED
|
@@ -176,7 +176,7 @@ class Semaphore extends aws_stepfunctions_1.StateMachineFragment {
|
|
|
176
176
|
}
|
|
177
177
|
exports.Semaphore = Semaphore;
|
|
178
178
|
_a = JSII_RTTI_SYMBOL_1;
|
|
179
|
-
Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.
|
|
179
|
+
Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.53" };
|
|
180
180
|
/**
|
|
181
181
|
* The names and associated concurrency limits and number of uses of the sempahores.
|
|
182
182
|
*/
|
package/package.json
CHANGED
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"pre-compile": "npx projen pre-compile",
|
|
28
28
|
"release": "npx projen release",
|
|
29
29
|
"test": "npx projen test",
|
|
30
|
-
"test:update": "npx projen test:update",
|
|
31
30
|
"test:watch": "npx projen test:watch",
|
|
32
31
|
"unbump": "npx projen unbump",
|
|
33
32
|
"upgrade": "npx projen upgrade",
|
|
@@ -55,11 +54,11 @@
|
|
|
55
54
|
"jest-junit": "^13",
|
|
56
55
|
"jsii": "^1.69.0",
|
|
57
56
|
"jsii-diff": "^1.69.0",
|
|
58
|
-
"jsii-docgen": "^7.0.
|
|
57
|
+
"jsii-docgen": "^7.0.101",
|
|
59
58
|
"jsii-pacmak": "^1.69.0",
|
|
60
59
|
"json-schema": "^0.4.0",
|
|
61
60
|
"npm-check-updates": "^15",
|
|
62
|
-
"projen": "^0.
|
|
61
|
+
"projen": "^0.63.3",
|
|
63
62
|
"standard-version": "^9",
|
|
64
63
|
"ts-jest": "^27",
|
|
65
64
|
"typescript": "^4.8.4"
|
|
@@ -76,7 +75,7 @@
|
|
|
76
75
|
],
|
|
77
76
|
"main": "lib/index.js",
|
|
78
77
|
"license": "Apache-2.0",
|
|
79
|
-
"version": "0.1.
|
|
78
|
+
"version": "0.1.53",
|
|
80
79
|
"jest": {
|
|
81
80
|
"testMatch": [
|
|
82
81
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|