Skip to content

Commit

Permalink
release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Sep 28, 2022
1 parent 3ad1f97 commit 333be8b
Showing 1 changed file with 72 additions and 72 deletions.
144 changes: 72 additions & 72 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
{
"name": "simon-js-tool",
"version": "4.1.0",
"packageManager": "pnpm@6.32.3",
"description": "js-tool",
"author": "Simon He",
"license": "MIT",
"repository": {
"type": "git",
"url": "git + git@github.com:Simon-He95/simon-js-tool.git"
},
"bugs": {
"url": "https://github.com/Simon-He95/simon-js-tool/issues"
},
"keywords": [
"simon-js-tool",
"@simon_he/s-three",
"@simon_he/s-charts"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --minify",
"dev": "pkgroll --watch",
"play": "pnpm run -C playground dev",
"play:build": "pnpm run -C playground build",
"serve": "pnpm run -C playground serve",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"test": "vitest -u",
"test:e2e": "cypress open",
"prepublishOnly": "nr build",
"release": "bumpp --commit --tag --push && pnpm publish"
},
"dependencies": {
"@vueuse/core": "^8.1.1",
"htmlparser2": "^8.0.1",
"spark-md5": "^3.0.2",
"vue": "^3.2.36"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@types/node": "^17.0.38",
"@types/spark-md5": "^3.0.2",
"@vitejs/plugin-vue": "^2.2.4",
"bumpp": "^7.1.1",
"eslint": "^8.16.0",
"express": "^4.18.1",
"lodash": "^4.17.21",
"pkgroll": "^1.3.1",
"simon-js-tool": "workspace:^4.0.17",
"typescript": "^4.7.2",
"vite": "^2.8.6",
"vite-plugin-pages": "^0.22.0",
"vitest": "^0.7.0",
"vivid-typing": "^1.1.26"
},
"eslintConfig": {
"extends": "@antfu"
}
{
"name": "simon-js-tool",
"version": "4.1.1",
"packageManager": "pnpm@6.32.3",
"description": "js-tool",
"author": "Simon He",
"license": "MIT",
"repository": {
"type": "git",
"url": "git + git@github.com:Simon-He95/simon-js-tool.git"
},
"bugs": {
"url": "https://github.com/Simon-He95/simon-js-tool/issues"
},
"keywords": [
"simon-js-tool",
"@simon_he/s-three",
"@simon_he/s-charts"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --minify",
"dev": "pkgroll --watch",
"play": "pnpm run -C playground dev",
"play:build": "pnpm run -C playground build",
"serve": "pnpm run -C playground serve",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"test": "vitest -u",
"test:e2e": "cypress open",
"prepublishOnly": "nr build",
"release": "bumpp --commit --tag --push && pnpm publish"
},
"dependencies": {
"@vueuse/core": "^8.1.1",
"htmlparser2": "^8.0.1",
"spark-md5": "^3.0.2",
"vue": "^3.2.36"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@types/node": "^17.0.38",
"@types/spark-md5": "^3.0.2",
"@vitejs/plugin-vue": "^2.2.4",
"bumpp": "^7.1.1",
"eslint": "^8.16.0",
"express": "^4.18.1",
"lodash": "^4.17.21",
"pkgroll": "^1.3.1",
"simon-js-tool": "workspace:^4.0.17",
"typescript": "^4.7.2",
"vite": "^2.8.6",
"vite-plugin-pages": "^0.22.0",
"vitest": "^0.7.0",
"vivid-typing": "^1.1.26"
},
"eslintConfig": {
"extends": "@antfu"
}
}

1 comment on commit 333be8b

@vercel
Copy link

@vercel vercel bot commented on 333be8b Sep 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

simon-js-tool – ./

simon-js-tool-simon-he95.vercel.app
simon-js-tool-git-master-simon-he95.vercel.app
simon-js-tool.vercel.app

Please sign in to comment.