@myparcel/sdk
Advanced tools
Comparing version 2.8.1 to 2.9.0
{ | ||
"name": "@myparcel/sdk", | ||
"version": "2.8.1", | ||
"version": "2.9.0", | ||
"description": "JavaScript SDK to connect to the MyParcel API via Node.js or browser", | ||
@@ -11,54 +11,44 @@ "keywords": [ | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/myparcelnl/js-sdk.git" | ||
}, | ||
"repository": "github:myparcelnl/js-sdk", | ||
"license": "MIT", | ||
"author": "Edie Lemoine <edie@myparcel.nl>", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "rimraf dist/* && rollup --config rollup.config.ts --configPlugin typescript", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"watch": "nodemon --watch ./src --exec 'yarn build'" | ||
"build": "vite build", | ||
"build:dev": "vite build --mode development", | ||
"test": "vitest", | ||
"test:coverage": "vitest run --coverage", | ||
"test:run": "vitest run", | ||
"watch": "yarn build:dev --watch" | ||
}, | ||
"lint-staged": { | ||
"*.ts": "eslint --fix" | ||
"*.ts": "eslint --fix", | ||
"package.json": "npx -q sort-package-json" | ||
}, | ||
"prettier": "@myparcel/prettier-config", | ||
"dependencies": { | ||
"@myparcel/ts-utils": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.17.10", | ||
"@myparcel/eslint-config": "^3.4.4", | ||
"@myparcel/prettier-config": "^1.0.0", | ||
"@myparcel/semantic-release-config": "^2.0.0", | ||
"@rollup/plugin-alias": "^3.1.9", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@rollup/plugin-commonjs": "^22.0.0", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
"@myparcel-eslint/eslint-config-esnext": "^1.2.0", | ||
"@myparcel-eslint/eslint-config-prettier": "^1.2.0", | ||
"@myparcel-eslint/eslint-config-prettier-typescript": "^1.2.0", | ||
"@myparcel/semantic-release-config": "^4.0.0", | ||
"@tsconfig/recommended": "^1.0.1", | ||
"@types/jest": "^27.5.1", | ||
"cross-fetch": "^3.1.5", | ||
"esbuild": "^0.14.39", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"jest-fetch-mock": "^3.0.3", | ||
"nodemon": "^2.0.16", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.73.0", | ||
"rollup-plugin-dts": "^4.2.1", | ||
"rollup-plugin-esbuild": "^4.9.1", | ||
"ts-jest": "^27.1.4", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.4", | ||
"unfetch": "^4.2.0" | ||
"@vitest/coverage-c8": "^0.25.2", | ||
"eslint": "^8.27.0", | ||
"husky": "^8.0.2", | ||
"prettier": "^2.7.1", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.2.3", | ||
"vite-plugin-dts": "^1.7.1", | ||
"vitest": "^0.25.2", | ||
"vitest-fetch-mock": "^0.2.1" | ||
}, | ||
"packageManager": "yarn@3.2.4", | ||
"publishConfig": { | ||
@@ -65,0 +55,0 @@ "access": "public" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14
53
82171
1
2002
1
+ Added@myparcel/ts-utils@^1.0.0
+ Added@myparcel/ts-utils@1.14.0(transitive)