@ne1410s/crypto 0.2.40 → 0.2.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ne1410s/crypto",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "description": "Lightweight ES5 script to provide crypto utilities",
5
5
  "main": "dist/ne14_crypto.cjs.min.js",
6
6
  "module": "dist/ne14_crypto.esm.min.js",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "dev": "npx rollup -c rollup.browser.config.js -m -w",
15
- "clean": "npx rimraf dist && rimraf test/**/*.p12",
15
+ "clean": "npx rimraf dist && rimraf test/test-cert.p12",
16
16
  "is-pretty": "npx prettier --list-different . --ignore-path .gitignore",
17
17
  "prettify": "npx prettier --write . --ignore-path .gitignore",
18
18
  "build": "npm run clean && npx rollup -c",
@@ -44,7 +44,7 @@
44
44
  "chai": "^4.3.7",
45
45
  "mocha": "^10.2.0",
46
46
  "prettier": "^2.8.4",
47
- "rimraf": "^3.0.2",
47
+ "rimraf": "^4.1.2",
48
48
  "rollup": "^3.15.0",
49
49
  "rollup-plugin-typescript2": "^0.34.1",
50
50
  "typescript": "^4.9.5"