@tannin/compile
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,5 +0,11 @@ | ||
## 1.0.3 (Unreleased) | ||
## 1.0.4 (2019-11-27) | ||
Internal | ||
- Update project inter-dependencies | ||
## 1.0.3 (2019-03-07) | ||
Internal | ||
- Add `repository.directory` to `package.json` | ||
@@ -6,0 +12,0 @@ |
{ | ||
"name": "@tannin/compile", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Compiles an evaluating function for a C expression", | ||
@@ -29,4 +29,4 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@tannin/evaluate": "^1.1.1", | ||
"@tannin/postfix": "^1.0.2" | ||
"@tannin/evaluate": "^1.1.2", | ||
"@tannin/postfix": "^1.0.3" | ||
}, | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "32fce6eeefdc3db7819004e9044e707604af4cd9" | ||
"gitHead": "0e72800b6a32ef0bd82cb6d14c156bfa4093dc2c" | ||
} |
@@ -31,4 +31,4 @@ `@tannin/compile` | ||
Copyright 2018 Andrew Duthie | ||
Copyright 2019 Andrew Duthie | ||
Released under the [MIT License](https://opensource.org/licenses/MIT). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11250
Updated@tannin/evaluate@^1.1.2
Updated@tannin/postfix@^1.0.3