namirasoft-site
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "namirasoft-site", | ||
"title": "Namirasoft Site", | ||
"description": "Namira Software Corporation Site NPM Package", | ||
"version": "1.2.1", | ||
"icon": "logo.png", | ||
"logo": "https://static.namirasoft.com/logo/namirasoft/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": { | ||
"axios": "^1.6.2", | ||
"namirasoft-core": "^1.2.0" | ||
"axios": "^1.6.8", | ||
"namirasoft-core": "^1.3.0" | ||
} | ||
} |
@@ -24,3 +24,3 @@ { | ||
"noImplicitThis": true, | ||
"skipLibCheck": false, | ||
"skipLibCheck": true, | ||
"allowSyntheticDefaultImports": true, | ||
@@ -30,3 +30,15 @@ "forceConsistentCasingInFileNames": true, | ||
"isolatedModules": false, | ||
} | ||
"removeComments": true, | ||
}, | ||
"include": [ | ||
"src", | ||
"build/types/**/*.ts" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"build", | ||
"dist", | ||
"static", | ||
"public" | ||
] | ||
} |
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
67222
213
Updatedaxios@^1.6.8
Updatednamirasoft-core@^1.3.0