Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jun 15, 2023
1 parent 43497eb commit 2efc95c
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 159 deletions.
157 changes: 0 additions & 157 deletions CHANGELOG.md

This file was deleted.

39 changes: 38 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
{"name":"lucia","version":"1.0.0-beta.1","description":"Authentication, simple and clean","scripts":{"ready":"pnpm i && cd packages/lucia && pnpm build && cd ../adapter-test && pnpm build && cd ../oauth && pnpm build && cd ../adapter-prisma && pnpm build && cd ../../","publish-setup":"pnpm i --no-frozen-lockfile && cd packages/lucia && pnpm build && cd ../adapter-test && pnpm build && cd ../../","format":"pnpm exec prettier --write .","preinstall":"npx only-allow pnpm","auri.format":"pnpm format","auri.publish_setup":"pnpm publish-setup"},"repository":{"type":"git","url":"https://github.com/pilcrowOnPaper/lucia"},"keywords":[],"author":"pilcrowOnPaper","license":"MIT","devDependencies":{"@types/node":"~18.15.13","@typescript-eslint/eslint-plugin":"^5.59.6","@typescript-eslint/parser":"^5.59.6","auri":"^0.7.2","eslint":"^8.40.0","eslint-config-prettier":"^8.8.0","eslint-plugin-svelte3":"^4.0.0","prettier":"^2.8.8","prettier-plugin-svelte":"^2.10.0","prettier-plugin-tailwindcss":"^0.2.8","shx":"^0.3.4","typescript":"latest"},"engines":{"node":"20.x","pnpm":"*"}}
{
"name": "lucia-repository",
"version": "1.0.0",
"description": "Authentication, simple and clean",
"scripts": {
"ready": "pnpm i && cd packages/lucia && pnpm build && cd ../adapter-test && pnpm build && cd ../oauth && pnpm build && cd ../adapter-prisma && pnpm build && cd ../../",
"publish-setup": "pnpm i --no-frozen-lockfile && cd packages/lucia && pnpm build && cd ../adapter-test && pnpm build && cd ../../",
"format": "pnpm exec prettier --write .",
"preinstall": "npx only-allow pnpm",
"auri.format": "pnpm format",
"auri.publish_setup": "pnpm publish-setup"
},
"repository": {
"type": "git",
"url": "https://github.com/pilcrowOnPaper/lucia"
},
"keywords": [],
"author": "pilcrowOnPaper",
"license": "MIT",
"devDependencies": {
"@types/node": "~18.15.13",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"auri": "^0.7.2",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"prettier-plugin-tailwindcss": "^0.2.8",
"shx": "^0.3.4",
"typescript": "latest"
},
"engines": {
"node": "20.x",
"pnpm": "*"
}
}
6 changes: 6 additions & 0 deletions packages/lucia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# lucia

### 2.0.0-beta.1

#### Patch changes

- [#735](https://github.com/pilcrowOnPaper/lucia/pull/735) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix `Session.fresh` fixed to `false`

### 2.0.0-beta.0

#### Major changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lucia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lucia",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "A simple and flexible authentication library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2efc95c

Please sign in to comment.