shepherd.js
Advanced tools
Comparing version 11.2.0 to 12.0.0-1
@@ -15,6 +15,2 @@ module.exports = function (api) { | ||
] | ||
}, | ||
test: { | ||
presets: [['@babel/preset-env', { targets: { node: 'current' } }]], | ||
plugins: ['transform-es2015-modules-commonjs'] | ||
} | ||
@@ -21,0 +17,0 @@ } |
140
package.json
{ | ||
"name": "shepherd.js", | ||
"version": "11.2.0", | ||
"version": "12.0.0-1", | ||
"description": "Guide your users through a tour of your app.", | ||
@@ -14,103 +14,89 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/shipshapecode/shepherd.git" | ||
"url": "git+https://github.com/shepherd-pro/shepherd.git" | ||
}, | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://github.com/sponsors/RobbieTheWagner" | ||
"license": "MIT", | ||
"maintainers": [ | ||
"Robbie Wagner <rwwagner90@gmail.com>", | ||
"Chuck Carpenter <chuck@shipshape.io>" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/shepherd.esm.js", | ||
"default": "./dist/shepherd.js" | ||
}, | ||
"./*": { | ||
"import": "./dist/*.esm.js", | ||
"types": "./dist/*.d.ts", | ||
"default": "./dist/*.js" | ||
} | ||
}, | ||
"license": "MIT", | ||
"main": "dist/js/shepherd.js", | ||
"module": "dist/js/shepherd.esm.js", | ||
"types": "src/types/shepherd.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"build": "yarn clean && rollup -c", | ||
"postbuild": "yarn build:landing", | ||
"build:landing": "npx tailwind build -i ./landing/css/styles.css -o ./landing/css/welcome.css", | ||
"clean": "rimraf dist", | ||
"cy:open": "./node_modules/.bin/cypress open", | ||
"cy:run:chrome": "cypress run --browser chrome", | ||
"dev": "yarn watch", | ||
"build": "pnpm clean && rollup -c && pnpm postbuild", | ||
"postbuild": "pnpm build:landing", | ||
"build:landing": "pnpm -F landing build", | ||
"clean": "rimraf ./dist", | ||
"dev": "pnpm watch", | ||
"docs": "node_modules/.bin/jsdoc -c .jsdoc.js --verbose", | ||
"esdoc": "esdoc", | ||
"lint:js": "eslint . --ext js", | ||
"release": "release-it", | ||
"rewrite-paths": "replace 'SF:.*src' 'SF:src' coverage/lcov.info", | ||
"start": "yarn watch", | ||
"start-test-server": "http-server -p 9002", | ||
"test": "yarn lint:js && yarn test:ci", | ||
"pretest:ci": "yarn build", | ||
"test:ci": "yarn test:unit:ci && yarn test:cy:ci:chrome", | ||
"test:cy:ci:chrome": "start-server-and-test start-test-server http://localhost:9002 cy:run:chrome", | ||
"test:cy:watch": "start-server-and-test start-test-server http://localhost:9002 cy:open", | ||
"test:unit:ci": "jest --coverage", | ||
"test:unit:watch": "jest --watch", | ||
"view-coverage": "http-server -p 9003 ./coverage/lcov-report -o", | ||
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch" | ||
"start": "pnpm watch", | ||
"test": "pnpm lint:js && pnpm test:ci", | ||
"types:check": "pnpm tsc", | ||
"watch": "pnpm clean && rollup -c --environment DEVELOPMENT --watch" | ||
}, | ||
"dependencies": { | ||
"@floating-ui/dom": "^1.5.1", | ||
"@floating-ui/dom": "^1.5.3", | ||
"deepmerge": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0", | ||
"@babel/core": "^7.22.11", | ||
"@babel/preset-env": "^7.22.10", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@babel/core": "^7.23.5", | ||
"@babel/preset-env": "^7.23.5", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@testing-library/svelte": "^3.2.2", | ||
"autoprefixer": "^10.4.15", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^29.6.4", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"chai": "^4.3.8", | ||
"codeclimate-test-reporter": "^0.5.1", | ||
"cssnano": "^6.0.1", | ||
"cypress": "12.17.4", | ||
"cypress-plugin-tab": "^1.0.5", | ||
"del": "^7.0.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"autoprefixer": "^10.4.16", | ||
"cssnano": "^6.0.3", | ||
"del": "^7.1.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"glob": "^10.3.3", | ||
"http-server": "^14.1.1", | ||
"jest": "^29.6.4", | ||
"jest-environment-jsdom": "^29.6.4", | ||
"jest-expect-message": "^1.1.3", | ||
"jest-transform-css": "^6.0.1", | ||
"glob": "^10.3.10", | ||
"jsdoc": "^4.0.2", | ||
"jsdoc-template-ship-shape": "^0.1.1", | ||
"mutationobserver-shim": "^0.3.7", | ||
"postcss": "^8.4.28", | ||
"postcss": "^8.4.33", | ||
"postinstall-postinstall": "^2.1.0", | ||
"prettier": "^3.0.2", | ||
"release-it": "^15.11.0", | ||
"release-it-lerna-changelog": "^5.0.0", | ||
"prettier": "^3.1.1", | ||
"release-plan": "^0.8.0", | ||
"replace": "^1.2.2", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^2.79.1", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-copy": "^3.5.0", | ||
"rollup-plugin-filesize": "^10.0.0", | ||
"rollup-plugin-license": "^3.0.1", | ||
"rollup-plugin-license": "^3.2.0", | ||
"rollup-plugin-livereload": "^2.0.5", | ||
"rollup-plugin-multi-entry": "^2.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-scss": "^4.0.0", | ||
"rollup-plugin-serve": "^2.0.2", | ||
"rollup-plugin-svelte": "^7.1.6", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"sinon": "^15.1.0", | ||
"start-server-and-test": "^2.0.0", | ||
"rollup-plugin-visualizer": "^5.11.0", | ||
"svelte": "^3.59.2", | ||
"svelte-jester": "^2.3.2", | ||
"svelte-preprocess": "^5.0.4", | ||
"tailwindcss": "^3.3.3" | ||
"svelte-preprocess": "^5.1.3", | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "pnpm@8.15.4", | ||
"engines": { | ||
"node": "16.* || >= 18" | ||
"node": "18.* || >= 20" | ||
}, | ||
@@ -123,7 +109,3 @@ "publishConfig": { | ||
"Zack Bloom <zackbloom@gmail.com>" | ||
], | ||
"maintainers": [ | ||
"Robbie Wagner <rwwagner90@gmail.com>", | ||
"Chuck Carpenter <chuck@shipshape.io>" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
3539208
38
60
20335
1
1
0
4
5
Updated@floating-ui/dom@^1.5.3