@builder.io/sdk-qwik 0.7.1-5 → 0.7.1-6

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.
@@ -3121,7 +3121,7 @@ const getInteractionPropertiesForEvent = (event) => {
3121
3121
  }
3122
3122
  };
3123
3123
  };
3124
- const SDK_VERSION = "0.7.1-4";
3124
+ const SDK_VERSION = "0.7.1-6";
3125
3125
  const registry = {};
3126
3126
  function register(type, info) {
3127
3127
  let typeList = registry[type];
@@ -3119,7 +3119,7 @@ const getInteractionPropertiesForEvent = (event) => {
3119
3119
  }
3120
3120
  };
3121
3121
  };
3122
- const SDK_VERSION = "0.7.1-4";
3122
+ const SDK_VERSION = "0.7.1-6";
3123
3123
  const registry = {};
3124
3124
  function register(type, info) {
3125
3125
  let typeList = registry[type];
@@ -6352,7 +6352,7 @@ const getInteractionPropertiesForEvent = (event) => {
6352
6352
  }
6353
6353
  };
6354
6354
  };
6355
- const SDK_VERSION = "0.7.1-4";
6355
+ const SDK_VERSION = "0.7.1-6";
6356
6356
  const registry = {};
6357
6357
  function register(type, info) {
6358
6358
  let typeList = registry[type];
@@ -6350,7 +6350,7 @@ const getInteractionPropertiesForEvent = (event) => {
6350
6350
  }
6351
6351
  };
6352
6352
  };
6353
- const SDK_VERSION = "0.7.1-4";
6353
+ const SDK_VERSION = "0.7.1-6";
6354
6354
  const registry = {};
6355
6355
  function register(type, info) {
6356
6356
  let typeList = registry[type];
@@ -3222,7 +3222,7 @@ const getInteractionPropertiesForEvent = (event) => {
3222
3222
  }
3223
3223
  };
3224
3224
  };
3225
- const SDK_VERSION = "0.7.1-4";
3225
+ const SDK_VERSION = "0.7.1-6";
3226
3226
  const registry = {};
3227
3227
  function register(type, info) {
3228
3228
  let typeList = registry[type];
@@ -3220,7 +3220,7 @@ const getInteractionPropertiesForEvent = (event) => {
3220
3220
  }
3221
3221
  };
3222
3222
  };
3223
- const SDK_VERSION = "0.7.1-4";
3223
+ const SDK_VERSION = "0.7.1-6";
3224
3224
  const registry = {};
3225
3225
  function register(type, info) {
3226
3226
  let typeList = registry[type];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-qwik",
3
- "version": "0.7.1-5",
3
+ "version": "0.7.1-6",
4
4
  "description": "Builder.io Qwik SDK",
5
5
  "type": "module",
6
6
  "main": "./lib/edge/index.qwik.cjs",
@@ -98,6 +98,9 @@
98
98
  "build:edge": "SDK_ENV=edge yarn build:one",
99
99
  "build:browser": "SDK_ENV=browser yarn build:one"
100
100
  },
101
+ "dependencies": {
102
+ "isolated-vm": "^4.6.0"
103
+ },
101
104
  "devDependencies": {
102
105
  "@builder.io/qwik": "^1.2.6",
103
106
  "@builder.io/sdks": "workspace:*",
@@ -109,7 +112,6 @@
109
112
  },
110
113
  "peerDependencies": {
111
114
  "@builder.io/qwik": ">=1.0.0",
112
- "isolated-vm": "^4.6.0",
113
115
  "undici": "^5.14.0"
114
116
  },
115
117
  "nx": {
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.7.1-4";
1
+ export declare const SDK_VERSION = "0.7.1-6";