New:Socket for Asana Is Now Available.Learn more
Get Started

@copilotkit/shared

Package Overview
Dependencies
Maintainers
1
Versions
1082
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@copilotkit/shared - npm Package Compare versions

Comparing version
0.2.0-alpha.4
to
0.2.0-alpha.5
+6
-0
CHANGELOG.md
# @copilotkit/shared
## 0.2.0-alpha.5
### Minor Changes
- remove treeshake in build
## 0.2.0-alpha.4

@@ -4,0 +10,0 @@

+4
-4

@@ -7,3 +7,3 @@ {

},
"version": "0.2.0-alpha.4",
"version": "0.2.0-alpha.5",
"sideEffects": false,

@@ -21,6 +21,6 @@ "main": "./dist/index.js",

"eslint": "^7.32.0",
"eslint-config-custom": "0.3.0-alpha.4",
"eslint-config-custom": "0.3.0-alpha.5",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"tsconfig": "0.7.0-alpha.4",
"tsconfig": "0.7.0-alpha.5",
"tsup": "^6.7.0",

@@ -31,3 +31,3 @@ "typescript": "^5.1.3"

"scripts": {
"build": "tsup --treeshake --clean",
"build": "tsup --clean",
"dev": "tsup --watch --no-splitting",

@@ -34,0 +34,0 @@ "test": "jest",