opensteer 0.9.2 → 0.9.3
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/{chunk-HD6KVZ42.js → chunk-GREXSYNC.js} +3 -3
- package/dist/{chunk-HD6KVZ42.js.map → chunk-GREXSYNC.js.map} +1 -1
- package/dist/{chunk-KPYLS2KQ.js → chunk-UM2Q4JD2.js} +3 -3
- package/dist/{chunk-KPYLS2KQ.js.map → chunk-UM2Q4JD2.js.map} +1 -1
- package/dist/cli/bin.cjs +2 -2
- package/dist/cli/bin.cjs.map +1 -1
- package/dist/cli/bin.js +3 -3
- package/dist/cli/bin.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/local-view/public/assets/app.css +219 -55
- package/dist/local-view/public/assets/app.js +58 -2
- package/dist/local-view/public/index.html +101 -26
- package/dist/opensteer-IBDPRIEX.js +6 -0
- package/dist/{opensteer-MIQ43CY4.js.map → opensteer-IBDPRIEX.js.map} +1 -1
- package/package.json +4 -4
- package/dist/opensteer-MIQ43CY4.js +0 -6
package/dist/index.cjs
CHANGED
|
@@ -15628,7 +15628,7 @@ function resolveCloudConfig(input = {}) {
|
|
|
15628
15628
|
|
|
15629
15629
|
// ../runtime-core/package.json
|
|
15630
15630
|
var package_default = {
|
|
15631
|
-
version: "0.2.
|
|
15631
|
+
version: "0.2.3"};
|
|
15632
15632
|
|
|
15633
15633
|
// ../runtime-core/src/version.ts
|
|
15634
15634
|
var OPENSTEER_RUNTIME_CORE_VERSION = package_default.version;
|