@shipeasy/sdk 5.2.0 → 5.3.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/server/index.js +0 -3
- package/dist/server/index.mjs +0 -3
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -1200,9 +1200,6 @@ function getBootstrapHtml(bootstrap, i18nData, opts) {
|
|
|
1200
1200
|
`(function(){var d=window.__SE_BOOTSTRAP.i18n;if(!d)return;window.i18n={locale:d.locale,t:function(k,v){var r=d.strings[k];if(!r)return k;return v?r.replace(/\\{\\{(\\w+)\\}\\}/g,function(_,p){return v[p]!==undefined?String(v[p]):'{{'+p+'}}'}):r;},on:function(){return function(){};}};})();`
|
|
1201
1201
|
);
|
|
1202
1202
|
}
|
|
1203
|
-
parts.push(
|
|
1204
|
-
`(function(){var p=new URLSearchParams(location.search);if(p.has('se')||p.has('se_devtools')){var d=document.createElement('script');d.src='https://shipeasy.ai/se-devtools.js';document.head.appendChild(d);}})();`
|
|
1205
|
-
);
|
|
1206
1203
|
return parts.join("");
|
|
1207
1204
|
}
|
|
1208
1205
|
var flags = {
|
package/dist/server/index.mjs
CHANGED
|
@@ -1157,9 +1157,6 @@ function getBootstrapHtml(bootstrap, i18nData, opts) {
|
|
|
1157
1157
|
`(function(){var d=window.__SE_BOOTSTRAP.i18n;if(!d)return;window.i18n={locale:d.locale,t:function(k,v){var r=d.strings[k];if(!r)return k;return v?r.replace(/\\{\\{(\\w+)\\}\\}/g,function(_,p){return v[p]!==undefined?String(v[p]):'{{'+p+'}}'}):r;},on:function(){return function(){};}};})();`
|
|
1158
1158
|
);
|
|
1159
1159
|
}
|
|
1160
|
-
parts.push(
|
|
1161
|
-
`(function(){var p=new URLSearchParams(location.search);if(p.has('se')||p.has('se_devtools')){var d=document.createElement('script');d.src='https://shipeasy.ai/se-devtools.js';document.head.appendChild(d);}})();`
|
|
1162
|
-
);
|
|
1163
1160
|
return parts.join("");
|
|
1164
1161
|
}
|
|
1165
1162
|
var flags = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shipeasy/sdk",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Shipeasy SDK — feature gates, runtime configs, experiments, and metrics for the Shipeasy hosted service.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"homepage": "https://shipeasy.ai",
|