Skip to content

Commit ba9c424

Browse files
committed
chore: deprecating the component
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent 24bae6d commit ba9c424

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# amf-helper-mixin
1+
# DEPRECATED
2+
3+
This component is being deprecated. The code base has been moved to [amf-components](https://github.com/advanced-rest-client/amf-components) module. This module will be archived when [PR 1](https://github.com/advanced-rest-client/amf-components/pull/1) is merged.
4+
5+
-----
26

37
Common functions used by AMF components to compute AMF values.
48
This mixin is safe to use in both Polymer and LitElement projects as well as pure web components.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@api-components/amf-helper-mixin",
33
"description": "A mixin with common functions user by most AMF components to compute AMF values",
4-
"version": "4.5.16",
4+
"version": "4.5.17",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"module": "index.js",

0 commit comments

Comments
 (0)