@sprucelabs/spruce-profile-utils 15.7.5 → 15.7.7

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Profile Skill
2
2
 
3
+ [![AI TDD Contributor](https://regressionproof.ai/badge.svg)](https://regressionproof.ai)
4
+
3
5
  A Spruce.ai skill for managing user profile information, form completion tracking, and account settings.
4
6
 
5
7
  ## Features
@@ -51,6 +53,4 @@ yarn test
51
53
 
52
54
  ## Documentation
53
55
 
54
- For more information, visit the [Spruce Developer Documentation](https://developer.spruce.ai).
55
-
56
- [![AI TDD Contributor](https://regressionproof.ai/badge.svg)](https://regressionproof.ai)
56
+ For more information, visit [developer.spruce.bot](https://developer.spruce.bot).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-profile-utils",
3
3
  "description": "Useeful utilities",
4
- "version": "15.7.5",
4
+ "version": "15.7.7",
5
5
  "skill": {
6
6
  "namespace": "profile"
7
7
  },