Compare commits

..

No commits in common. "629e3af60d5803a4d87a0e1b0ab98de02efccfc4" and "be04f9c5465653ea5b38cc6d90ef674750e6680e" have entirely different histories.

5 changed files with 298 additions and 433 deletions

View File

@ -24,10 +24,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Install Playwright Dependencies
- name: Install Playwright
run: pnpm exec playwright install-deps
- name: Install Playwright Browsers
run: pnpm exec playwright install
- name: Run tests
run: pnpm run test

View File

@ -24,9 +24,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Install Playwright Dependencies
- name: Install Playwright
run: pnpm exec playwright install-deps
- name: Install Playwright Browsers
run: pnpm exec playwright install
- name: Run tests
run: pnpm run test

2
.nvmrc
View File

@ -1 +1 @@
v20
v18.16

View File

@ -1,6 +1,8 @@
{
"name": "occulto",
"version": "2.0.3",
"version": "2.0.2",
"packageManager": "pnpm@8.4.0",
"license": "MIT",
"description": "crypt utility",
"keywords": [
"isomorphic",
@ -8,24 +10,20 @@
"aes",
"rsa"
],
"repository": {
"type": "git",
"url": "https://github.com/cupcakearmy/occulto"
},
"license": "MIT",
"author": {
"name": "Niccolo Borgioli",
"email": "opensource@nicco.io",
"url": "https://nicco.io"
"engines": {
"node": ">=16",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=8"
},
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
@ -44,21 +42,23 @@
},
"devDependencies": {
"@endyjasmi/karma-playwright-launcher": "^0.0.4",
"@types/node": "^20.11.17",
"chai": "^4.4.1",
"@types/node": "^20.1.5",
"chai": "^4.3.7",
"karma": "^6.4.2",
"karma-mocha": "^2.0.1",
"mocha": "^10.3.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.41.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
"playwright": "^1.33.0",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
},
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=16",
"npm": "please-use-pnpm",
"pnpm": ">=8",
"yarn": "please-use-pnpm"
"repository": {
"type": "git",
"url": "https://github.com/cupcakearmy/occulto"
},
"author": {
"name": "Niccolo Borgioli",
"email": "opensource@nicco.io",
"url": "https://nicco.io"
}
}

675
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff