@spectrum-ts/core 5.0.0 → 5.1.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2994,7 +2994,7 @@ function definePlatform(name, rawDef) {
|
|
|
2994
2994
|
}
|
|
2995
2995
|
//#endregion
|
|
2996
2996
|
//#region src/build-env.ts
|
|
2997
|
-
const SPECTRUM_SDK_VERSION = "5.
|
|
2997
|
+
const SPECTRUM_SDK_VERSION = "5.1.0";
|
|
2998
2998
|
//#endregion
|
|
2999
2999
|
//#region src/utils/provider-packages.ts
|
|
3000
3000
|
const OFFICIAL_PROVIDER_PACKAGES = {
|