@immediately-run/sandpack-client 2.19.8 → 2.19.9

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandpack-client",
3
- "version": "2.19.8",
3
+ "version": "2.19.9",
4
4
  "srcHash": "0eaf0bf3d7e1b039ddf5c81d671c599261917c9d2f79e6ab678c9a255639e850",
5
- "builtAt": "2026-06-29T12:49:38.087Z"
5
+ "builtAt": "2026-06-30T03:42:10.522Z"
6
6
  }
@@ -526,7 +526,7 @@ function getExtension(filepath) {
526
526
 
527
527
  var _a;
528
528
  var SUFFIX_PLACEHOLDER = "-{{suffix}}";
529
- var BUNDLER_URL = "https://".concat((_a = "2.19.8") === null || _a === void 0 ? void 0 : _a.replace(/\./g, "-")).concat(SUFFIX_PLACEHOLDER, "-sandpack.codesandbox.io/");
529
+ var BUNDLER_URL = "https://".concat((_a = "2.19.9") === null || _a === void 0 ? void 0 : _a.replace(/\./g, "-")).concat(SUFFIX_PLACEHOLDER, "-sandpack.codesandbox.io/");
530
530
  var SandpackRuntime = /** @class */ (function (_super) {
531
531
  utils.__extends(SandpackRuntime, _super);
532
532
  function SandpackRuntime(selector, sandboxSetup, options) {
@@ -524,7 +524,7 @@ function getExtension(filepath) {
524
524
 
525
525
  var _a;
526
526
  var SUFFIX_PLACEHOLDER = "-{{suffix}}";
527
- var BUNDLER_URL = "https://".concat((_a = "2.19.8") === null || _a === void 0 ? void 0 : _a.replace(/\./g, "-")).concat(SUFFIX_PLACEHOLDER, "-sandpack.codesandbox.io/");
527
+ var BUNDLER_URL = "https://".concat((_a = "2.19.9") === null || _a === void 0 ? void 0 : _a.replace(/\./g, "-")).concat(SUFFIX_PLACEHOLDER, "-sandpack.codesandbox.io/");
528
528
  var SandpackRuntime = /** @class */ (function (_super) {
529
529
  __extends(SandpackRuntime, _super);
530
530
  function SandpackRuntime(selector, sandboxSetup, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immediately-run/sandpack-client",
3
- "version": "2.19.8",
3
+ "version": "2.19.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -65,7 +65,6 @@
65
65
  ],
66
66
  "dependencies": {
67
67
  "@codesandbox/nodebox": "0.1.8",
68
- "@zenfs/core": "~2.3.11",
69
68
  "buffer": "^6.0.3",
70
69
  "dequal": "^2.0.3",
71
70
  "mime-db": "^1.53.0",
@@ -75,8 +74,12 @@
75
74
  "devDependencies": {
76
75
  "@types/mime-db": "^1.43.6",
77
76
  "@types/node": "^22.10.2",
77
+ "@zenfs/core": "~2.3.11",
78
78
  "del": "^6.1.1",
79
79
  "gulp": "^5.0.0",
80
80
  "typescript": "^5.7.2"
81
+ },
82
+ "peerDependencies": {
83
+ "@zenfs/core": "^2.3.11"
81
84
  }
82
85
  }