Skip to content

Commit

Permalink
Adding updates and build.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Oct 24, 2022
1 parent ae72732 commit 9d19033
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsencrypt",
"type": "module",
"version": "3.2.1",
"version": "3.3.0",
"description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.",
"main": "bin/jsencrypt.js",
"module": "lib/index.js",
Expand All @@ -11,10 +11,10 @@
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.21",
"@types/node": "^18.11.4",
"chai": "^4.3.6",
"dirty-chai": "^2.0.1",
"fs-jetpack": "^5.0.0",
"fs-jetpack": "^5.1.0",
"mocha": "^10.0.0",
"process": "^0.11.10",
"ts-mocha": "^10.0.0",
Expand Down Expand Up @@ -50,6 +50,10 @@
{
"name": "Julio",
"url": "https://github.com/jmgaya"
},
{
"name": "Taehyun Hwang",
"url": "https://github.com/HwangTaehyun"
}
],
"homepage": "http://www.travistidwell.com/jsencrypt",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,16 @@
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.0.tgz#3d9018c575f0e3f7386c1de80ee66cc21fbb7a52"
integrity sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==

"@types/node@*", "@types/node@^18.7.21":
"@types/node@*":
version "18.11.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d"
integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==

"@types/node@^18.11.4":
version "18.11.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.4.tgz#7017a52e18dfaad32f55eebd539993014441949c"
integrity sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A==

"@types/stack-utils@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
Expand Down Expand Up @@ -832,10 +837,10 @@ flat@^5.0.2:
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==

fs-jetpack@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-5.0.0.tgz#020bde38f9d4a5422fc663b7934ac8abdc64a885"
integrity sha512-0f9QoIbfAq/DuafAQisvsHJmLnJB2D53d9FXIu0UZPUg4Kzocez1+AinToPON6JD/C60kDlye121puiR5ivfdg==
fs-jetpack@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-5.1.0.tgz#dcd34d709b69007c9dc2420a6f2b9e8f986cff0d"
integrity sha512-Xn4fDhLydXkuzepZVsr02jakLlmoARPy+YWIclo4kh0GyNGUHnTqeH/w/qIsVn50dFxtp8otPL2t/HcPJBbxUA==
dependencies:
minimatch "^5.1.0"

Expand Down

1 comment on commit 9d19033

@yubchuan
Copy link

@yubchuan yubchuan commented on 9d19033 Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to ask how to solve the problem of error reporting in local development of our jsencrypt package .There is an error in this line of code in local use,How to solve the problem and let me use it normally,I hope you can solve this small problem and give a timely reply when you receive it,

var version = process.env.npm_package_version;
Thank you
Your Little Mystery Brother YU

Please sign in to comment.