Update version.

This commit is contained in:
CismonX 2021-06-03 20:29:24 +08:00
parent 89f217b2a2
commit 8b7a161651
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@esolangs/type-unlambda",
"version": "0.2.1",
"version": "0.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"dev": true
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esolangs/type-unlambda",
"version": "0.2.1",
"version": "0.2.2",
"description": "Unlambda interpreter implemented in TypeScript's type system",
"keywords": [
"Unlambda",
@ -18,7 +18,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.1.3"
"typescript": "^4.3.2"
},
"peerDependencies": {
"typescript": "^4.1.2"