Skip to content

Commit

Permalink
build 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Jul 7, 2020
1 parent ec993b6 commit 1dfd443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caridy/sjs",
"version": "0.2.13",
"version": "0.2.14",
"description": "Experimental JS Library to create a sandboxed JavaScript environment in browsers and node",
"module": "lib/index.js",
"types": "types/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"rollup": "^1.21.3",
"ts-jest": "^24.2.0",
"ttypescript": "^1.5.10",
"typescript": "^3.8.3"
"typescript": "^3.9.6"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4892,10 +4892,10 @@ type-is@~1.6.17:
media-typer "0.3.0"
mime-types "~2.1.24"

typescript@^3.8.3:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
typescript@^3.9.6:
version "3.9.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==

uglify-js@^3.1.4:
version "3.6.0"
Expand Down

0 comments on commit 1dfd443

Please sign in to comment.