Skip to content

Commit

Permalink
chore(release): v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Sep 21, 2023
1 parent 5a7e3cb commit 79ffcc1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 56 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog


## v1.0.1

112 changes: 56 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": "nuxt-auth-sanctum",
"version": "1.0.0",
"author": "Artem Manchenkov",
"description": "Nuxt module for Laravel Sanctum authentication",
"repository": "manchenkoff/nuxt-auth-sanctum",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"fmt": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.7.3",
"defu": "^6.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.3",
"@nuxt/test-utils": "^3.7.3",
"@types/node": "^18.17.17",
"@types/set-cookie-parser": "^2.4.3",
"changelogen": "^0.5.5",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxi": "^3.9.0",
"nuxt": "^3.7.3",
"prettier": "^3.0.3",
"set-cookie-parser": "^2.6.0",
"vite": "^4.4.9",
"vitest": "^0.33.0",
"vue": "^3.3.4"
},
"packageManager": "[email protected]"
}
"name": "nuxt-auth-sanctum",
"version": "1.0.1",
"author": "Artem Manchenkov",
"description": "Nuxt module for Laravel Sanctum authentication",
"repository": "manchenkoff/nuxt-auth-sanctum",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"fmt": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.7.3",
"defu": "^6.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.3",
"@nuxt/test-utils": "^3.7.3",
"@types/node": "^18.17.17",
"@types/set-cookie-parser": "^2.4.3",
"changelogen": "^0.5.5",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxi": "^3.9.0",
"nuxt": "^3.7.3",
"prettier": "^3.0.3",
"set-cookie-parser": "^2.6.0",
"vite": "^4.4.9",
"vitest": "^0.33.0",
"vue": "^3.3.4"
},
"packageManager": "[email protected]"
}

0 comments on commit 79ffcc1

Please sign in to comment.