diff --git a/README.md b/README.md index 224853e6..6d935613 100755 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ https://github.com/git-for-windows/git/releases/download/v2.37.3.windows.1/Git-2 for windows, this README will use `Git Bash` for terminal commands +for windows, this README will use `Git Bash` for terminal commands + 4.) Install build tools: The node sub-dependencies for the DAT must be built locally on the target system and requires build tools for languages other than node. Run the command below to install the necessary build tools: @@ -168,7 +170,7 @@ use the command below to install install python 3 -https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe +https://www.python.org/downloads/release/python-3104/ This requires administrator access. This is a very lengthy install- it can take over an hour even on a fast machine with a fantastic connection. diff --git a/package-lock.json b/package-lock.json index 88a7562f..5fe0a23b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "a2jdat", - "version": "8.0.2-0", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "a2jdat", - "version": "8.0.2-0", + "version": "8.0.2", "license": "GNU AGPL v3.0", "dependencies": { - "@caliorg/a2jdeps": "^7.1.7-0", + "@caliorg/a2jdeps": "^7.1.7", "axios": "^0.21.1", "babel-polyfill": "^6.26.0", "body-parser": "^1.19.0", @@ -817,9 +817,9 @@ } }, "node_modules/@caliorg/a2jdeps": { - "version": "7.1.7-0", - "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7-0.tgz", - "integrity": "sha512-vX06Fhj08I8lvw9z5SbtqMFYl8sbtx1E2G7RcPw+3fX6xmgYaCpFsVczZLuIHQmsj8TlSIeBBrceiEUrgUwAnA==", + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7.tgz", + "integrity": "sha512-9g2GEJEgAOm0q8QM2mVrHCIzlfKZTJ6qkw/TGETzNIsnL8TVQtaILI56dD2PQq8Q77L6WEBvFD2ujaY2T1QkPw==", "dependencies": { "bootstrap": "^3.4.1", "can-component": "^4.6.3", @@ -18327,9 +18327,9 @@ } }, "@caliorg/a2jdeps": { - "version": "7.1.7-0", - "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7-0.tgz", - "integrity": "sha512-vX06Fhj08I8lvw9z5SbtqMFYl8sbtx1E2G7RcPw+3fX6xmgYaCpFsVczZLuIHQmsj8TlSIeBBrceiEUrgUwAnA==", + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7.tgz", + "integrity": "sha512-9g2GEJEgAOm0q8QM2mVrHCIzlfKZTJ6qkw/TGETzNIsnL8TVQtaILI56dD2PQq8Q77L6WEBvFD2ujaY2T1QkPw==", "requires": { "bootstrap": "^3.4.1", "can-component": "^4.6.3", diff --git a/package.json b/package.json index e1fc0d54..2fa50d55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "a2jdat", - "version": "8.0.2-0", + "version": "9.0.1", "description": "Authoring and viewer App GUI.", "license": "GNU AGPL v3.0", "author": { @@ -29,7 +29,7 @@ "lint:pdf": "standard src/*.js src/**/*.js --fix && standard test/**/*.js --fix --env mocha" }, "dependencies": { - "@caliorg/a2jdeps": "^7.1.7-1", + "@caliorg/a2jdeps": "^7.1.7", "axios": "^0.21.1", "babel-polyfill": "^6.26.0", "body-parser": "^1.19.0",