cloudstructs 0.9.23 → 0.9.25
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 +4 -4
- package/assets/slack-textract/detect.lambda/index.js +78 -79
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +23 -0
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +4 -1
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +10 -0
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +4 -9
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +61 -10
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +119 -0
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +33 -0
- package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +0 -2
- package/node_modules/@slack/logger/node_modules/undici-types/filereader.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +3 -1
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -38
- package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +0 -2
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +10 -2
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +10 -2
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +10 -2
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +5 -2
- package/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +7 -0
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +10 -2
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +10 -2
- package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +11 -3
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +11 -3
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +10 -2
- package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +23 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +4 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +10 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +4 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +61 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +119 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +33 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/filereader.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +3 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -38
- package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +0 -2
- package/node_modules/@slack/web-api/package.json +5 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +23 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +4 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +10 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +4 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +61 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +119 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +33 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +0 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/filereader.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +3 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -38
- package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +23 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +4 -1
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +10 -0
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +4 -9
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +61 -10
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +119 -0
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +33 -0
- package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +0 -2
- package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +3 -1
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -38
- package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +23 -0
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +4 -1
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +10 -0
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +4 -9
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +61 -10
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +119 -0
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +33 -0
- package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +0 -2
- package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +3 -1
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -38
- package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +0 -2
- package/node_modules/axios/CHANGELOG.md +49 -0
- package/node_modules/axios/README.md +20 -8
- package/node_modules/axios/dist/axios.js +34 -63
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +1 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +40 -71
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +40 -71
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +1 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +45 -75
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +5 -1
- package/node_modules/axios/index.d.ts +8 -1
- package/node_modules/axios/lib/adapters/http.js +4 -4
- package/node_modules/axios/lib/core/Axios.js +7 -2
- package/node_modules/axios/lib/core/mergeConfig.js +5 -5
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +7 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
- package/node_modules/axios/lib/helpers/validator.js +8 -0
- package/node_modules/axios/package.json +3 -3
- package/node_modules/domutils/lib/esm/feeds.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/feeds.js.map +1 -1
- package/node_modules/domutils/lib/esm/helpers.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/helpers.js.map +1 -1
- package/node_modules/domutils/lib/esm/index.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/index.js.map +1 -1
- package/node_modules/domutils/lib/esm/legacy.d.ts +11 -0
- package/node_modules/domutils/lib/esm/legacy.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/legacy.js +13 -0
- package/node_modules/domutils/lib/esm/legacy.js.map +1 -1
- package/node_modules/domutils/lib/esm/manipulation.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/manipulation.js.map +1 -1
- package/node_modules/domutils/lib/esm/querying.d.ts +5 -5
- package/node_modules/domutils/lib/esm/querying.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/querying.js +14 -19
- package/node_modules/domutils/lib/esm/querying.js.map +1 -1
- package/node_modules/domutils/lib/esm/stringify.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/stringify.js.map +1 -1
- package/node_modules/domutils/lib/esm/traversal.d.ts.map +1 -1
- package/node_modules/domutils/lib/esm/traversal.js.map +1 -1
- package/node_modules/domutils/lib/feeds.d.ts.map +1 -1
- package/node_modules/domutils/lib/feeds.js +1 -2
- package/node_modules/domutils/lib/feeds.js.map +1 -1
- package/node_modules/domutils/lib/helpers.d.ts.map +1 -1
- package/node_modules/domutils/lib/helpers.js +5 -5
- package/node_modules/domutils/lib/helpers.js.map +1 -1
- package/node_modules/domutils/lib/index.d.ts.map +1 -1
- package/node_modules/domutils/lib/index.js.map +1 -1
- package/node_modules/domutils/lib/legacy.d.ts +11 -0
- package/node_modules/domutils/lib/legacy.d.ts.map +1 -1
- package/node_modules/domutils/lib/legacy.js +21 -6
- package/node_modules/domutils/lib/legacy.js.map +1 -1
- package/node_modules/domutils/lib/manipulation.d.ts.map +1 -1
- package/node_modules/domutils/lib/manipulation.js +6 -7
- package/node_modules/domutils/lib/manipulation.js.map +1 -1
- package/node_modules/domutils/lib/querying.d.ts +5 -5
- package/node_modules/domutils/lib/querying.d.ts.map +1 -1
- package/node_modules/domutils/lib/querying.js +21 -27
- package/node_modules/domutils/lib/querying.js.map +1 -1
- package/node_modules/domutils/lib/stringify.d.ts.map +1 -1
- package/node_modules/domutils/lib/stringify.js +5 -6
- package/node_modules/domutils/lib/stringify.js.map +1 -1
- package/node_modules/domutils/lib/traversal.d.ts.map +1 -1
- package/node_modules/domutils/lib/traversal.js +8 -9
- package/node_modules/domutils/lib/traversal.js.map +1 -1
- package/node_modules/domutils/package.json +15 -15
- package/package.json +19 -19
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stringify.js","sourceRoot":"https://raw.githubusercontent.com/fb55/domutils/
|
|
1
|
+
{"version":3,"file":"stringify.js","sourceRoot":"https://raw.githubusercontent.com/fb55/domutils/41338488a4b941d89f58d777bd06c4feb4b20807/src/","sources":["stringify.ts"],"names":[],"mappings":";;;;;AAkBA,oCAKC;AASD,oCAOC;AAUD,0BAMC;AAUD,kCAOC;AAUD,8BAOC;AAzFD,yCAOoB;AACpB,kEAAkE;AAClE,iDAA6C;AAE7C;;;;;;GAMG;AACH,SAAgB,YAAY,CACxB,IAAkC,EAClC,OAA8B;IAE9B,OAAO,IAAA,wBAAU,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;AACrC,CAAC;AAED;;;;;;GAMG;AACH,SAAgB,YAAY,CACxB,IAAa,EACb,OAA8B;IAE9B,OAAO,IAAA,wBAAW,EAAC,IAAI,CAAC;QACpB,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,YAAY,CAAC,IAAI,EAAE,OAAO,CAAC,EAA3B,CAA2B,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC;QACnE,CAAC,CAAC,EAAE,CAAC;AACb,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,OAAO,CAAC,IAAyB;IAC7C,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC3D,IAAI,IAAA,kBAAK,EAAC,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC3E,IAAI,IAAA,oBAAO,EAAC,IAAI,CAAC;QAAE,OAAO,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjD,IAAI,IAAA,mBAAM,EAAC,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC,IAAI,CAAC;IACnC,OAAO,EAAE,CAAC;AACd,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,WAAW,CAAC,IAAyB;IACjD,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC/D,IAAI,IAAA,wBAAW,EAAC,IAAI,CAAC,IAAI,CAAC,IAAA,sBAAS,EAAC,IAAI,CAAC,EAAE,CAAC;QACxC,OAAO,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACtC,CAAC;IACD,IAAI,IAAA,mBAAM,EAAC,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC,IAAI,CAAC;IACnC,OAAO,EAAE,CAAC;AACd,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,SAAS,CAAC,IAAyB;IAC/C,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC7D,IAAI,IAAA,wBAAW,EAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,4BAAW,CAAC,GAAG,IAAI,IAAA,oBAAO,EAAC,IAAI,CAAC,CAAC,EAAE,CAAC;QACxE,OAAO,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACpC,CAAC;IACD,IAAI,IAAA,mBAAM,EAAC,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC,IAAI,CAAC;IACnC,OAAO,EAAE,CAAC;AACd,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"traversal.d.ts","sourceRoot":"https://raw.githubusercontent.com/fb55/domutils/
|
|
1
|
+
{"version":3,"file":"traversal.d.ts","sourceRoot":"https://raw.githubusercontent.com/fb55/domutils/41338488a4b941d89f58d777bd06c4feb4b20807/src/","sources":["traversal.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,OAAO,EACP,SAAS,EACT,OAAO,EACP,UAAU,EAEb,MAAM,YAAY,CAAC;AAEpB;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,SAAS,EAAE,CAEtD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,OAAO,GAAG,UAAU,GAAG,IAAI,CAAC;AAY5D;;;;;;;;;;GAUG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,OAAO,GAAG,OAAO,EAAE,CAepD;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAC7B,IAAI,EAAE,OAAO,EACb,IAAI,EAAE,MAAM,GACb,MAAM,GAAG,SAAS,CAEpB;AAED;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAM9D;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,CAE7C;AAED;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,CAIhE;AAED;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,CAIhE"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.getChildren = getChildren;
|
|
4
|
+
exports.getParent = getParent;
|
|
5
|
+
exports.getSiblings = getSiblings;
|
|
6
|
+
exports.getAttributeValue = getAttributeValue;
|
|
7
|
+
exports.hasAttrib = hasAttrib;
|
|
8
|
+
exports.getName = getName;
|
|
9
|
+
exports.nextElementSibling = nextElementSibling;
|
|
10
|
+
exports.prevElementSibling = prevElementSibling;
|
|
4
11
|
var domhandler_1 = require("domhandler");
|
|
5
12
|
/**
|
|
6
13
|
* Get a node's children.
|
|
@@ -12,7 +19,6 @@ var domhandler_1 = require("domhandler");
|
|
|
12
19
|
function getChildren(elem) {
|
|
13
20
|
return (0, domhandler_1.hasChildren)(elem) ? elem.children : [];
|
|
14
21
|
}
|
|
15
|
-
exports.getChildren = getChildren;
|
|
16
22
|
/**
|
|
17
23
|
* Get a node's parent.
|
|
18
24
|
*
|
|
@@ -23,7 +29,6 @@ exports.getChildren = getChildren;
|
|
|
23
29
|
function getParent(elem) {
|
|
24
30
|
return elem.parent || null;
|
|
25
31
|
}
|
|
26
|
-
exports.getParent = getParent;
|
|
27
32
|
/**
|
|
28
33
|
* Gets an elements siblings, including the element itself.
|
|
29
34
|
*
|
|
@@ -52,7 +57,6 @@ function getSiblings(elem) {
|
|
|
52
57
|
}
|
|
53
58
|
return siblings;
|
|
54
59
|
}
|
|
55
|
-
exports.getSiblings = getSiblings;
|
|
56
60
|
/**
|
|
57
61
|
* Gets an attribute from an element.
|
|
58
62
|
*
|
|
@@ -65,7 +69,6 @@ function getAttributeValue(elem, name) {
|
|
|
65
69
|
var _a;
|
|
66
70
|
return (_a = elem.attribs) === null || _a === void 0 ? void 0 : _a[name];
|
|
67
71
|
}
|
|
68
|
-
exports.getAttributeValue = getAttributeValue;
|
|
69
72
|
/**
|
|
70
73
|
* Checks whether an element has an attribute.
|
|
71
74
|
*
|
|
@@ -79,7 +82,6 @@ function hasAttrib(elem, name) {
|
|
|
79
82
|
Object.prototype.hasOwnProperty.call(elem.attribs, name) &&
|
|
80
83
|
elem.attribs[name] != null);
|
|
81
84
|
}
|
|
82
|
-
exports.hasAttrib = hasAttrib;
|
|
83
85
|
/**
|
|
84
86
|
* Get the tag name of an element.
|
|
85
87
|
*
|
|
@@ -90,7 +92,6 @@ exports.hasAttrib = hasAttrib;
|
|
|
90
92
|
function getName(elem) {
|
|
91
93
|
return elem.name;
|
|
92
94
|
}
|
|
93
|
-
exports.getName = getName;
|
|
94
95
|
/**
|
|
95
96
|
* Returns the next element sibling of a node.
|
|
96
97
|
*
|
|
@@ -106,7 +107,6 @@ function nextElementSibling(elem) {
|
|
|
106
107
|
(_a = next, next = _a.next);
|
|
107
108
|
return next;
|
|
108
109
|
}
|
|
109
|
-
exports.nextElementSibling = nextElementSibling;
|
|
110
110
|
/**
|
|
111
111
|
* Returns the previous element sibling of a node.
|
|
112
112
|
*
|
|
@@ -122,5 +122,4 @@ function prevElementSibling(elem) {
|
|
|
122
122
|
(_a = prev, prev = _a.prev);
|
|
123
123
|
return prev;
|
|
124
124
|
}
|
|
125
|
-
exports.prevElementSibling = prevElementSibling;
|
|
126
125
|
//# sourceMappingURL=traversal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"traversal.js","sourceRoot":"https://raw.githubusercontent.com/fb55/domutils/
|
|
1
|
+
{"version":3,"file":"traversal.js","sourceRoot":"https://raw.githubusercontent.com/fb55/domutils/41338488a4b941d89f58d777bd06c4feb4b20807/src/","sources":["traversal.ts"],"names":[],"mappings":";;AAgBA,kCAEC;AAUD,8BAEC;AAaD,kCAeC;AAUD,8CAKC;AAUD,8BAMC;AASD,0BAEC;AAUD,gDAIC;AAUD,gDAIC;AAhID,yCAOoB;AAEpB;;;;;;GAMG;AACH,SAAgB,WAAW,CAAC,IAAa;IACrC,OAAO,IAAA,wBAAW,EAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;AAClD,CAAC;AAGD;;;;;;GAMG;AACH,SAAgB,SAAS,CAAC,IAAa;IACnC,OAAO,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC;AAC/B,CAAC;AAED;;;;;;;;;;GAUG;AACH,SAAgB,WAAW,CAAC,IAAa;;IACrC,IAAM,MAAM,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;IAC/B,IAAI,MAAM,IAAI,IAAI;QAAE,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC;IAE/C,IAAM,QAAQ,GAAG,CAAC,IAAI,CAAC,CAAC;IAClB,IAAA,IAAI,GAAW,IAAI,KAAf,EAAE,IAAI,GAAK,IAAI,KAAT,CAAU;IAC1B,OAAO,IAAI,IAAI,IAAI,EAAE,CAAC;QAClB,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QACvB,CAAC,KAAW,IAAI,EAAb,IAAI,UAAA,CAAU,CAAC;IACtB,CAAC;IACD,OAAO,IAAI,IAAI,IAAI,EAAE,CAAC;QAClB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACpB,CAAC,KAAW,IAAI,EAAb,IAAI,UAAA,CAAU,CAAC;IACtB,CAAC;IACD,OAAO,QAAQ,CAAC;AACpB,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,iBAAiB,CAC7B,IAAa,EACb,IAAY;;IAEZ,OAAO,MAAA,IAAI,CAAC,OAAO,0CAAG,IAAI,CAAC,CAAC;AAChC,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,SAAS,CAAC,IAAa,EAAE,IAAY;IACjD,OAAO,CACH,IAAI,CAAC,OAAO,IAAI,IAAI;QACpB,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC;QACxD,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAC7B,CAAC;AACN,CAAC;AAED;;;;;;GAMG;AACH,SAAgB,OAAO,CAAC,IAAa;IACjC,OAAO,IAAI,CAAC,IAAI,CAAC;AACrB,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,kBAAkB,CAAC,IAAa;;IACtC,IAAA,IAAI,GAAK,IAAI,KAAT,CAAU;IACpB,OAAO,IAAI,KAAK,IAAI,IAAI,CAAC,IAAA,kBAAK,EAAC,IAAI,CAAC;QAAE,CAAC,KAAW,IAAI,EAAb,IAAI,UAAA,CAAU,CAAC;IACxD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED;;;;;;;GAOG;AACH,SAAgB,kBAAkB,CAAC,IAAa;;IACtC,IAAA,IAAI,GAAK,IAAI,KAAT,CAAU;IACpB,OAAO,IAAI,KAAK,IAAI,IAAI,CAAC,IAAA,kBAAK,EAAC,IAAI,CAAC;QAAE,CAAC,KAAW,IAAI,EAAb,IAAI,UAAA,CAAU,CAAC;IACxD,OAAO,IAAI,CAAC;AAChB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "domutils",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Utilities for working with htmlparser2's dom",
|
|
5
5
|
"author": "Felix Boehm <me@feedic.com>",
|
|
6
6
|
"funding": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build": "npm run build:cjs && npm run build:esm",
|
|
32
32
|
"build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/domutils/$(git rev-parse HEAD)/src/",
|
|
33
33
|
"build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json",
|
|
34
|
-
"build:docs": "typedoc
|
|
34
|
+
"build:docs": "typedoc src",
|
|
35
35
|
"prepare": "npm run build"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
@@ -48,19 +48,19 @@
|
|
|
48
48
|
"domhandler": "^5.0.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@types/jest": "^29.5.
|
|
52
|
-
"@types/node": "^
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
54
|
-
"@typescript-eslint/parser": "^
|
|
55
|
-
"eslint": "^8.
|
|
56
|
-
"eslint-config-prettier": "^
|
|
57
|
-
"eslint-plugin-jsdoc": "^
|
|
58
|
-
"htmlparser2": "~
|
|
59
|
-
"jest": "^29.
|
|
60
|
-
"prettier": "^
|
|
61
|
-
"ts-jest": "^29.
|
|
62
|
-
"typedoc": "^0.
|
|
63
|
-
"typescript": "^5.
|
|
51
|
+
"@types/jest": "^29.5.14",
|
|
52
|
+
"@types/node": "^22.10.2",
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
54
|
+
"@typescript-eslint/parser": "^8.18.1",
|
|
55
|
+
"eslint": "^8.57.1",
|
|
56
|
+
"eslint-config-prettier": "^9.1.0",
|
|
57
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
58
|
+
"htmlparser2": "~9.1.0",
|
|
59
|
+
"jest": "^29.7.0",
|
|
60
|
+
"prettier": "^3.4.2",
|
|
61
|
+
"ts-jest": "^29.2.5",
|
|
62
|
+
"typedoc": "^0.27.5",
|
|
63
|
+
"typescript": "^5.7.2"
|
|
64
64
|
},
|
|
65
65
|
"jest": {
|
|
66
66
|
"preset": "ts-jest",
|
package/package.json
CHANGED
|
@@ -91,19 +91,19 @@
|
|
|
91
91
|
"organization": false
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
95
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
96
|
-
"@aws-sdk/client-ecr": "^3.
|
|
97
|
-
"@aws-sdk/client-ecs": "^3.
|
|
98
|
-
"@aws-sdk/client-eventbridge": "^3.
|
|
99
|
-
"@aws-sdk/client-iam": "^3.
|
|
100
|
-
"@aws-sdk/client-s3": "^3.
|
|
101
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
102
|
-
"@aws-sdk/client-sfn": "^3.
|
|
103
|
-
"@aws-sdk/client-textract": "^3.
|
|
104
|
-
"@aws-sdk/lib-dynamodb": "^3.
|
|
94
|
+
"@aws-sdk/client-cloudformation": "^3.716.0",
|
|
95
|
+
"@aws-sdk/client-dynamodb": "^3.716.0",
|
|
96
|
+
"@aws-sdk/client-ecr": "^3.718.0",
|
|
97
|
+
"@aws-sdk/client-ecs": "^3.716.0",
|
|
98
|
+
"@aws-sdk/client-eventbridge": "^3.716.0",
|
|
99
|
+
"@aws-sdk/client-iam": "^3.716.0",
|
|
100
|
+
"@aws-sdk/client-s3": "^3.717.0",
|
|
101
|
+
"@aws-sdk/client-secrets-manager": "^3.716.0",
|
|
102
|
+
"@aws-sdk/client-sfn": "^3.716.0",
|
|
103
|
+
"@aws-sdk/client-textract": "^3.716.0",
|
|
104
|
+
"@aws-sdk/lib-dynamodb": "^3.716.0",
|
|
105
105
|
"@stylistic/eslint-plugin": "^2",
|
|
106
|
-
"@types/aws-lambda": "^8.10.
|
|
106
|
+
"@types/aws-lambda": "^8.10.146",
|
|
107
107
|
"@types/jest": "^29",
|
|
108
108
|
"@types/mjml": "^4.7.4",
|
|
109
109
|
"@types/node": "^18",
|
|
@@ -116,19 +116,19 @@
|
|
|
116
116
|
"aws-sdk-client-mock-jest": "^2.2.0",
|
|
117
117
|
"commit-and-tag-version": "^12",
|
|
118
118
|
"constructs": "10.0.5",
|
|
119
|
-
"esbuild": "^0.24.
|
|
119
|
+
"esbuild": "^0.24.2",
|
|
120
120
|
"eslint": "^9",
|
|
121
|
-
"eslint-import-resolver-typescript": "^3.
|
|
121
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
122
122
|
"eslint-plugin-import": "^2.31.0",
|
|
123
123
|
"jest": "^29",
|
|
124
124
|
"jest-junit": "^15",
|
|
125
125
|
"jsii": "5.x",
|
|
126
|
-
"jsii-diff": "^1.
|
|
126
|
+
"jsii-diff": "^1.106.0",
|
|
127
127
|
"jsii-docgen": "^10.5.0",
|
|
128
|
-
"jsii-pacmak": "^1.
|
|
128
|
+
"jsii-pacmak": "^1.106.0",
|
|
129
129
|
"jsii-rosetta": "5.x",
|
|
130
130
|
"nock": "^13.5.6",
|
|
131
|
-
"projen": "^0.
|
|
131
|
+
"projen": "^0.91.4",
|
|
132
132
|
"ts-jest": "^29",
|
|
133
133
|
"ts-node": "^10.9.2",
|
|
134
134
|
"typescript": "^5.7.2"
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"constructs": "^10.0.5"
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
|
-
"@slack/web-api": "^7.
|
|
141
|
+
"@slack/web-api": "^7.8.0",
|
|
142
142
|
"got": "^11.8.6",
|
|
143
143
|
"mjml": "^4.15.3"
|
|
144
144
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"publishConfig": {
|
|
156
156
|
"access": "public"
|
|
157
157
|
},
|
|
158
|
-
"version": "0.9.
|
|
158
|
+
"version": "0.9.25",
|
|
159
159
|
"jest": {
|
|
160
160
|
"coverageProvider": "v8",
|
|
161
161
|
"testMatch": [
|