genesys-cloud-client-logger
Advanced tools
Comparing version 4.1.0-develop.6 to 4.1.0
{ | ||
"name": "genesys-cloud-client-logger", | ||
"version": "develop", | ||
"version": "4.1.0", | ||
"ecosystem": "pc", | ||
@@ -32,4 +32,4 @@ "team": "Genesys Client Media (WebRTC)", | ||
], | ||
"build": "6", | ||
"buildDate": "2022-03-11T13:59:46.827701Z" | ||
"build": "24", | ||
"buildDate": "2022-03-14T19:29:37.254068Z" | ||
} |
{ | ||
"name": "genesys-cloud-client-logger", | ||
"version": "develop", | ||
"version": "4.1.0", | ||
"indexFiles": [ | ||
@@ -5,0 +5,0 @@ { |
138
package.json
{ | ||
"name": "genesys-cloud-client-logger", | ||
"version": "4.1.0-develop.6", | ||
"description": "Common logger for genesys cloud client application to upload logs server", | ||
"main": "dist/src/index.js", | ||
"module": "dist/es/index.js", | ||
"web": "dist/genesys-cloud-client-logger.min.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"start": "npm run build:dev && npm run test:server", | ||
"build": "ts-node scripts/build.ts", | ||
"build:es": "tsc -p . --outDir ./dist/es --target es2015 --module es2015", | ||
"build:cjs": "tsc -p .", | ||
"build:dev": "npm run clean && tsc -p . && webpack", | ||
"build:cdn": "webpack --env.development && webpack --env.production", | ||
"build:manifest": "ts-node scripts/build-cdn-with-manifest.ts", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test": "npm run lint && npm run test:unit", | ||
"test:unit": "jest --collectCoverage", | ||
"test:watch": "jest --watch --collectCoverage=false --runInBand", | ||
"test:server": "stupid-server -s" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"pre-push": [ | ||
"test" | ||
], | ||
"author": "garrett.jensen@genesys.com", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-transform-runtime": "^7.9.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@types/jest": "^25.2.1", | ||
"@types/safe-json-stringify": "^1.1.0", | ||
"@types/superagent": "^4.1.7", | ||
"@types/uuid": "^7.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"babel-loader": "^8.1.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-jsdoc": "^36.1.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^25.4.0", | ||
"nock": "^13.0.11", | ||
"pre-push": "^0.1.1", | ||
"rimraf": "^3.0.2", | ||
"stupid-server": "^0.2.5", | ||
"ts-jest": "^25.4.0", | ||
"ts-loader": "^7.0.1", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"dependencies": { | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@babel/runtime": "^7.9.2", | ||
"exponential-backoff": "^3.1.0", | ||
"safe-json-stringify": "^1.2.0", | ||
"strict-event-emitter-types": "^2.0.0", | ||
"superagent": "^5.2.2", | ||
"uuid": "^3.4.0" | ||
} | ||
} | ||
"name": "genesys-cloud-client-logger", | ||
"version": "4.1.0", | ||
"description": "Common logger for genesys cloud client application to upload logs server", | ||
"main": "dist/src/index.js", | ||
"module": "dist/es/index.js", | ||
"web": "dist/genesys-cloud-client-logger.min.js", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"start": "npm run build:dev && npm run test:server", | ||
"build": "ts-node scripts/build.ts", | ||
"build:es": "tsc -p . --outDir ./dist/es --target es2015 --module es2015", | ||
"build:cjs": "tsc -p .", | ||
"build:dev": "npm run clean && tsc -p . && webpack", | ||
"build:cdn": "webpack --env.development && webpack --env.production", | ||
"build:manifest": "ts-node scripts/build-cdn-with-manifest.ts", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test": "npm run lint && npm run test:unit", | ||
"test:unit": "jest --collectCoverage", | ||
"test:watch": "jest --watch --collectCoverage=false --runInBand", | ||
"test:server": "stupid-server -s" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"pre-push": [ | ||
"test" | ||
], | ||
"author": "garrett.jensen@genesys.com", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-transform-runtime": "^7.9.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@types/jest": "^25.2.1", | ||
"@types/safe-json-stringify": "^1.1.0", | ||
"@types/superagent": "^4.1.7", | ||
"@types/uuid": "^7.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"babel-loader": "^8.1.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-jsdoc": "^36.1.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^25.4.0", | ||
"nock": "^13.0.11", | ||
"pre-push": "^0.1.1", | ||
"rimraf": "^3.0.2", | ||
"stupid-server": "^0.2.5", | ||
"ts-jest": "^25.4.0", | ||
"ts-loader": "^7.0.1", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"dependencies": { | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@babel/runtime": "^7.9.2", | ||
"exponential-backoff": "^3.1.0", | ||
"safe-json-stringify": "^1.2.0", | ||
"strict-event-emitter-types": "^2.0.0", | ||
"superagent": "^5.2.2", | ||
"uuid": "^3.4.0" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
2879593