@secretlint/source-creator
Advanced tools
Comparing version 0.7.0 to 0.7.1
# Change Log | ||
## 0.7.1 | ||
### Patch Changes | ||
- aaef596: Path Update | ||
- Updated dependencies [aaef596] | ||
- @secretlint/types@0.7.1 | ||
All notable changes to this project will be documented in this file. | ||
@@ -10,6 +18,2 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [0.6.0](https://github.com/secretlint/secretlint/compare/v0.5.0...v0.6.0) (2020-02-29) | ||
@@ -19,6 +23,2 @@ | ||
# [0.5.0](https://github.com/secretlint/secretlint/compare/v0.4.2...v0.5.0) (2020-02-28) | ||
@@ -28,6 +28,2 @@ | ||
## [0.4.1](https://github.com/secretlint/secretlint/compare/v0.4.0...v0.4.1) (2020-02-28) | ||
@@ -37,6 +33,2 @@ | ||
# [0.4.0](https://github.com/secretlint/secretlint/compare/v0.3.0...v0.4.0) (2020-02-28) | ||
@@ -46,6 +38,2 @@ | ||
# [0.3.0](https://github.com/secretlint/secretlint/compare/v0.2.0...v0.3.0) (2020-02-27) | ||
@@ -55,11 +43,6 @@ | ||
# [0.2.0](https://github.com/secretlint/secretlint/compare/v0.1.2...v0.2.0) (2020-02-23) | ||
### Features | ||
* **rule:** add `supportedContentTypes` to rule `meta` ([#39](https://github.com/secretlint/secretlint/issues/39)) ([3883c75](https://github.com/secretlint/secretlint/commit/3883c7578de38854aba2d1d20b8f167c8275f1c9)) | ||
- **rule:** add `supportedContentTypes` to rule `meta` ([#39](https://github.com/secretlint/secretlint/issues/39)) ([3883c75](https://github.com/secretlint/secretlint/commit/3883c7578de38854aba2d1d20b8f167c8275f1c9)) |
124
package.json
{ | ||
"name": "@secretlint/source-creator", | ||
"version": "0.7.0", | ||
"description": "Create SecretLintRawSource from content.", | ||
"keywords": [ | ||
"secretlint", | ||
"util" | ||
], | ||
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/source-creator/", | ||
"bugs": { | ||
"url": "https://github.com/secretlint/secretlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/secretlint/secretlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"src/" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production tsc -p .", | ||
"clean": "rimraf lib/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepublish": "npm run --if-present build", | ||
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -p . --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4 | ||
}, | ||
"dependencies": { | ||
"@secretlint/types": "^0.7.0", | ||
"istextorbinary": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/istextorbinary": "2.3.0", | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.4", | ||
"cross-env": "^7.0.0", | ||
"mocha": "^7.0.1", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.6.2", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "^3.8.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "b29781cbb16259b05547b66b5a728f56c9ad9698" | ||
"name": "@secretlint/source-creator", | ||
"version": "0.7.1", | ||
"description": "Create SecretLintRawSource from content.", | ||
"keywords": [ | ||
"secretlint", | ||
"util" | ||
], | ||
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/source-creator/", | ||
"bugs": { | ||
"url": "https://github.com/secretlint/secretlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/secretlint/secretlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"src/" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production tsc -p .", | ||
"clean": "rimraf lib/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepublish": "npm run --if-present build", | ||
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -p . --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4 | ||
}, | ||
"dependencies": { | ||
"@secretlint/types": "^0.7.1", | ||
"istextorbinary": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/istextorbinary": "2.3.0", | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.4", | ||
"cross-env": "^7.0.0", | ||
"mocha": "^7.0.1", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.6.2", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "^3.8.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "ceffac0e71ed7bd2d20a518fbb74ecc6a9935161" | ||
} |
@@ -18,2 +18,3 @@ # @secretlint/source-creator | ||
const rawSource = await createRawSource("/path/to/file"); | ||
coneols.log(rawSource); | ||
})(); | ||
@@ -20,0 +21,0 @@ ``` |
8413
52
Updated@secretlint/types@^0.7.1