chore: version packages
Initial release of 100+ official TPMJS tools
This commit is contained in:
parent
0c9a964d6d
commit
3e0f487522
212 changed files with 869 additions and 117 deletions
22
.env.production
Normal file
22
.env.production
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Created by Vercel CLI
|
||||
NX_DAEMON="false"
|
||||
TURBO_CACHE="remote:rw"
|
||||
TURBO_DOWNLOAD_LOCAL_ENABLED="true"
|
||||
TURBO_REMOTE_ONLY="true"
|
||||
TURBO_RUN_SUMMARY="true"
|
||||
VERCEL="1"
|
||||
VERCEL_ENV="production"
|
||||
VERCEL_GIT_COMMIT_AUTHOR_LOGIN=""
|
||||
VERCEL_GIT_COMMIT_AUTHOR_NAME=""
|
||||
VERCEL_GIT_COMMIT_MESSAGE=""
|
||||
VERCEL_GIT_COMMIT_REF=""
|
||||
VERCEL_GIT_COMMIT_SHA=""
|
||||
VERCEL_GIT_PREVIOUS_SHA=""
|
||||
VERCEL_GIT_PROVIDER=""
|
||||
VERCEL_GIT_PULL_REQUEST_ID=""
|
||||
VERCEL_GIT_REPO_ID=""
|
||||
VERCEL_GIT_REPO_OWNER=""
|
||||
VERCEL_GIT_REPO_SLUG=""
|
||||
VERCEL_OIDC_TOKEN="eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Im1yay00MzAyZWMxYjY3MGY0OGE5OGFkNjFkYWRlNGEyM2JlNyJ9.eyJpc3MiOiJodHRwczovL29pZGMudmVyY2VsLmNvbS90cG1qcyIsInN1YiI6Im93bmVyOnRwbWpzOnByb2plY3Q6dHBtanMtdHV0b3JpYWw6ZW52aXJvbm1lbnQ6ZGV2ZWxvcG1lbnQiLCJzY29wZSI6Im93bmVyOnRwbWpzOnByb2plY3Q6dHBtanMtdHV0b3JpYWw6ZW52aXJvbm1lbnQ6ZGV2ZWxvcG1lbnQiLCJhdWQiOiJodHRwczovL3ZlcmNlbC5jb20vdHBtanMiLCJvd25lciI6InRwbWpzIiwib3duZXJfaWQiOiJ0ZWFtX3prR1dDV2I3VmpIb25pNlZieWZkMnN3OCIsInByb2plY3QiOiJ0cG1qcy10dXRvcmlhbCIsInByb2plY3RfaWQiOiJwcmpfaVZVdnUxSzNEajJYNVMzdkxzWlh5Nkd2MVZOOCIsImVudmlyb25tZW50IjoiZGV2ZWxvcG1lbnQiLCJwbGFuIjoicHJvIiwidXNlcl9pZCI6IkxKZk05VzdIdlljb2gyclVCaXRWd283ViIsIm5iZiI6MTc2NzE4MDQzNiwiaWF0IjoxNzY3MTgwNDM2LCJleHAiOjE3NjcyMjM2MzZ9.H-eDVQ1w79a3F3QCHfURF8l_tB1qMPQt5UCIgaovh_s7GJaz21vzt_ZV1VAxBRWeB0EFW0YADG5GqTb6nSyFAEqntJEaCWA53Rc331K8655z_QQt8T10e8UmSTeI4A5-WNqmmLP-cfq4CxmspMuoGr5J8nUxdWiisr7yTjo00MHtihNz43gJXpo6ARpUlLb9yLt3vhCGml8jWIoh7YrFAR5XdWYlZIbrm1qPGStPGllyZcXIbgfn30wKfHss1TjSjWOUMAWxS-BmSEnLDmoHkuoSrwQ7SbI-VAZFHlCrMiE40kx3hl8cXrQoNT8XLYXY8ycsbFrydLQjk4KJSWP39A"
|
||||
VERCEL_TARGET_ENV="production"
|
||||
VERCEL_URL=""
|
||||
7
packages/tools/official/acceptance-criteria/CHANGELOG.md
Normal file
7
packages/tools/official/acceptance-criteria/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-acceptance-criteria
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-acceptance-criteria",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Format acceptance criteria from requirements using Given/When/Then (Gherkin) format",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "documentation", "ai", "acceptance-criteria", "gherkin", "bdd", "testing"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-access-control-matrix
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-access-control-matrix",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Generates access control matrix from roles, resources, and permissions for RBAC compliance",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "compliance", "ai", "rbac", "access-control", "security"],
|
||||
|
|
|
|||
7
packages/tools/official/anomaly-detect-mad/CHANGELOG.md
Normal file
7
packages/tools/official/anomaly-detect-mad/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-anomaly-detect-mad
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-anomaly-detect-mad",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Detect anomalies in data using Median Absolute Deviation (MAD) method",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "statistics", "anomaly-detection", "outliers", "mad", "robust"],
|
||||
|
|
|
|||
7
packages/tools/official/base64-decode/CHANGELOG.md
Normal file
7
packages/tools/official/base64-decode/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/official-base64-decode
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/official-base64-decode",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Decode base64 encoded data to string with support for multiple output encodings",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "base64", "decode", "encoding"],
|
||||
|
|
|
|||
7
packages/tools/official/base64-encode/CHANGELOG.md
Normal file
7
packages/tools/official/base64-encode/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/official-base64-encode
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/official-base64-encode",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Encode string or buffer to base64 format with support for multiple character encodings",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "base64", "encode", "encoding"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-beta-binomial-update
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-beta-binomial-update",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Bayesian beta-binomial conjugate posterior update for estimating probabilities",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "statistics", "bayesian", "beta-distribution", "inference"],
|
||||
|
|
|
|||
7
packages/tools/official/bootstrap-ci/CHANGELOG.md
Normal file
7
packages/tools/official/bootstrap-ci/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-bootstrap-ci
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-bootstrap-ci",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Calculate bootstrap confidence intervals for sample statistics using resampling",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "statistics", "bootstrap", "confidence-interval", "resampling"],
|
||||
|
|
|
|||
7
packages/tools/official/changelog-entry/CHANGELOG.md
Normal file
7
packages/tools/official/changelog-entry/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-changelog-entry
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-changelog-entry",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Generate changelog entries in Keep a Changelog format",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "documentation", "changelog", "versioning", "ai"],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @tpmjs/tools-claim-checklist
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-claim-checklist",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "Extract checkable factual claims from text and identify what needs citations",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "research", "ai", "claims", "fact-checking", "citations"],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @tpmjs/tools-compare-pages
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-compare-pages",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "Compare two URLs for agreements, conflicts, and unique points for cross-source validation",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "research", "ai", "comparison", "fact-checking"],
|
||||
|
|
|
|||
7
packages/tools/official/config-normalize/CHANGELOG.md
Normal file
7
packages/tools/official/config-normalize/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-config-normalize
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-config-normalize",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Normalizes configuration objects by sorting keys, removing nulls, and cleaning empty values",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "engineering", "ai", "config", "normalization"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-conventional-commit-suggest
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-conventional-commit-suggest",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Suggests conventional commit messages from descriptions or file changes",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "engineering", "git", "commit", "conventional-commits"],
|
||||
|
|
|
|||
7
packages/tools/official/coverage-tracker/CHANGELOG.md
Normal file
7
packages/tools/official/coverage-tracker/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-coverage-tracker
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-coverage-tracker",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Tracks which tools have been used in a workflow and calculates coverage percentage",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "agent", "ai", "testing", "coverage"],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @tpmjs/tools-csp-compose
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Initial Release
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-csp-compose",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Compose Content Security Policy headers from directive configurations",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "security", "csp", "content-security-policy"],
|
||||
|
|
|
|||
7
packages/tools/official/csv-parse/CHANGELOG.md
Normal file
7
packages/tools/official/csv-parse/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-csv-parse
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-csv-parse",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Parse CSV text into array of objects using papaparse",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "csv", "parse"],
|
||||
|
|
|
|||
7
packages/tools/official/csv-stringify/CHANGELOG.md
Normal file
7
packages/tools/official/csv-stringify/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-csv-stringify
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-csv-stringify",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Convert array of objects to CSV string using papaparse",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "csv", "stringify"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-data-classification-heuristic
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-data-classification-heuristic",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Classifies data sensitivity using heuristics to detect PII, financial data, and health data patterns",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "compliance", "ai", "privacy", "pii", "data-classification"],
|
||||
|
|
|
|||
7
packages/tools/official/date-parse/CHANGELOG.md
Normal file
7
packages/tools/official/date-parse/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-date-parse
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-date-parse",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Parse dates in various natural language formats using chrono-node",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "date", "time", "parse", "chrono", "natural-language"],
|
||||
|
|
|
|||
7
packages/tools/official/decision-record-adr/CHANGELOG.md
Normal file
7
packages/tools/official/decision-record-adr/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-decision-record-adr
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-decision-record-adr",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Create Architecture Decision Records (ADR) from structured input following industry standards",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "documentation", "ai", "adr", "architecture", "decision-record"],
|
||||
|
|
|
|||
7
packages/tools/official/dedupe-by-key/CHANGELOG.md
Normal file
7
packages/tools/official/dedupe-by-key/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-dedupe-by-key
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-dedupe-by-key",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Remove duplicate objects from an array based on one or more key fields",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "dedupe", "unique", "array"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-dependency-audit-lite
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-dependency-audit-lite",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Lightweight audit of package.json dependencies for common issues",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "engineering", "ai", "npm", "dependencies", "audit"],
|
||||
|
|
|
|||
7
packages/tools/official/diff-in-diff/CHANGELOG.md
Normal file
7
packages/tools/official/diff-in-diff/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-diff-in-diff
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-diff-in-diff",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Difference-in-differences estimator for causal inference",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "statistics", "causal-inference", "diff-in-diff", "econometrics"],
|
||||
|
|
|
|||
7
packages/tools/official/diff-text-unified/CHANGELOG.md
Normal file
7
packages/tools/official/diff-text-unified/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-diff-text-unified
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-diff-text-unified",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Creates unified diff between two text strings with context lines",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "engineering", "diff", "text", "unified"],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @tpmjs/tools-dpia-outline
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Initial Release
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-dpia-outline",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Generate Data Protection Impact Assessment (DPIA) outline for GDPR compliance",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "compliance", "gdpr", "dpia", "privacy", "data-protection"],
|
||||
|
|
|
|||
7
packages/tools/official/effect-size-suite/CHANGELOG.md
Normal file
7
packages/tools/official/effect-size-suite/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-effect-size-suite
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-effect-size-suite",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Calculate effect sizes (Cohen's d, Hedge's g, Glass's delta) for comparing two groups",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "statistics", "effect-size", "cohens-d", "hedges-g"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-env-var-docs-generate
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-env-var-docs-generate",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Generates documentation for environment variables from .env files",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "engineering", "ai", "env", "documentation"],
|
||||
|
|
|
|||
7
packages/tools/official/error-log-triage/CHANGELOG.md
Normal file
7
packages/tools/official/error-log-triage/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-error-log-triage
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-error-log-triage",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Triages error logs by severity and frequency, groups similar errors, and provides recommendations",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "engineering", "ai", "error-analysis", "debugging"],
|
||||
|
|
|
|||
7
packages/tools/official/eval-fixture-build/CHANGELOG.md
Normal file
7
packages/tools/official/eval-fixture-build/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-eval-fixture-build
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-eval-fixture-build",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Builds evaluation fixtures for testing AI tools with structured input/output pairs",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "agent", "ai", "testing", "evaluation"],
|
||||
|
|
|
|||
7
packages/tools/official/executive-brief/CHANGELOG.md
Normal file
7
packages/tools/official/executive-brief/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-executive-brief
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-executive-brief",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Format content into executive summary style with key bullets and concise overview",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "documentation", "ai", "executive-summary", "business"],
|
||||
|
|
|
|||
7
packages/tools/official/extract-json-ld/CHANGELOG.md
Normal file
7
packages/tools/official/extract-json-ld/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-extract-json-ld
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-extract-json-ld",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Extract JSON-LD structured data from web pages",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "research", "ai", "json-ld", "structured-data", "seo"],
|
||||
|
|
|
|||
7
packages/tools/official/extract-meta/CHANGELOG.md
Normal file
7
packages/tools/official/extract-meta/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-extract-meta
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-extract-meta",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Extract meta tags from HTML pages (title, description, Open Graph, Twitter Cards)",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "web", "meta", "og", "twitter", "seo"],
|
||||
|
|
|
|||
7
packages/tools/official/faq-from-text/CHANGELOG.md
Normal file
7
packages/tools/official/faq-from-text/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-faq-from-text
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-faq-from-text",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Extract Q&A pairs from text that looks like FAQ format",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "doc", "ai", "faq", "documentation"],
|
||||
|
|
|
|||
7
packages/tools/official/fetch-text/CHANGELOG.md
Normal file
7
packages/tools/official/fetch-text/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-fetch-text
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-fetch-text",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Fetch a URL and return plain text content with metadata",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "web", "fetch", "text", "scraping"],
|
||||
|
|
|
|||
7
packages/tools/official/glossary-build/CHANGELOG.md
Normal file
7
packages/tools/official/glossary-build/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-glossary-build
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-glossary-build",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Build a glossary from term definitions in text",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "doc", "ai", "glossary", "documentation"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-guardrail-policy-draft
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-guardrail-policy-draft",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Drafts guardrail policies for agent workflows with rules, severity levels, and enforcement actions",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "agent", "ai", "safety", "guardrails"],
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @tpmjs/tools-hardening-checklist-web
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Initial Release
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-hardening-checklist-web",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Generate web security hardening checklist with scoring and recommendations",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "security", "hardening", "web-security", "checklist"],
|
||||
|
|
|
|||
7
packages/tools/official/hash-text/CHANGELOG.md
Normal file
7
packages/tools/official/hash-text/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/official-hash-text
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/official-hash-text",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Hash text using cryptographic algorithms (MD5, SHA-1, SHA-256, SHA-512)",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "hash", "crypto", "md5", "sha256"],
|
||||
|
|
|
|||
7
packages/tools/official/html-sanitize/CHANGELOG.md
Normal file
7
packages/tools/official/html-sanitize/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-html-sanitize
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-html-sanitize",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Sanitize HTML to prevent XSS attacks using isomorphic-dompurify",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "security", "html", "sanitize", "xss", "dompurify"],
|
||||
|
|
|
|||
7
packages/tools/official/html-to-markdown/CHANGELOG.md
Normal file
7
packages/tools/official/html-to-markdown/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-html-to-markdown
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-html-to-markdown",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Convert HTML to markdown using turndown",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "html", "markdown", "convert", "turndown"],
|
||||
|
|
|
|||
7
packages/tools/official/json-path-query/CHANGELOG.md
Normal file
7
packages/tools/official/json-path-query/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-json-path-query
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-json-path-query",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Query JSON using JSONPath expressions",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "json", "jsonpath", "query", "data"],
|
||||
|
|
|
|||
7
packages/tools/official/json-repair/CHANGELOG.md
Normal file
7
packages/tools/official/json-repair/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-json-repair
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-json-repair",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Attempt to repair malformed JSON using jsonrepair",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "json", "repair", "fix"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-json-schema-validate
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-json-schema-validate",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Validates JSON data against JSON Schema using ajv",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "validation", "json-schema", "ajv"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-linear-regression-ols
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-linear-regression-ols",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Perform simple linear regression using Ordinary Least Squares (OLS)",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "statistics", "ai", "linear-regression", "ols", "machine-learning"],
|
||||
|
|
|
|||
7
packages/tools/official/links-catalog/CHANGELOG.md
Normal file
7
packages/tools/official/links-catalog/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-links-catalog
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-links-catalog",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Extract and categorize all links from web pages",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "research", "ai", "links", "web-scraping", "seo"],
|
||||
|
|
|
|||
7
packages/tools/official/logistic-regression/CHANGELOG.md
Normal file
7
packages/tools/official/logistic-regression/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-logistic-regression
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-logistic-regression",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Simple logistic regression implementation for binary classification",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "statistics", "machine-learning", "logistic-regression", "classification"],
|
||||
|
|
|
|||
7
packages/tools/official/markdown-lint-basic/CHANGELOG.md
Normal file
7
packages/tools/official/markdown-lint-basic/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-markdown-lint-basic
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-markdown-lint-basic",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Basic markdown linting to check for common issues",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "documentation", "markdown", "lint", "ai"],
|
||||
|
|
|
|||
7
packages/tools/official/markdown-to-html/CHANGELOG.md
Normal file
7
packages/tools/official/markdown-to-html/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-markdown-to-html
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-markdown-to-html",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Convert markdown to HTML using marked",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "data", "markdown", "html", "convert", "marked"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-meeting-minutes-format
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-meeting-minutes-format",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Formats meeting minutes from structured input into markdown",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "documentation", "ai", "meeting-minutes", "markdown"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-monitoring-gap-analysis
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/tools-monitoring-gap-analysis",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Analyze monitoring coverage gaps across services and endpoints",
|
||||
"type": "module",
|
||||
"keywords": ["tpmjs", "ops", "monitoring", "observability", "sre"],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @tpmjs/tools-multiple-testing-adjust
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue