Compare commits

..

No commits in common. "5e811edbc5c71c807ec51a9976e8c47f62681b05" and "1ab82a78fe714f482f4948fc0ab609028f4128ef" have entirely different histories.

6 changed files with 416 additions and 444 deletions

View File

@ -1,9 +1,9 @@
name: 'Publish to NPM' name: "Publish to NPM"
on: on:
push: push:
tags: tags:
- 'v*' - "v*"
jobs: jobs:
build: build:
@ -16,13 +16,13 @@ jobs:
- name: Install Node - name: Install Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 16
registry-url: 'https://registry.npmjs.org' registry-url: "https://registry.npmjs.org"
- name: Setup PNPM - name: Setup PNPM
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 8 version: 7
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install

View File

@ -1,4 +1,4 @@
name: 'Run Tests' name: "Run Tests"
on: on:
pull_request: pull_request:
@ -17,12 +17,12 @@ jobs:
- name: Install Node - name: Install Node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 16
- name: Setup PNPM - name: Setup PNPM
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 8 version: 7
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.1]
### Changed
- Updated dependencies.
## [2.0.0] ## [2.0.0]
### Added ### Added

View File

@ -1,6 +1,6 @@
{ {
"name": "occulto", "name": "occulto",
"version": "2.0.1", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"description": "crypt utility", "description": "crypt utility",
"keywords": [ "keywords": [
@ -13,7 +13,7 @@
"node": ">=16", "node": ">=16",
"npm": "please-use-pnpm", "npm": "please-use-pnpm",
"yarn": "please-use-pnpm", "yarn": "please-use-pnpm",
"pnpm": ">=8" "pnpm": "7"
}, },
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -41,15 +41,15 @@
}, },
"devDependencies": { "devDependencies": {
"@endyjasmi/karma-playwright-launcher": "^0.0.4", "@endyjasmi/karma-playwright-launcher": "^0.0.4",
"@types/node": "^16.18.24", "@types/node": "^16.18.11",
"chai": "^4.3.7", "chai": "^4.3.7",
"karma": "^6.4.2", "karma": "^6.4.1",
"karma-mocha": "^2.0.1", "karma-mocha": "^2.0.1",
"mocha": "^10.2.0", "mocha": "^10.2.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"playwright": "^1.32.3", "playwright": "^1.29.2",
"typedoc": "^0.24.6", "typedoc": "^0.23.24",
"typescript": "^5.0.4" "typescript": "^4.9.4"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

823
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff