@smithy/property-provider 1.0.2 → 1.1.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.
@@ -1,6 +1,6 @@
1
1
  import { ProviderError } from "./ProviderError";
2
2
  /**
3
- * @internal
3
+ * @public
4
4
  *
5
5
  * An error representing a failure of an individual credential provider.
6
6
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @internal
2
+ * @public
3
3
  *
4
4
  * An error representing a failure of an individual provider.
5
5
  *
@@ -1,6 +1,6 @@
1
1
  import { ProviderError } from "./ProviderError";
2
2
  /**
3
- * @internal
3
+ * @public
4
4
  *
5
5
  * An error representing a failure of an individual token provider.
6
6
  *
@@ -1,6 +1,6 @@
1
1
  import { ProviderError } from "./ProviderError";
2
2
  /**
3
- * @internal
3
+ * @public
4
4
  *
5
5
  * An error representing a failure of an individual credential provider.
6
6
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @internal
2
+ * @public
3
3
  *
4
4
  * An error representing a failure of an individual provider.
5
5
  *
@@ -1,6 +1,6 @@
1
1
  import { ProviderError } from "./ProviderError";
2
2
  /**
3
- * @internal
3
+ * @public
4
4
  *
5
5
  * An error representing a failure of an individual token provider.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^1.1.1",
25
+ "@smithy/types": "^2.0.0",
26
26
  "tslib": "^2.5.0"
27
27
  },
28
28
  "engines": {