@aws-sdk/util-arn-parser 3.495.0 → 3.535.0

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/dist-cjs/index.js CHANGED
@@ -55,8 +55,10 @@ var build = /* @__PURE__ */ __name((arnObject) => {
55
55
  return `arn:${partition}:${service}:${region}:${accountId}:${resource}`;
56
56
  }, "build");
57
57
  // Annotate the CommonJS export names for ESM import in node:
58
+
58
59
  0 && (module.exports = {
59
- build,
60
+ validate,
60
61
  parse,
61
- validate
62
+ build
62
63
  });
64
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-arn-parser",
3
- "version": "3.495.0",
3
+ "version": "3.535.0",
4
4
  "description": "A parser to Amazon Resource Names",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "tslib": "^2.5.0"
23
+ "tslib": "^2.6.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@tsconfig/recommended": "1.0.1",