@invisionapp/studio-api
Advanced tools
Comparing version 3.0.1 to 4.0.1-PRERELEASE-4.0.0
// API major version | ||
const APIversion = 0; | ||
const APIversion = 1; | ||
@@ -4,0 +4,0 @@ // Global key |
{ | ||
"name": "@invisionapp/studio-api", | ||
"version": "3.0.1", | ||
"version": "4.0.1-PRERELEASE-4.0.0", | ||
"repository": { | ||
@@ -10,3 +10,4 @@ "type": "git", | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
"access": "public", | ||
"tag": "PRERELEASE-4.0" | ||
}, | ||
@@ -20,6 +21,8 @@ "description": "Studio Apps API ", | ||
"scripts": { | ||
"test": "tape -r babel-register test/*.spec.js", | ||
"test": "jest", | ||
"lint": "eslint ./", | ||
"lint-fix": "eslint ./ --fix", | ||
"githook": "npm run lint && npm run test" | ||
"githook": "npm run lint && npm run test", | ||
"test:coverage": "jest --ci --coverage --colors", | ||
"test:coverage:view": "open test/coverage/lcov-report/index.html" | ||
}, | ||
@@ -34,2 +37,3 @@ "keywords": [ | ||
"babel-eslint": "8.2.3", | ||
"babel-jest": "^23.4.2", | ||
"babel-register": "6.26.0", | ||
@@ -42,3 +46,3 @@ "eslint": "4.19.1", | ||
"ghooks": "2.0.4", | ||
"tape": "4.9.0" | ||
"jest": "^23.5.0" | ||
}, | ||
@@ -54,3 +58,8 @@ "dependencies": {}, | ||
} | ||
}, | ||
"release": { | ||
"fallbackTags": { | ||
"PRERELEASE-4.0": "latest" | ||
} | ||
} | ||
} |
# Studio Platform API | ||
The InVision Studio Platform API for developing Studio Plugins. | ||
The InVision Studio Platform API for developing Studio Apps. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3044
10
2