ts-forge 2.0.0-beta.0 → 2.0.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.0.1
2
+
3
+ - README.md: updated documentation
4
+
1
5
  ## v2.0.0-beta.0
2
6
 
3
7
  - Resolved warnings from TypeScript 6.0
package/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # ts-forge
2
2
 
3
- [npm version](https://badge.fury.io/js/ts-forge)
4
- [npm downloads](https://www.npmjs.com/package/ts-forge)
5
-
6
3
  This library allows you to define resolvers for your Atlassian Forge addon using decorators. It uses the `@forge/resolver` library under the hood to define resolvers, but it provides a more convenient way to define them using decorators.
7
4
 
8
5
  ## Table of contents
@@ -738,4 +735,4 @@ modules:
738
735
 
739
736
  ## License
740
737
 
741
- MIT
738
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-forge",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.1",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "vitest --run --coverage",