@dontirun/state-machine-semaphore 0.1.0 → 0.1.1

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/.gitattributes CHANGED
@@ -16,6 +16,7 @@
16
16
  /.projen/deps.json linguist-generated
17
17
  /.projen/files.json linguist-generated
18
18
  /.projen/tasks.json linguist-generated
19
+ /API.md linguist-generated
19
20
  /LICENSE linguist-generated
20
21
  /package.json linguist-generated
21
22
  /tsconfig.dev.json linguist-generated
package/.jsii CHANGED
@@ -3298,6 +3298,6 @@
3298
3298
  "symbolId": "src/index:TableReadWriteCapacity"
3299
3299
  }
3300
3300
  },
3301
- "version": "0.1.0",
3302
- "fingerprint": "y6oYFeIJXupfNQnaMCZlL8ffdTZGJuqJ0qGm58Mz1gE="
3301
+ "version": "0.1.1",
3302
+ "fingerprint": "wiT+WqiSC7ySX0fdVNMyrReIDsEO7GEzk5GdgEqYwJw="
3303
3303
  }
package/lib/index.js CHANGED
@@ -173,7 +173,7 @@ class Semaphore extends aws_stepfunctions_1.StateMachineFragment {
173
173
  }
174
174
  exports.Semaphore = Semaphore;
175
175
  _a = JSII_RTTI_SYMBOL_1;
176
- Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.0" };
176
+ Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.1" };
177
177
  /**
178
178
  * The names and associated concurrency limits and number of uses of the sempahores.
179
179
  */
package/package.json CHANGED
@@ -53,11 +53,11 @@
53
53
  "jest-junit": "^13",
54
54
  "jsii": "^1.63.2",
55
55
  "jsii-diff": "^1.63.2",
56
- "jsii-docgen": "^7.0.61",
56
+ "jsii-docgen": "^7.0.64",
57
57
  "jsii-pacmak": "^1.63.2",
58
58
  "json-schema": "^0.4.0",
59
59
  "npm-check-updates": "^15",
60
- "projen": "^0.60.10",
60
+ "projen": "^0.61.1",
61
61
  "standard-version": "^9",
62
62
  "ts-jest": "^27",
63
63
  "typescript": "^4.7.4"
@@ -74,7 +74,7 @@
74
74
  ],
75
75
  "main": "lib/index.js",
76
76
  "license": "Apache-2.0",
77
- "version": "0.1.0",
77
+ "version": "0.1.1",
78
78
  "jest": {
79
79
  "testMatch": [
80
80
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",