From a14b69670e336d55043d5776aab4ffe3d52152f7 Mon Sep 17 00:00:00 2001 From: Jacob Bogers Date: Fri, 12 Mar 2021 16:50:35 +0100 Subject: [PATCH] published decleration files to npm --- CHANGELOG.md | 5 ++ package-lock.json | 2 +- package.json | 166 +++++++++++++++++++++++----------------------- 3 files changed, 90 insertions(+), 83 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcbf2a4..b5c64d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## version "1.0.89" +## fixed +## PR (Jacob Bogers ) + - fix emitting the ts decleration files + ## version "1.0.88" ### fixed ### PR #41 (Richard D. Morey ) diff --git a/package-lock.json b/package-lock.json index 97248f72..39a2d260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lib-r-math.js", - "version": "1.0.86", + "version": "1.0.88", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64915cf4..adf13b6e 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,7 @@ { - "author": "Jacob K.F. Bogers", - "contributors":[{ - "name":"Richard D. Morey", - "email": "richarddmorey@gmail.com" - }], - "browser": "./dist/lib/libR.min.js", - "bugs": { - "url": "https://github.com/R-js/libRmath.js/issues" - }, - "dependencies": { - "debug": "^3.1.0" - }, + "name": "lib-r-math.js", + "version": "1.0.89", "description": "Javascript Pure Implementation of Statistical R \"core\" numerical libRmath.so", - "devDependencies": { - "@types/chai": "^3.5.2", - "@types/clone": "^0.1.30", - "@types/debug": "0.0.30", - "@types/lodash.clonedeep": "^4.5.3", - "@types/lodash.includes": "^4.3.3", - "@types/lodash.xor": "^4.5.3", - "@types/mocha": "^2.2.48", - "@types/node": "^6.0.109", - "ajv": "^6.5.0", - "awesome-typescript-loader": "^3.4.1", - "babel-core": "^6.26.3", - "babel-preset-env": "^1.7.0", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "chai": "^3.5.0", - "clean-webpack-plugin": "^0.1.18", - "codecov": "^2.3.1", - "cross-env": "^5.1.5", - "github-markdown-css": "^2.10.0", - "istanbul": "^0.4.5", - "lodash.clonedeep": "^4.5.0", - "lodash.defaults": "^4.2.0", - "lodash.defaultsdeep": "^4.6.0", - "lodash.includes": "^4.3.0", - "lodash.merge": "^4.6.1", - "lodash.xor": "^4.5.0", - "markdown-it": "^8.4.0", - "markdown-it-katex": "^2.0.3", - "mocha": "^4.1.0", - "mocha-lcov-reporter": "^1.3.0", - "nyc": "^11.7.3", - "opn": "^5.3.0", - "opn-cli": "^3.1.0", - "schema-utils": "^0.4.5", - "shx": "^0.2.2", - "source-map-support": "^0.5.5", - "ts-node": "^4.1.0", - "tslint": "^5.10.0", - "tslint-loader": "^3.5.3", - "typescript": "^2.8.3", - "uglifyjs-webpack-plugin": "^1.2.5", - "webpack": "^2.7.0", - "webpack-node-externals": "^1.7.2" - }, - "homepage": "https://github.com/jacobbogers/libRmath.js#readme", "keywords": [ "statistics", "r statistics", @@ -103,54 +47,112 @@ "weibull distribution", "wilcoxon rank sum statistic distribution" ], - "license": "GPL-3.0", - "main": "dist/lib/libR.js", - "module:disabled": "", - "module:doc": "https://github.com/dherman/defense-of-dot-js/blob/master/proposal.md", - "name": "lib-r-math.js", + "homepage": "https://github.com/jacobbogers/libRmath.js#readme", + "bugs": { + "url": "https://github.com/R-js/libRmath.js/issues" + }, "repository": { "type": "git", "url": "git+https://github.com/jacobbogers/libRmath.js.git" }, + "license": "GPL-3.0", + "author": "Jacob K.F. Bogers", + "contributors": [ + { + "name": "Richard D. Morey", + "email": "richarddmorey@gmail.com" + } + ], + "main": "dist/lib/libR.js", + "browser": "./dist/lib/libR.min.js", + "types": "dist/src/lib/index.d.ts", "scripts": { "build": "webpack --progress --color --display-error-details --config config/webpack/config", "build:prod": "webpack --progress --color --display-error-details --config config/webpack/config --env=prod", + "preinstall": "echo install", "install": "echo install", + "postinstall": "echo postinstall", "lint": "tslint -c tslint.json -p .", "lint:fix": "npm run lint -- --fix", "lint:report": "npm run lint -- -o .lint-report.txt --force && code .lint-report.txt", "post-test": "echo posttest", - "postinstall": "echo postinstall", + "prerestart": "echo prerestart", + "restart": "echo restart", "postrestart": "echo postrestart", + "preshrinkwrap": "echo preshrinkwrap", + "shrinkwrap": "echo shrinkwrap", "postshrinkwrap": "echo postshrinkwrap", + "prestart": "echo prestart", + "start": "echo start", "poststart": "echo poststart", + "prestop": "echo prestop", + "stop": "echo stop", "poststop": "echo poststop", + "preuninstall": "echo preuninstall", + "uninstall": "echo uninstall", "postuninstall": "echo postuninstall", + "preversion": "echo preversion", + "version": "echo version", "postversion": "echo postversion", "pre-test": "echo prestest", - "preinstall": "echo install", "prepare": "echo 'prepare'", "prepublish": "echo 'prepublish'", + "publish": "echo publish", "prepublishOnly": "echo prepublishOnly", - "prerestart": "echo prerestart", - "preshrinkwrap": "echo preshrinkwrap", - "prestart": "echo prestart", - "prestop": "echo prestop", "codecov": "codecov", - "preuninstall": "echo preuninstall", - "preversion": "echo preversion", - "publish": "echo publish", "report": "opn coverage/lcov-report/index.html", - "restart": "echo restart", - "shrinkwrap": "echo shrinkwrap", - "start": "echo start", - "stop": "echo stop", "test": "cross-env-shell NODE_ENV=test TS_NODE_DISABLE_WARNINGS=true nyc mocha", - "uninstall": "echo uninstall", - "version": "echo version", - "version:tsc":"tsc --version", - "version:tslint":"tslint --version" + "version:tsc": "tsc --version", + "version:tslint": "tslint --version" }, - "types": "dist/src/lib/index.d.ts", - "version": "1.0.88" + "dependencies": { + "debug": "^3.1.0" + }, + "devDependencies": { + "@types/chai": "^3.5.2", + "@types/clone": "^0.1.30", + "@types/debug": "0.0.30", + "@types/lodash.clonedeep": "^4.5.3", + "@types/lodash.includes": "^4.3.3", + "@types/lodash.xor": "^4.5.3", + "@types/mocha": "^2.2.48", + "@types/node": "^6.0.109", + "ajv": "^6.5.0", + "awesome-typescript-loader": "^3.4.1", + "babel-core": "^6.26.3", + "babel-preset-env": "^1.7.0", + "babel-preset-stage-0": "^6.24.1", + "babel-register": "^6.26.0", + "chai": "^3.5.0", + "clean-webpack-plugin": "^0.1.18", + "codecov": "^2.3.1", + "cross-env": "^5.1.5", + "github-markdown-css": "^2.10.0", + "istanbul": "^0.4.5", + "lodash.clonedeep": "^4.5.0", + "lodash.defaults": "^4.2.0", + "lodash.defaultsdeep": "^4.6.0", + "lodash.includes": "^4.3.0", + "lodash.merge": "^4.6.1", + "lodash.xor": "^4.5.0", + "markdown-it": "^8.4.0", + "markdown-it-katex": "^2.0.3", + "mocha": "^4.1.0", + "mocha-lcov-reporter": "^1.3.0", + "nyc": "^11.7.3", + "opn": "^5.3.0", + "opn-cli": "^3.1.0", + "schema-utils": "^0.4.5", + "shx": "^0.2.2", + "source-map-support": "^0.5.5", + "ts-node": "^4.1.0", + "tslint": "^5.10.0", + "tslint-loader": "^3.5.3", + "typescript": "^2.8.3", + "uglifyjs-webpack-plugin": "^1.2.5", + "webpack": "^2.7.0", + "webpack-node-externals": "^1.7.2" + }, + "module:disabled": "", + "module:doc": "https://github.com/dherman/defense-of-dot-js/blob/master/proposal.md" }