ninegrid2 6.645.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.
@@ -193185,13 +193185,13 @@ export default Home;
193185
193185
  `;
193186
193186
 
193187
193187
 
193188
- await fetch("/api/files/java", {
193188
+ await fetch("/api/files/js", {
193189
193189
  method: "POST",
193190
193190
  headers: { "Content-Type": "application/json" },
193191
193191
  body: JSON.stringify({
193192
193192
  //filename: "HelloWorld.java",
193193
193193
  filename: "Test.jsx",
193194
- content: code
193194
+ content: js
193195
193195
  })
193196
193196
  });
193197
193197
  } catch (error) {
@@ -193181,13 +193181,13 @@ export default Home;
193181
193181
  `;
193182
193182
 
193183
193183
 
193184
- await fetch("/api/files/java", {
193184
+ await fetch("/api/files/js", {
193185
193185
  method: "POST",
193186
193186
  headers: { "Content-Type": "application/json" },
193187
193187
  body: JSON.stringify({
193188
193188
  //filename: "HelloWorld.java",
193189
193189
  filename: "Test.jsx",
193190
- content: code
193190
+ content: js
193191
193191
  })
193192
193192
  });
193193
193193
  } catch (error) {
@@ -121,13 +121,13 @@ export default Home;
121
121
  `;
122
122
 
123
123
 
124
- await fetch("/api/files/java", {
124
+ await fetch("/api/files/js", {
125
125
  method: "POST",
126
126
  headers: { "Content-Type": "application/json" },
127
127
  body: JSON.stringify({
128
128
  //filename: "HelloWorld.java",
129
129
  filename: "Test.jsx",
130
- content: code
130
+ content: js
131
131
  })
132
132
  });
133
133
  } catch (error) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.645.0",
4
+ "version": "6.647.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -121,13 +121,13 @@ export default Home;
121
121
  `;
122
122
 
123
123
 
124
- await fetch("/api/files/java", {
124
+ await fetch("/api/files/js", {
125
125
  method: "POST",
126
126
  headers: { "Content-Type": "application/json" },
127
127
  body: JSON.stringify({
128
128
  //filename: "HelloWorld.java",
129
129
  filename: "Test.jsx",
130
- content: code
130
+ content: js
131
131
  })
132
132
  });
133
133
  } catch (error) {