@signalsandsorcery/plugin-sdk 2.36.1 → 2.36.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.
- package/README.md +1 -1
- package/dist/index.d.mts +40 -2
- package/dist/index.d.ts +40 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8910,7 +8910,7 @@ Your previous ensemble had these problems \u2014 fix them while keeping everythi
|
|
|
8910
8910
|
}
|
|
8911
8911
|
|
|
8912
8912
|
// src/constants/sdk-version.ts
|
|
8913
|
-
var PLUGIN_SDK_VERSION = "2.
|
|
8913
|
+
var PLUGIN_SDK_VERSION = "2.45.0";
|
|
8914
8914
|
|
|
8915
8915
|
// src/utils/format-concurrent-tracks.ts
|
|
8916
8916
|
function formatConcurrentTracks(ctx) {
|