Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prismicio/types

Package Overview
Dependencies
Maintainers
18
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismicio/types - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

CHANGELOG.md

2

dist/index.d.ts

@@ -6,3 +6,3 @@ declare type EmptyObjectField = Record<string, never>;

type: string;
text: string;
data?: LinkField | string;
}

@@ -9,0 +9,0 @@ interface RichTextBlock {

{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc