@contentful/visual-sdk
Advanced tools
Comparing version 1.0.0-alpha.39 to 1.0.0-dev-20240108T234655.0
{ | ||
"name": "@contentful/visual-sdk", | ||
"author": "Contentful GmbH", | ||
"version": "1.0.0-alpha.39", | ||
"version": "1.0.0-dev-20240108T234655.0", | ||
"description": "Base SDK for building a visual SDK with contentful", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/contentful/live-preview.git" | ||
"url": "git+https://github.com/contentful/experience-builder.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/contentful/live-preview/issues" | ||
"url": "https://github.com/contentful/experience-builder/issues" | ||
}, | ||
"homepage": "https://github.com/contentful/live-preview#readme", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"./store": { | ||
"types": "./dist/types/storesindex.d.ts", | ||
"require": "./dist/cjs/store/index.js", | ||
"default": "./dist/esm/store/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"homepage": "https://github.com/contentful/experience-builder#readme", | ||
"main": "./dist/index.js", | ||
"type": "module", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"readme.md", | ||
"package.json", | ||
"dist/**/*.*" | ||
], | ||
"scripts": { | ||
"start": "yarn concurrently \"yarn:start:*\"", | ||
"start:cjs": "yarn build:cjs -w", | ||
"start:esm": "yarn build:esm -w", | ||
"build": "yarn concurrently \"yarn:build:*\"", | ||
"build:esm": "swc src -d dist/esm", | ||
"build:cjs": "swc src -d dist/cjs -C module.type=commonjs", | ||
"build:types": "tsc --outDir dist/types", | ||
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", | ||
"tsc": "tsc --noEmit", | ||
"test": "jest --watch", | ||
"test:ci": "jest", | ||
"coverage": "jest --coverage", | ||
"prepublish": "yarn build" | ||
"clean": "rimraf dist", | ||
"prebuild": "npm run clean", | ||
"build": "rollup -c ./rollup.config.mjs", | ||
"predev": "npm run clean", | ||
"bundle": "npx watchify dist/index.cjs -o dist/bundle.js", | ||
"dev": "rollup -c ./rollup.dev.config.mjs --watch", | ||
"lint": "eslint src --ext '.ts,.tsx,.js,.jsx' --max-warnings 0 --ignore-path ../../.eslintignore", | ||
"lint:fix": "eslint src --ext '.ts,.tsx,.js,.jsx' --fix", | ||
"test": "vitest", | ||
"test:coverage": "vitest run --coverage" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.63", | ||
"@swc/core": "1.3.100", | ||
"@swc/jest": "0.2.29", | ||
"@types/jest": "29.5.11", | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@rollup/plugin-typescript": "^11.1.3", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"browserify-livereload": "^1.0.10", | ||
"contentful": "10.6.14", | ||
"jest": "29.7.0", | ||
"typescript": "5.1.6" | ||
"eslint": "^8.45.0", | ||
"happy-dom": "^12.10.3", | ||
"rimraf": "^5.0.5", | ||
"rollup-plugin-dts": "^6.0.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-serve": "^2.0.2", | ||
"rollup-plugin-ts": "^3.4.5", | ||
"typescript": "5.1.6", | ||
"vite-tsconfig-paths": "^4.2.2", | ||
"vitest": "^1.0.4" | ||
}, | ||
"gitHead": "1d5c010c20ea12ba3053665a016b1a9d67b31ce7" | ||
"gitHead": "803544e896fdbac42676010456a37126298790a5" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
26186
18
7
97
2