namirasoft-account
Advanced tools
Comparing version 1.2.3 to 1.3.0
{ | ||
"name": "namirasoft-account", | ||
"title": "Namirasoft Account", | ||
"description": "Namira Software Corporation Account NPM Package", | ||
"icon": "logo.png", | ||
"version": "1.2.3", | ||
"logo": "https://static.namirasoft.com/logo/account/name.png", | ||
"language": "ts", | ||
"framework": "npm", | ||
"application": "package", | ||
"private": false, | ||
"version": "1.3.0", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": {}, | ||
"author": "Amir Abolhasani", | ||
"license": "MIT", | ||
"scripts": {}, | ||
"dependencies": { | ||
"namirasoft-core": "^1.2.5", | ||
"namirasoft-site": "^1.2.1" | ||
"namirasoft-core": "^1.3.0", | ||
"namirasoft-site": "^1.3.0" | ||
} | ||
} |
@@ -5,6 +5,10 @@ { | ||
"module": "CommonJS", | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"rootDir": "./src", | ||
"allowJs": true, | ||
"checkJs": true, | ||
"lib": [ | ||
"es6", | ||
"dom" | ||
], | ||
"allowJs": false, | ||
"checkJs": false, | ||
"strict": true, | ||
@@ -21,9 +25,20 @@ "esModuleInterop": true, | ||
"noImplicitThis": true, | ||
"skipLibCheck": false, | ||
"skipLibCheck": true, | ||
"allowSyntheticDefaultImports": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"isolatedModules": true, | ||
"isolatedModules": false, | ||
"removeComments": true, | ||
} | ||
}, | ||
"include": [ | ||
"src", | ||
"build/types/**/*.ts" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"build", | ||
"dist", | ||
"static", | ||
"public" | ||
] | ||
} |
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
1735
204845
118
Updatednamirasoft-core@^1.3.0
Updatednamirasoft-site@^1.3.0