@trackunit/custom-field-api 0.1.195 → 0.1.197

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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- > **⚠️ Beta**
2
- >
3
- > This is a beta version and subject to change without notice.
4
-
5
1
  # Trackunit custom-field-api
6
2
 
7
3
  The `@trackunit/custom-field-api` package contains a set of function and apis used to interact with the CustomFields part of the Public GraphQL.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/custom-field-api",
3
- "version": "0.1.195",
3
+ "version": "0.1.197",
4
4
  "engines": {
5
5
  "node": ">=20.x"
6
6
  },