Comparing version 1.3.0 to 1.3.1
"use strict"; | ||
module.exports = {version: '1.3.0', packageName: 'inprint'}; | ||
module.exports = {version: '1.3.1', packageName: 'inprint'}; | ||
Object.defineProperty(exports, "__esModule", {value: true}); |
@@ -1,2 +0,2 @@ | ||
export const version = '1.3.0'; | ||
export const version = '1.3.1'; | ||
export const packageName = 'inprint'; |
{ | ||
"name": "inprint", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"keywords": [ | ||
@@ -16,3 +16,3 @@ "generator", | ||
".": { | ||
"import": "./lib/mjs/index.js", | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js" | ||
@@ -42,3 +42,4 @@ } | ||
"republish": "npm run build && npx version-select && yb genprojmeta && npm publish", | ||
"precompile": "inprint && ycplmon2 fix src && eslint src --fix --quiet", | ||
"precompile": "eslint src --fix --quiet", | ||
"precompile2": "yb precompile && eslint src --fix --quiet", | ||
"precompile_full": "npm run precompile && prettier src --write", | ||
@@ -69,12 +70,12 @@ "clean:cjs": "yb clean_cjs", | ||
"devDependencies": { | ||
"@babel/cli": "7.14.3", | ||
"@babel/core": "7.14.3", | ||
"@babel/node": "^7.14.2", | ||
"@babel/parser": "7.14.4", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@babel/plugin-proposal-decorators": "^7.14.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.14.4", | ||
"@babel/plugin-proposal-optional-chaining": "7.14.2", | ||
"@babel/plugin-transform-modules-commonjs": "^7.14.0", | ||
"@babel/plugin-transform-typescript": "^7.14.4", | ||
"@babel/cli": "7.14.5", | ||
"@babel/core": "7.14.6", | ||
"@babel/node": "^7.14.5", | ||
"@babel/parser": "7.14.6", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-proposal-decorators": "^7.14.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.14.5", | ||
"@babel/plugin-proposal-optional-chaining": "7.14.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.14.5", | ||
"@babel/plugin-transform-typescript": "^7.14.6", | ||
"babel-loader": "^8.2.2", | ||
@@ -86,4 +87,4 @@ "babel-plugin-inline-replace-variables": "^1.3.1", | ||
"prettier": "^2.3.1", | ||
"typescript": "^4.3.2", | ||
"@microsoft/api-documenter": "^7.13.16", | ||
"typescript": "^4.3.4", | ||
"@microsoft/api-documenter": "^7.13.23", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
@@ -93,25 +94,28 @@ "sinon": "^11.1.1", | ||
"@types/jest": "^26.0.23", | ||
"@typescript-eslint/eslint-plugin": "^4.26.0", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"eslint": "^7.28.0", | ||
"@typescript-eslint/eslint-plugin": "^4.27.0", | ||
"@typescript-eslint/parser": "^4.27.0", | ||
"eslint": "^7.29.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsdoc": "^35.1.2", | ||
"eslint-plugin-jsdoc": "^35.3.2", | ||
"eslint-plugin-sonarjs": "^0.7.0", | ||
"eslint-plugin-tsdoc": "^0.2.14", | ||
"inprint": "^1.2.12", | ||
"inprint": "^1.2.14", | ||
"javascript-stringify": "^2.1.0", | ||
"ts-jest": "^27.0.2", | ||
"ts-jest": "^27.0.3", | ||
"jest-ts-webcompat-resolver": "^1.0.0", | ||
"json5": "^2.2.0", | ||
"pretty-quick": "^3.1.0", | ||
"tslib": "^2.2.0", | ||
"pretty-quick": "^3.1.1", | ||
"tslib": "^2.3.0", | ||
"cross-env": "^7.0.3", | ||
"modify-filepath": "^0.0.2" | ||
"modify-filepath": "^1.1.0", | ||
"@types/chai": "^4.2.19", | ||
"chai": "^4.3.4", | ||
"mocha": "^9.0.1" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "2.2.1" | ||
"prettier": "2.3.1" | ||
}, | ||
"dependencies": { | ||
"globby": "^11.0.3", | ||
"globby": "^11.0.4", | ||
"json5": "^2.2.0" | ||
@@ -118,0 +122,0 @@ }, |
43600
42
+ Addedprettier@2.3.1(transitive)
- Removedprettier@2.2.1(transitive)
Updatedglobby@^11.0.4