aws-delivlib 14.9.24 → 14.9.26
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/lib/publishing/github/node_modules/.yarn-integrity +1 -1
- package/lib/publishing/github/node_modules/universal-user-agent/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/universal-user-agent/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/universal-user-agent/dist-src/index.js +1 -1
- package/lib/publishing/github/node_modules/universal-user-agent/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/universal-user-agent/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/universal-user-agent/package.json +1 -1
- package/package.json +2 -2
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"typescript@~4.9.4": "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a",
|
|
91
91
|
"undici-types@~5.26.4": "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617",
|
|
92
92
|
"universal-github-app-jwt@^1.1.1": "https://registry.yarnpkg.com/universal-github-app-jwt/-/universal-github-app-jwt-1.1.1.tgz#d57cee49020662a95ca750a057e758a1a7190e6e",
|
|
93
|
-
"universal-user-agent@^6.0.0": "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.
|
|
93
|
+
"universal-user-agent@^6.0.0": "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa",
|
|
94
94
|
"webidl-conversions@^3.0.0": "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871",
|
|
95
95
|
"whatwg-url@^5.0.0": "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d",
|
|
96
96
|
"wrappy@1": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
|
|
@@ -7,7 +7,7 @@ function getUserAgent() {
|
|
|
7
7
|
return navigator.userAgent;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
if (typeof process === "object" &&
|
|
10
|
+
if (typeof process === "object" && process.version !== undefined) {
|
|
11
11
|
return `Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`;
|
|
12
12
|
}
|
|
13
13
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../dist-src/index.js"],"sourcesContent":["export function getUserAgent() {\n if (typeof navigator === \"object\" && \"userAgent\" in navigator) {\n return navigator.userAgent;\n }\n if (typeof process === \"object\" &&
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../dist-src/index.js"],"sourcesContent":["export function getUserAgent() {\n if (typeof navigator === \"object\" && \"userAgent\" in navigator) {\n return navigator.userAgent;\n }\n if (typeof process === \"object\" && process.version !== undefined) {\n return `Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`;\n }\n return \"<environment undetectable>\";\n}\n"],"names":["getUserAgent","navigator","userAgent","process","version","undefined","substr","platform","arch"],"mappings":";;;;AAAO,SAASA,YAAT,GAAwB;AAC3B,MAAI,OAAOC,SAAP,KAAqB,QAArB,IAAiC,eAAeA,SAApD,EAA+D;AAC3D,WAAOA,SAAS,CAACC,SAAjB;AACH;;AACD,MAAI,OAAOC,OAAP,KAAmB,QAAnB,IAA+BA,OAAO,CAACC,OAAR,KAAoBC,SAAvD,EAAkE;AAC9D,WAAQ,WAAUF,OAAO,CAACC,OAAR,CAAgBE,MAAhB,CAAuB,CAAvB,CAA0B,KAAIH,OAAO,CAACI,QAAS,KAAIJ,OAAO,CAACK,IAAK,GAAlF;AACH;;AACD,SAAO,4BAAP;AACH;;;;"}
|
|
@@ -2,7 +2,7 @@ export function getUserAgent() {
|
|
|
2
2
|
if (typeof navigator === "object" && "userAgent" in navigator) {
|
|
3
3
|
return navigator.userAgent;
|
|
4
4
|
}
|
|
5
|
-
if (typeof process === "object" &&
|
|
5
|
+
if (typeof process === "object" && process.version !== undefined) {
|
|
6
6
|
return `Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`;
|
|
7
7
|
}
|
|
8
8
|
return "<environment undetectable>";
|
|
@@ -2,7 +2,7 @@ function getUserAgent() {
|
|
|
2
2
|
if (typeof navigator === "object" && "userAgent" in navigator) {
|
|
3
3
|
return navigator.userAgent;
|
|
4
4
|
}
|
|
5
|
-
if (typeof process === "object" &&
|
|
5
|
+
if (typeof process === "object" && process.version !== undefined) {
|
|
6
6
|
return `Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`;
|
|
7
7
|
}
|
|
8
8
|
return "<environment undetectable>";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../dist-src/index.js"],"sourcesContent":["export function getUserAgent() {\n if (typeof navigator === \"object\" && \"userAgent\" in navigator) {\n return navigator.userAgent;\n }\n if (typeof process === \"object\" &&
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../dist-src/index.js"],"sourcesContent":["export function getUserAgent() {\n if (typeof navigator === \"object\" && \"userAgent\" in navigator) {\n return navigator.userAgent;\n }\n if (typeof process === \"object\" && process.version !== undefined) {\n return `Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`;\n }\n return \"<environment undetectable>\";\n}\n"],"names":[],"mappings":"AAAO,SAAS,YAAY,GAAG;AAC/B,IAAI,IAAI,OAAO,SAAS,KAAK,QAAQ,IAAI,WAAW,IAAI,SAAS,EAAE;AACnE,QAAQ,OAAO,SAAS,CAAC,SAAS,CAAC;AACnC,KAAK;AACL,IAAI,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;AACtE,QAAQ,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC7F,KAAK;AACL,IAAI,OAAO,4BAA4B,CAAC;AACxC;;;;"}
|
package/package.json
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"minipass": "3.2.1",
|
|
67
67
|
"node-ical": "0.15.1",
|
|
68
68
|
"npm-check-updates": "^16",
|
|
69
|
-
"projen": "^0.76.
|
|
69
|
+
"projen": "^0.76.20",
|
|
70
70
|
"rrule": "^2.7.2",
|
|
71
71
|
"standard-version": "^9",
|
|
72
72
|
"tar": "^6.2.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
"main": "lib/index.js",
|
|
94
94
|
"license": "Apache-2.0",
|
|
95
|
-
"version": "14.9.
|
|
95
|
+
"version": "14.9.26",
|
|
96
96
|
"jest": {
|
|
97
97
|
"testMatch": [
|
|
98
98
|
"**/lib/__tests__/**/?(*.)+(spec|test).js?(x)"
|