Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "xrm-ex", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Xrm-Ex is a TypeScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "npm run clean && npm run type:dts && npm run build:main && npm run format && npm run docs && npm run copy", | ||
"build": "npm run clean && npm run type:dts && npm run build:main && npm run format && npm run docs && npm run copy && npm run zip", | ||
"build:main": "tsc --build", | ||
@@ -46,2 +46,3 @@ "clean": "rimraf build/dist coverage nyc_output", | ||
"postbuild": "rimraf build/dist/tests", | ||
"zip": "npm-build-zip --destination=release/ --name=xrm-ex --name_only=true", | ||
"type:dts": "tsc --emitDeclarationOnly --project tsconfig.build.json", | ||
@@ -91,3 +92,4 @@ "type:check": "tsc --noEmit", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.32.2" | ||
"vitest": "^0.32.2", | ||
"npm-build-zip": "^1.0.4" | ||
}, | ||
@@ -94,0 +96,0 @@ "overrides": { |
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
237477
32