@castlekit/castle 0.3.1 → 0.3.2

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/LICENSE +1 -1
  2. package/package.json +2 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Castle Kit Inc.
3
+ Copyright (c) 2025 Brian Laughlan
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castlekit/castle",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "The multi-agent workspace",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,6 +27,7 @@
27
27
  "lint": "next lint",
28
28
  "test": "vitest run",
29
29
  "test:watch": "vitest",
30
+ "stress": "vitest run --config vitest.stress.config.ts",
30
31
  "ci": "npm audit --omit=dev --audit-level=high && npm test && npm run build"
31
32
  },
32
33
  "repository": {