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 - name: Install dependencies
run: pnpm install run: pnpm install
- name: Install Playwright Dependencies - name: Install Playwright
run: pnpm exec playwright install-deps run: pnpm exec playwright install-deps
- name: Install Playwright Browsers
run: pnpm exec playwright install
- name: Run tests - name: Run tests
run: pnpm run test run: pnpm run test

View File

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

2
.nvmrc
View File

@ -1 +1 @@
v20 v18.16

View File

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