Comparing version 1.0.0 to 1.1.0
@@ -11,2 +11,3 @@ export { default as ArrayExpression } from './ArrayExpression.js'; | ||
export { default as ExpressionStatement } from './ExpressionStatement.js'; | ||
export { default as ForOfStatement } from './ForOfStatement.js'; | ||
export { default as ForStatement } from './ForStatement.js'; | ||
@@ -13,0 +14,0 @@ export { default as FunctionDeclaration } from './FunctionDeclaration.js'; |
@@ -12,2 +12,3 @@ // This file is auto-generated by ./scripts/build-nodes-map.js. | ||
export { default as ExpressionStatement } from './ExpressionStatement.js'; | ||
export { default as ForOfStatement } from './ForOfStatement.js'; | ||
export { default as ForStatement } from './ForStatement.js'; | ||
@@ -14,0 +15,0 @@ export { default as FunctionDeclaration } from './FunctionDeclaration.js'; |
{ | ||
"name": "jintr", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A tiny JavaScript interpreter written in TypeScript.", | ||
@@ -20,4 +20,4 @@ "type": "module", | ||
}, | ||
"default": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
169191
83
2380
0