resuml 1.13.0 → 1.13.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/dist/index.cjs +26 -1
- package/dist/index.cjs.map +1 -1
- package/dist/mcp/server.cjs +26 -1
- package/dist/mcp/server.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -961,7 +961,32 @@ var init_en = __esm({
|
|
|
961
961
|
"monthly",
|
|
962
962
|
"quarterly",
|
|
963
963
|
"annual",
|
|
964
|
-
"annually"
|
|
964
|
+
"annually",
|
|
965
|
+
// More generic words that aren't skills
|
|
966
|
+
"code",
|
|
967
|
+
"coding",
|
|
968
|
+
"url",
|
|
969
|
+
"contact",
|
|
970
|
+
"information",
|
|
971
|
+
"apply",
|
|
972
|
+
"application",
|
|
973
|
+
"review",
|
|
974
|
+
"reviews",
|
|
975
|
+
"quality",
|
|
976
|
+
"scale",
|
|
977
|
+
"scalable",
|
|
978
|
+
"system",
|
|
979
|
+
"systems",
|
|
980
|
+
"solution",
|
|
981
|
+
"feature",
|
|
982
|
+
"features",
|
|
983
|
+
"project",
|
|
984
|
+
"projects",
|
|
985
|
+
"build",
|
|
986
|
+
"building",
|
|
987
|
+
"deliver",
|
|
988
|
+
"delivery",
|
|
989
|
+
"cross-functional"
|
|
965
990
|
]
|
|
966
991
|
};
|
|
967
992
|
en_default = en;
|