@stackwright-pro/otters 0.1.0 → 0.2.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,24 @@
1
+ # @stackwright-pro/otters
2
+
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix peerDependencies to use latest instead of workspace:\*
8
+
9
+ ## 0.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 7c0e91f: ### `@stackwright-pro/display-components` (patch)
14
+ - **JSX type fix**: Fixed JSX type definitions for improved React compatibility
15
+
16
+ ### `@stackwright-pro/launch-stackwright-pro` (minor)
17
+ - **Otters as packages refactor**: Moved otter templates from inline to separate packages, updated template references
18
+
19
+ ### `@stackwright-pro/otters` (minor)
20
+ - **New package**: Created dedicated otters package with StackHawk brand otters (API, dashboard, data, foreman), MCP tools, and architecture documentation
21
+
22
+ ### Patch Changes
23
+
24
+ - @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.1",
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": "latest"
12
12
  }
13
13
  }
package/tsconfig.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2022",
4
- "module": "NodeNext",
5
- "moduleResolution": "NodeNext",
6
- "strict": true,
7
- "skipLibCheck": true
8
- },
9
- "include": ["*.json"]
10
- }