@kintone/plugin-manifest-validator
Advanced tools
Comparing version 3.0.12 to 4.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [4.0.0](https://github.com/kintone/js-sdk/compare/@kintone/plugin-manifest-validator@3.0.12...@kintone/plugin-manifest-validator@4.0.0) (2021-02-09) | ||
### Features | ||
* **plugin-manifest-validator:** bump the JSON Schema version from draft4 to draft7 ([#652](https://github.com/kintone/js-sdk/issues/652)) ([1545f94](https://github.com/kintone/js-sdk/commit/1545f94d76dc8f7b5b863748d5f78005091bed01)) | ||
* **plugin-manifest-validator:** Generate declaration file for TS interface ([#670](https://github.com/kintone/js-sdk/issues/670)) ([2b2ce2a](https://github.com/kintone/js-sdk/commit/2b2ce2acf0c5a4eccd2c15c12595e5cbcf064bad)) | ||
### BREAKING CHANGES | ||
* **plugin-manifest-validator:** bump the JSON Schema version from draft4 to draft7 | ||
## [3.0.12](https://github.com/kintone/js-sdk/compare/@kintone/plugin-manifest-validator@3.0.11...@kintone/plugin-manifest-validator@3.0.12) (2021-01-26) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"title": "kintone plugin manifest.json", | ||
@@ -156,3 +156,3 @@ "type": "object", | ||
"resources": { | ||
"id": "#resources", | ||
"$id": "#resources", | ||
"type": "array", | ||
@@ -159,0 +159,0 @@ "uniqueItems": true, |
{ | ||
"name": "@kintone/plugin-manifest-validator", | ||
"version": "3.0.12", | ||
"version": "4.0.0", | ||
"author": "Teppei Sato <teppeis@gmail.com>", | ||
@@ -14,2 +14,3 @@ "engines": { | ||
], | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
@@ -32,4 +33,5 @@ "start": "tsc -w", | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@babel/preset-typescript": "^7.12.13", | ||
"@types/bytes": "^3.1.0", | ||
"babel-plugin-replace-ts-export-assignment": "^0.0.2", | ||
"intelli-espower-loader": "^1.0.1", | ||
@@ -52,3 +54,3 @@ "json-schema-to-typescript": "^10.1.3", | ||
"license": "MIT", | ||
"gitHead": "a0b4c65fa1c6f9d4b404b27769913165c7a48226" | ||
"gitHead": "53faabd35c63e403d002c72e8873f44be3fa3fb7" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28744
6