@crashbytes/semantic-text-toolkit 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. package/LICENSE +5 -0
  2. package/README.md +6 -1
  3. package/package.json +2 -3
package/LICENSE ADDED
@@ -0,0 +1,5 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Blackhole Software, LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy...
package/README.md CHANGED
@@ -2,7 +2,12 @@
2
2
 
3
3
  Production-grade semantic text analysis with embeddings, similarity computation, and vector search operations.
4
4
 
5
- **Built by Blackhole Software, LLC**
5
+ **Part of the [CrashBytes npm ecosystem](https://github.com/CrashBytes)** | Built by Blackhole Software, LLC
6
+
7
+ [![npm](https://img.shields.io/npm/v/@crashbytes/semantic-text-toolkit)](https://www.npmjs.com/package/@crashbytes/semantic-text-toolkit)
8
+ [![npm](https://img.shields.io/npm/dm/@crashbytes/semantic-text-toolkit)](https://www.npmjs.com/package/@crashbytes/semantic-text-toolkit)
9
+ [![npm bundle size](https://img.shields.io/bundlephobia/min/@crashbytes/semantic-text-toolkit)](https://bundlephobia.com/package/@crashbytes/semantic-text-toolkit)
10
+ [![GitHub](https://img.shields.io/github/license/CrashBytes/contentful-semantic-text-toolkit)](./LICENSE)
6
11
 
7
12
  ---
8
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crashbytes/semantic-text-toolkit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Production-grade semantic text analysis with embeddings, similarity, and vector operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,8 +33,7 @@
33
33
  "license": "MIT",
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "https://github.com/crashbytes/crashbytes-npmjs.git",
37
- "directory": "semantic-text-toolkit"
36
+ "url": "https://github.com/CrashBytes/contentful-semantic-text-toolkit.git"
38
37
  },
39
38
  "dependencies": {
40
39
  "@xenova/transformers": "^2.17.1"