ninegrid2 6.646.0 → 6.647.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/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/ide-assi/ideAssi.js +1 -1
- package/package.json +1 -1
- package/src/ide-assi/ideAssi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -193191,7 +193191,7 @@ export default Home;
|
|
|
193191
193191
|
body: JSON.stringify({
|
|
193192
193192
|
//filename: "HelloWorld.java",
|
|
193193
193193
|
filename: "Test.jsx",
|
|
193194
|
-
content:
|
|
193194
|
+
content: js
|
|
193195
193195
|
})
|
|
193196
193196
|
});
|
|
193197
193197
|
} catch (error) {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193187,7 +193187,7 @@ export default Home;
|
|
|
193187
193187
|
body: JSON.stringify({
|
|
193188
193188
|
//filename: "HelloWorld.java",
|
|
193189
193189
|
filename: "Test.jsx",
|
|
193190
|
-
content:
|
|
193190
|
+
content: js
|
|
193191
193191
|
})
|
|
193192
193192
|
});
|
|
193193
193193
|
} catch (error) {
|
package/dist/ide-assi/ideAssi.js
CHANGED
package/package.json
CHANGED