ninegrid2 6.645.0 → 6.646.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
|
@@ -193185,7 +193185,7 @@ export default Home;
|
|
|
193185
193185
|
`;
|
|
193186
193186
|
|
|
193187
193187
|
|
|
193188
|
-
await fetch("/api/files/
|
|
193188
|
+
await fetch("/api/files/js", {
|
|
193189
193189
|
method: "POST",
|
|
193190
193190
|
headers: { "Content-Type": "application/json" },
|
|
193191
193191
|
body: JSON.stringify({
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193181,7 +193181,7 @@ export default Home;
|
|
|
193181
193181
|
`;
|
|
193182
193182
|
|
|
193183
193183
|
|
|
193184
|
-
await fetch("/api/files/
|
|
193184
|
+
await fetch("/api/files/js", {
|
|
193185
193185
|
method: "POST",
|
|
193186
193186
|
headers: { "Content-Type": "application/json" },
|
|
193187
193187
|
body: JSON.stringify({
|
package/dist/ide-assi/ideAssi.js
CHANGED
package/package.json
CHANGED