@spliterati/uint8
Advanced tools
Comparing version 1.0.4-alpha.2 to 1.0.4-alpha.4
@@ -13,3 +13,4 @@ { | ||
"main": "./src/uint8.ts", | ||
"version": "1.0.4-alpha.2", | ||
"types": "./dist/uint8.d.ts", | ||
"version": "1.0.4-alpha.4", | ||
"description": "A uint8 type definition", | ||
@@ -29,9 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "bff67309af247f7d8ec980669db5b255ae62e96a", | ||
"devDependencies": { | ||
"ts-loader": "^8.0.14", | ||
"tsconfig-paths-webpack-plugin": "^3.3.0", | ||
"webpack": "^5.18.0", | ||
"webpack-cli": "^4.4.0" | ||
} | ||
"gitHead": "04dbc34e899165e40d544fed46a427d5293730fa" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"composite": true | ||
"composite": true, | ||
"downlevelIteration": true, | ||
"rootDir": "src", | ||
"outDir": "dist", | ||
"declarationDir": "dist" | ||
}, | ||
"include": [ | ||
"src/**/*", | ||
], | ||
"exclude": [ | ||
"src/**/*.test.ts" | ||
] | ||
} |
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
75359
0
11
64