@atgs/tapeworm 0.1.11 → 0.1.12

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 +1 -3
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -9,9 +9,7 @@
9
9
  [repo link](https://github.com/andygrace227/tapeworm)
10
10
 
11
11
  This is the root package for Tapeworm. You can consume other packages like @atgs/tapeworm_bedrock for AWS Bedrock support.
12
-
13
- It provides an object-oriented API to create agents that run either on Node or within the browser.
14
-
12
+ x
15
13
  **This project is currently in alpha and is under active development.**
16
14
 
17
15
  ## Current Features
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@atgs/tapeworm",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "main": "dist/tapeworm.cjs.js",
6
6
  "module": "dist/tapeworm.es.js",
7
7
  "browser": "dist/tapeworm.umd.js",
8
8
  "exports": {
9
9
  "import": "./dist/tapeworm.es.js",
10
- "require": "./dist/tapeworm.cjs.js"
10
+ "require": "./dist/tapeworm.cjs.js",
11
+ "types": "./dist/index.d.ts"
11
12
  },
12
13
  "types": "dist/index.d.ts",
13
14
  "files": [