@flock/kotlin-ts
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@flock/kotlin-ts", | ||
"version": "0.0.3", | ||
"type": "module", | ||
"version": "0.0.4", | ||
"author": "Kasper Peulen", | ||
"license": "MIT", | ||
"repository": "https://github.com/flock-community/kotlin-ts.git", | ||
"module": "./build/esm/index.js", | ||
"main": "./build/cjs/index.js", | ||
"types": "./build/dts/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./build/dts/*" | ||
] | ||
"main": "./cjs/index.js", | ||
"module": "./index.js", | ||
"sideEffects": [], | ||
"exports": { | ||
".": { | ||
"import": "./index.js", | ||
"require": "./cjs/index.js" | ||
}, | ||
"./*": { | ||
"import": "./*.js", | ||
"require": "./cjs/*.js" | ||
} | ||
}, | ||
"exports": { | ||
"require": "./build/cjs/*.js", | ||
"import": "./build/esm/*.js" | ||
}, | ||
"tsplus": { | ||
"typeDir": "./build/dts" | ||
}, | ||
"files": [ | ||
"build" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"directory": "build" | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run build:clean && npm run build:esm && npm run build:cjs", | ||
"build:cjs": "cp .swcrc build && cd build && swc ./esm -d ./cjs", | ||
"build": "npm run build:clean && npm run build:esm && npm run build:cjs && cp package.json build/package.json", | ||
"build:cjs": "swc ./build/{**/*.js,*.js} -d ./build/cjs", | ||
"build:clean": "rimraf build", | ||
@@ -45,2 +37,3 @@ "build:esm": "tsc -b tsconfig.json", | ||
"devDependencies": { | ||
"@effect-ts/build-utils": "^0.38.3", | ||
"@babel/cli": "^7.17.6", | ||
@@ -47,0 +40,0 @@ "@babel/core": "^7.17.7", |
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
Yes
109787
16
58
1