@stackwright-pro/otters 0.1.0 → 0.2.0

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/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,18 @@
1
+ # @stackwright-pro/otters
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7c0e91f: ### `@stackwright-pro/display-components` (patch)
8
+ - **JSX type fix**: Fixed JSX type definitions for improved React compatibility
9
+
10
+ ### `@stackwright-pro/launch-stackwright-pro` (minor)
11
+ - **Otters as packages refactor**: Moved otter templates from inline to separate packages, updated template references
12
+
13
+ ### `@stackwright-pro/otters` (minor)
14
+ - **New package**: Created dedicated otters package with StackHawk brand otters (API, dashboard, data, foreman), MCP tools, and architecture documentation
15
+
16
+ ### Patch Changes
17
+
18
+ - @stackwright-pro/mcp@0.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackwright-pro/otters",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Pro Otter Raft - AI agents for building full-stack Stackwright Pro projects with live API integration",
5
5
  "license": "PROPRIETARY",
6
6
  "files": [
@@ -8,6 +8,6 @@
8
8
  "*.md"
9
9
  ],
10
10
  "peerDependencies": {
11
- "@stackwright-pro/mcp": "0.1.0"
11
+ "@stackwright-pro/mcp": "0.1.1"
12
12
  }
13
13
  }