ts-forge 2.0.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 +4 -0
- package/README.md +1 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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