@tauri-apps/api
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
123
package.json
{ | ||
"name": "@tauri-apps/api", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "Tauri API definitions", | ||
@@ -10,61 +10,2 @@ "type": "module", | ||
}, | ||
"scripts": { | ||
"build": "rimraf ./dist && rollup -c --silent && node ./scripts/after-build.cjs", | ||
"npm-pack": "yarn build && cd ./dist && npm pack", | ||
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly", | ||
"lint": "eslint --ext ts \"./src/**/*.ts\"", | ||
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"", | ||
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn", | ||
"format": "prettier --write --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", | ||
"format:check": "prettier --check --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tauri-apps/tauri.git" | ||
}, | ||
"contributors": [ | ||
"Tauri Programme within The Commons Conservancy" | ||
], | ||
"license": "Apache-2.0 OR MIT", | ||
"bugs": { | ||
"url": "https://github.com/tauri-apps/tauri/issues" | ||
}, | ||
"homepage": "https://github.com/tauri-apps/tauri#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">= 12.13.0", | ||
"npm": ">= 6.6.0", | ||
"yarn": ">= 1.19.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.14.0", | ||
"@babel/preset-env": "7.14.1", | ||
"@babel/preset-typescript": "7.13.0", | ||
"@rollup/plugin-babel": "5.3.0", | ||
"@rollup/plugin-commonjs": "19.0.0", | ||
"@rollup/plugin-node-resolve": "13.0.0", | ||
"@rollup/plugin-sucrase": "3.1.0", | ||
"@rollup/plugin-typescript": "8.2.1", | ||
"@typescript-eslint/eslint-plugin": "4.22.1", | ||
"@typescript-eslint/parser": "4.22.1", | ||
"eslint": "7.25.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-config-standard-with-typescript": "20.0.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "5.1.0", | ||
"eslint-plugin-security": "1.4.0", | ||
"lockfile-lint": "4.6.2", | ||
"prettier": "2.2.1", | ||
"regenerator-runtime": "0.13.7", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.47.0", | ||
"rollup-plugin-terser": "7.0.2", | ||
"tslib": "2.2.0", | ||
"typedoc": "0.20.36", | ||
"typedoc-plugin-markdown": "3.8.0", | ||
"typescript": "4.2.4" | ||
}, | ||
"exports": { | ||
@@ -138,4 +79,64 @@ "./app": { | ||
"require": "./window.cjs" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "rimraf ./dist && rollup -c --silent && node ./scripts/after-build.cjs", | ||
"npm-pack": "yarn build && cd ./dist && npm pack", | ||
"npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly", | ||
"lint": "eslint --ext ts \"./src/**/*.ts\"", | ||
"lint-fix": "eslint --fix --ext ts \"./src/**/*.ts\"", | ||
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn", | ||
"format": "prettier --write --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore", | ||
"format:check": "prettier --check --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json}\" --ignore-path .gitignore" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tauri-apps/tauri.git" | ||
}, | ||
"contributors": [ | ||
"Tauri Programme within The Commons Conservancy" | ||
], | ||
"license": "Apache-2.0 OR MIT", | ||
"bugs": { | ||
"url": "https://github.com/tauri-apps/tauri/issues" | ||
}, | ||
"homepage": "https://github.com/tauri-apps/tauri#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">= 12.13.0", | ||
"npm": ">= 6.6.0", | ||
"yarn": ">= 1.19.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.14.2", | ||
"@babel/preset-env": "7.14.2", | ||
"@babel/preset-typescript": "7.13.0", | ||
"@rollup/plugin-babel": "5.3.0", | ||
"@rollup/plugin-commonjs": "19.0.0", | ||
"@rollup/plugin-node-resolve": "13.0.0", | ||
"@rollup/plugin-sucrase": "3.1.0", | ||
"@rollup/plugin-typescript": "8.2.1", | ||
"@typescript-eslint/eslint-plugin": "4.23.0", | ||
"@typescript-eslint/parser": "4.23.0", | ||
"eslint": "7.26.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-config-standard-with-typescript": "20.0.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "5.1.0", | ||
"eslint-plugin-security": "1.4.0", | ||
"lockfile-lint": "4.6.2", | ||
"prettier": "2.3.0", | ||
"regenerator-runtime": "0.13.7", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.47.0", | ||
"rollup-plugin-terser": "7.0.2", | ||
"tslib": "2.2.0", | ||
"typedoc": "0.20.36", | ||
"typedoc-plugin-markdown": "3.8.1", | ||
"typescript": "4.2.4" | ||
} | ||
} |
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
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
214416
2