what-compiler 0.2.0 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "what-compiler",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "JSX compiler for What Framework - transforms JSX to optimized DOM operations",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -22,7 +22,7 @@
22
22
  "license": "MIT",
23
23
  "peerDependencies": {
24
24
  "@babel/core": "^7.0.0",
25
- "what-core": "^0.2.0"
25
+ "what-core": "^0.3.0"
26
26
  },
27
27
  "files": [
28
28
  "src"
@@ -504,7 +504,7 @@ export default function whatBabelPlugin({ types: t }) {
504
504
 
505
505
  const importDecl = t.importDeclaration(
506
506
  coreSpecifiers,
507
- t.stringLiteral('what-core')
507
+ t.stringLiteral('what-framework')
508
508
  );
509
509
 
510
510
  // Check if what-core is already imported