@superblocksteam/sdk 2.0.25-next.1 → 2.0.25-next.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/sdk",
3
- "version": "2.0.25-next.1",
3
+ "version": "2.0.25-next.11",
4
4
  "type": "module",
5
5
  "description": "Superblocks JS SDK",
6
6
  "homepage": "https://www.superblocks.com",
@@ -33,11 +33,11 @@
33
33
  "@opentelemetry/semantic-conventions": "^1.28.0",
34
34
  "@rollup/wasm-node": "^4.35.0",
35
35
  "@superblocksteam/bucketeer-sdk": "0.5.0",
36
- "@superblocksteam/library": "2.0.25-next.1",
37
- "@superblocksteam/library-shared": "2.0.25-next.1",
38
- "@superblocksteam/shared": "0.9363.0",
39
- "@superblocksteam/util": "2.0.25-next.1",
40
- "@superblocksteam/vite-plugin-file-sync": "2.0.25-next.1",
36
+ "@superblocksteam/library": "2.0.25-next.11",
37
+ "@superblocksteam/library-shared": "2.0.25-next.11",
38
+ "@superblocksteam/shared": "0.9364.0",
39
+ "@superblocksteam/util": "2.0.25-next.11",
40
+ "@superblocksteam/vite-plugin-file-sync": "2.0.25-next.11",
41
41
  "@vitejs/plugin-react": "4.3.4",
42
42
  "axios": "^1.4.0",
43
43
  "chokidar": "^4.0.3",
@@ -112,7 +112,7 @@ export function generateBuildManifestPlugin(root: string) {
112
112
  const scopeFileMeta: {
113
113
  code: string;
114
114
  ast: ParseResult<File>;
115
- imports: Record<string, boolean>;
115
+ imports: Record<string, string>;
116
116
  } = {
117
117
  code,
118
118
  ast,