releasebird-javascript-sdk 1.0.70 → 1.0.73
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/.claude/settings.local.json +2 -1
- package/build/index.js +1 -1
- package/index.d.ts +5 -0
- package/package.json +5 -3
- package/published/1.0.70/index.js +1 -1
- package/published/1.0.71/index.js +1 -0
- package/published/1.0.72/index.js +1 -0
- package/published/1.0.73/index.js +1 -0
- package/published/latest/index.js +1 -1
- package/src/RbirdBannerManager.js +59 -0
- package/src/RbirdScreenshotManager.js +5 -4
- package/src/RbirdWebsiteWidget.js +239 -0
- package/src/Styles.js +142 -0
- package/src/index.js +13 -0
- package/webpack.config.js +101 -71
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"Bash(aws s3 ls:*)",
|
|
48
48
|
"Bash(aws elasticbeanstalk describe-configuration-settings:*)",
|
|
49
49
|
"Bash(aws iam list-attached-role-policies:*)",
|
|
50
|
-
"Bash(aws iam put-role-policy:*)"
|
|
50
|
+
"Bash(aws iam put-role-policy:*)",
|
|
51
|
+
"Bash(npm run build:local:*)"
|
|
51
52
|
],
|
|
52
53
|
"deny": [],
|
|
53
54
|
"ask": []
|