chore: version packages

Initial release of 100+ official TPMJS tools
This commit is contained in:
Ajax Davis 2025-12-31 23:54:47 +10:00
parent 80bef7d84c
commit 17b9ffb6aa
211 changed files with 847 additions and 117 deletions

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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

View file

@ -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"],

View file

@ -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

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View file

@ -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

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View 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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View file

@ -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.

View file

@ -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"],

View file

@ -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.

View file

@ -1,6 +1,6 @@
{
"name": "@tpmjs/tools-multiple-testing-adjust",
"version": "0.1.0",
"version": "0.2.0",
"description": "Adjust p-values for multiple testing using Bonferroni, Benjamini-Hochberg, or Holm methods",
"type": "module",
"keywords": ["tpmjs", "statistics", "ai", "multiple-testing", "p-value-adjustment"],

Some files were not shown because too many files have changed in this diff Show more