@ai-sdk/sandbox-just-bash 0.0.0-canary.1 → 1.0.0-canary.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/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ai-sdk/sandbox-just-bash
2
2
 
3
+ ## 1.0.0-canary.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c7a3e5: Start the `1.0.0` canary release line for the experimental harness and sandbox packages. They were unintentionally published as `0.0.0-canary.*` because they were scaffolded with a `0.0.0-canary.0` premajor version, which semver could not advance past on a major bump.
8
+ - Updated dependencies [6c7a3e5]
9
+ - @ai-sdk/harness@1.0.0-canary.2
10
+
3
11
  ## 0.0.0-canary.1
4
12
 
5
13
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/sandbox-just-bash",
3
- "version": "0.0.0-canary.1",
3
+ "version": "1.0.0-canary.2",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -26,7 +26,7 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@ai-sdk/harness": "0.0.0-canary.1",
29
+ "@ai-sdk/harness": "1.0.0-canary.2",
30
30
  "@ai-sdk/provider-utils": "5.0.0-canary.46"
31
31
  },
32
32
  "peerDependencies": {