@fusionauth/typescript-client 1.49.1 → 1.50.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/README.md +8 -0
- package/build/src/FusionAuthClient.d.ts +3858 -3715
- package/build/src/FusionAuthClient.js +766 -627
- package/build/src/FusionAuthClient.js.map +1 -1
- package/dist/fusionauth-typescript-client.js +767 -628
- package/dist/fusionauth-typescript-client.min.js +1 -1
- package/dist/fusionauth-typescript-client.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,3 +40,11 @@ Bug reports and pull requests are welcome on GitHub.
|
|
|
40
40
|
|
|
41
41
|
This code is available as open source under the terms of the [Apache v2.0 License](https://opensource.org/licenses/Apache-2.0).
|
|
42
42
|
|
|
43
|
+
|
|
44
|
+
## Upgrade Policy
|
|
45
|
+
|
|
46
|
+
This library is built automatically to keep track of the FusionAuth API, and may also receive updates with bug fixes, security patches, tests, code samples, or documentation changes.
|
|
47
|
+
|
|
48
|
+
These releases may also update dependencies, language engines, and operating systems, as we\'ll follow the deprecation and sunsetting policies of the underlying technologies that it uses.
|
|
49
|
+
|
|
50
|
+
This means that after a dependency (e.g. language, framework, or operating system) is deprecated by its maintainer, this library will also be deprecated by us, and will eventually be updated to use a newer version.
|