@x-python/core
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@x-python/core", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -18,4 +18,9 @@ "license": "MIT", | ||
"javascript", | ||
"typescript" | ||
"webassembly" | ||
], | ||
"main": "./dist/x-python.umd.cjs", | ||
"module": "./dist/x-python.js", | ||
"unpkg": "./dist/x-python.umd.cjs", | ||
"jsdelivr": "./dist/x-python.umd.cjs", | ||
"types": "./dist/main.d.ts", | ||
"scripts": { | ||
@@ -26,3 +31,3 @@ "dev": "vite", | ||
"build:watch": "tsc && vite build --watch", | ||
"prepublishOnly": "npm run lint && npm run build", | ||
"prepublishOnly": "npm run lint && npm run build && rm -rf ./dist/assets", | ||
"prepare": "husky install" | ||
@@ -41,3 +46,2 @@ }, | ||
}, | ||
"types": "./dist/main.d.ts", | ||
"files": [ | ||
@@ -48,4 +52,4 @@ "dist" | ||
".": { | ||
"import": "./dist/main.ts.js", | ||
"require": "./dist/main.ts.umd.js" | ||
"import": "./dist/x-python.js", | ||
"require": "./dist/x-python.umd.cjs" | ||
} | ||
@@ -52,0 +56,0 @@ }, |
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
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
71094
7
422
1