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.
@@ -193191,7 +193191,7 @@ export default Home;
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) {
@@ -193187,7 +193187,7 @@ export default Home;
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) {
@@ -127,7 +127,7 @@ export default Home;
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.646.0",
4
+ "version": "6.647.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -127,7 +127,7 @@ export default Home;
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) {