@gammarers/aws-bucket-object-created-notifier 0.0.19 → 0.0.20
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 +3 -3
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -3662,7 +3662,7 @@
|
|
|
3662
3662
|
"stability": "stable"
|
|
3663
3663
|
},
|
|
3664
3664
|
"homepage": "https://github.com/gammarers/aws-bucket-object-created-notifier.git",
|
|
3665
|
-
"jsiiVersion": "5.5.
|
|
3665
|
+
"jsiiVersion": "5.5.30 (build d916883)",
|
|
3666
3666
|
"keywords": [
|
|
3667
3667
|
"cdk"
|
|
3668
3668
|
],
|
|
@@ -3729,6 +3729,6 @@
|
|
|
3729
3729
|
"symbolId": "src/index:BukectObjectCreatedNotifier"
|
|
3730
3730
|
}
|
|
3731
3731
|
},
|
|
3732
|
-
"version": "0.0.
|
|
3733
|
-
"fingerprint": "
|
|
3732
|
+
"version": "0.0.20",
|
|
3733
|
+
"fingerprint": "vk7JV57xhLo07yb6uqbwH30FPhX5GPMXK/rAXgF0UE4="
|
|
3734
3734
|
}
|
package/lib/index.js
CHANGED
|
@@ -11,5 +11,5 @@ class BukectObjectCreatedNotifier extends constructs_1.Construct {
|
|
|
11
11
|
}
|
|
12
12
|
exports.BukectObjectCreatedNotifier = BukectObjectCreatedNotifier;
|
|
13
13
|
_a = JSII_RTTI_SYMBOL_1;
|
|
14
|
-
BukectObjectCreatedNotifier[_a] = { fqn: "@gammarers/aws-bucket-object-created-notifier.BukectObjectCreatedNotifier", version: "0.0.
|
|
14
|
+
BukectObjectCreatedNotifier[_a] = { fqn: "@gammarers/aws-bucket-object-created-notifier.BukectObjectCreatedNotifier", version: "0.0.20" };
|
|
15
15
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSwyQ0FBdUM7QUFFdkMsTUFBYSwyQkFBNEIsU0FBUSxzQkFBUztJQUN4RCxZQUFZLEtBQWdCLEVBQUUsRUFBVTtRQUN0QyxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ25CLENBQUM7O0FBSEgsa0VBSUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcblxuZXhwb3J0IGNsYXNzIEJ1a2VjdE9iamVjdENyZWF0ZWROb3RpZmllciBleHRlbmRzIENvbnN0cnVjdCB7XG4gIGNvbnN0cnVjdG9yKHNjb3BlOiBDb25zdHJ1Y3QsIGlkOiBzdHJpbmcpIHtcbiAgICBzdXBlcihzY29wZSwgaWQpO1xuICB9XG59Il19
|
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"commit-and-tag-version": "^12",
|
|
44
44
|
"constructs": "10.0.5",
|
|
45
45
|
"eslint": "^9",
|
|
46
|
-
"eslint-import-resolver-typescript": "^3.10.
|
|
46
|
+
"eslint-import-resolver-typescript": "^3.10.1",
|
|
47
47
|
"eslint-plugin-import": "^2.31.0",
|
|
48
48
|
"jest": "^29.7.0",
|
|
49
49
|
"jest-junit": "^16",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"jsii-docgen": "^10.5.0",
|
|
53
53
|
"jsii-pacmak": "^1.111.0",
|
|
54
54
|
"jsii-rosetta": "5.5.x",
|
|
55
|
-
"projen": "^0.91.
|
|
55
|
+
"projen": "^0.91.26",
|
|
56
56
|
"ts-jest": "^29.3.2",
|
|
57
57
|
"ts-node": "^10.9.2",
|
|
58
58
|
"typescript": "5.5.x"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"version": "0.0.
|
|
75
|
+
"version": "0.0.20",
|
|
76
76
|
"jest": {
|
|
77
77
|
"coverageProvider": "v8",
|
|
78
78
|
"testMatch": [
|