@dontirun/state-machine-semaphore 0.1.3 → 0.1.4

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.
Files changed (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/index.js +1 -1
  3. package/package.json +3 -3
package/.jsii CHANGED
@@ -3305,6 +3305,6 @@
3305
3305
  "symbolId": "src/index:TableReadWriteCapacity"
3306
3306
  }
3307
3307
  },
3308
- "version": "0.1.3",
3309
- "fingerprint": "1rn+UNba0giHEMzM34GntGKWZuje7LpAeLOTmek1fyU="
3308
+ "version": "0.1.4",
3309
+ "fingerprint": "MEuTwF7AI7hV+DpVhoo4zCL3yPMIsW0LtCONf2tUVZ0="
3310
3310
  }
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.3" };
179
+ Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.4" };
180
180
  /**
181
181
  * The names and associated concurrency limits and number of uses of the sempahores.
182
182
  */
package/package.json CHANGED
@@ -54,11 +54,11 @@
54
54
  "jest-junit": "^13",
55
55
  "jsii": "^1.63.2",
56
56
  "jsii-diff": "^1.63.2",
57
- "jsii-docgen": "^7.0.65",
57
+ "jsii-docgen": "^7.0.66",
58
58
  "jsii-pacmak": "^1.63.2",
59
59
  "json-schema": "^0.4.0",
60
60
  "npm-check-updates": "^15",
61
- "projen": "^0.61.2",
61
+ "projen": "^0.61.3",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^27",
64
64
  "typescript": "^4.7.4"
@@ -75,7 +75,7 @@
75
75
  ],
76
76
  "main": "lib/index.js",
77
77
  "license": "Apache-2.0",
78
- "version": "0.1.3",
78
+ "version": "0.1.4",
79
79
  "jest": {
80
80
  "testMatch": [
81
81
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",