@dontirun/state-machine-semaphore 0.1.484 → 0.1.485

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 CHANGED
@@ -3308,6 +3308,6 @@
3308
3308
  "symbolId": "src/index:TableReadWriteCapacity"
3309
3309
  }
3310
3310
  },
3311
- "version": "0.1.484",
3312
- "fingerprint": "9yu3qMrOZO60NX7r4M7bhVMlXA0A9HF3Ic0rOkqymM0="
3311
+ "version": "0.1.485",
3312
+ "fingerprint": "2Cp9/5XiJo0Up0DodDeVMBrKVHu+a82AZaYwLz8OIE0="
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.484" };
180
+ Semaphore[_a] = { fqn: "@dontirun/state-machine-semaphore.Semaphore", version: "0.1.485" };
181
181
  /**
182
182
  * The names and associated concurrency limits and number of uses of the sempahores.
183
183
  */
package/package.json CHANGED
@@ -56,7 +56,7 @@
56
56
  "jsii-docgen": "^7.2.9",
57
57
  "jsii-pacmak": "^1.93.0",
58
58
  "jsii-rosetta": "1.x",
59
- "projen": "^0.78.8",
59
+ "projen": "^0.78.10",
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.484",
80
+ "version": "0.1.485",
81
81
  "jest": {
82
82
  "testMatch": [
83
83
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/.gitattributes DELETED
@@ -1,23 +0,0 @@
1
- # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
-
3
- *.snap linguist-generated
4
- /.eslintrc.json linguist-generated
5
- /.gitattributes linguist-generated
6
- /.github/pull_request_template.md linguist-generated
7
- /.github/workflows/auto-approve.yml linguist-generated
8
- /.github/workflows/build.yml linguist-generated
9
- /.github/workflows/pull-request-lint.yml linguist-generated
10
- /.github/workflows/release.yml linguist-generated
11
- /.github/workflows/upgrade-main.yml linguist-generated
12
- /.gitignore linguist-generated
13
- /.mergify.yml linguist-generated
14
- /.npmignore linguist-generated
15
- /.projen/** linguist-generated
16
- /.projen/deps.json linguist-generated
17
- /.projen/files.json linguist-generated
18
- /.projen/tasks.json linguist-generated
19
- /API.md linguist-generated
20
- /LICENSE linguist-generated
21
- /package.json linguist-generated
22
- /tsconfig.dev.json linguist-generated
23
- /yarn.lock linguist-generated