@prismicio/types
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -6,3 +6,3 @@ declare type EmptyObjectField = Record<string, never>; | ||
type: string; | ||
text: string; | ||
data?: LinkField | string; | ||
} | ||
@@ -9,0 +9,0 @@ interface RichTextBlock { |
138
package.json
{ | ||
"name": "@prismicio/types", | ||
"version": "0.0.8", | ||
"description": "Type definitions for Prismic related structure", | ||
"keywords": [ | ||
"typescript", | ||
"types", | ||
"utils", | ||
"toolbox", | ||
"prismic" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://git@github.com/prismicio/prismic-types.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Prismic <contact@prismic.io> (https://prismic.io)", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.es.js" | ||
}, | ||
"./graphql": { | ||
"require": "./dist/graphql/index.cjs", | ||
"import": "./dist/graphql/index.es.js" | ||
}, | ||
"./dist/graphql": { | ||
"require": "./dist/graphql/index.cjs", | ||
"import": "./dist/graphql/index.es.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "siroc build", | ||
"dev": "siroc build --watch", | ||
"release": "yarn build && yarn test && standard-version && git push --follow-tags && yarn build && npm publish", | ||
"release:dry": "standard-version --dry-run", | ||
"release:alpha": "yarn build && yarn test && standard-version --release-as minor --prerelease alpha && git push --follow-tags && yarn build && npm publish --tag alpha", | ||
"release:alpha:dry": "standard-version --release-as minor --prerelease alpha --dry-run", | ||
"lint": "eslint --ext .js,.ts .", | ||
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava", | ||
"test": "yarn lint && yarn unit" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
"ava": "^3.15.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.0", | ||
"siroc": "^0.10.1", | ||
"standard-version": "^9.3.0", | ||
"ts-eager": "^2.0.2", | ||
"typescript": "^4.3.2" | ||
}, | ||
"engines": { | ||
"node": ">=12.7.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@prismicio/types", | ||
"version": "0.0.9", | ||
"description": "Type definitions for Prismic related structure", | ||
"keywords": [ | ||
"typescript", | ||
"types", | ||
"utils", | ||
"toolbox", | ||
"prismic" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://git@github.com/prismicio/prismic-types.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Prismic <contact@prismic.io> (https://prismic.io)", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.es.js" | ||
}, | ||
"./graphql": { | ||
"require": "./dist/graphql/index.cjs", | ||
"import": "./dist/graphql/index.es.js" | ||
}, | ||
"./dist/graphql": { | ||
"require": "./dist/graphql/index.cjs", | ||
"import": "./dist/graphql/index.es.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "siroc build", | ||
"dev": "siroc build --watch", | ||
"release": "yarn build && yarn test && standard-version && git push --follow-tags && yarn build && npm publish", | ||
"release:dry": "standard-version --dry-run", | ||
"release:alpha": "yarn build && yarn test && standard-version --release-as minor --prerelease alpha && git push --follow-tags && yarn build && npm publish --tag alpha", | ||
"release:alpha:dry": "standard-version --release-as minor --prerelease alpha --dry-run", | ||
"lint": "eslint --ext .js,.ts .", | ||
"unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava", | ||
"test": "yarn lint && yarn unit" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
"ava": "^3.15.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.0", | ||
"siroc": "^0.10.1", | ||
"standard-version": "^9.3.0", | ||
"ts-eager": "^2.0.2", | ||
"typescript": "^4.3.2" | ||
}, | ||
"engines": { | ||
"node": ">=12.7.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
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
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
30187
10
0