alloy-compiler
Advanced tools
Comparing version 0.2.2 to 0.2.3
module.exports = { | ||
extends: '../../.eslintrc.js', | ||
overrides: [ | ||
{ | ||
files: ['test/**/*.js'], | ||
extends: ['plugin:jest/all', 'plugin:jest/recommended'], | ||
globals: { | ||
'jest/globals': true | ||
} | ||
} | ||
] | ||
} | ||
extends: '../../.eslintrc.js', | ||
overrides: [ | ||
{ | ||
files: [ 'test/**/*.js' ], | ||
extends: [ 'plugin:jest/all', 'plugin:jest/recommended' ], | ||
globals: { | ||
'jest/globals': true | ||
} | ||
} | ||
] | ||
}; |
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.3](https://github.com/appcelerator/alloy-devkit/compare/v0.2.2...v0.2.3) (2020-06-08) | ||
### Bug Fixes | ||
* add missing direct dependencies ([56e44ab](https://github.com/appcelerator/alloy-devkit/commit/56e44ab314d7500ead0591f74d54300251751e4b)) | ||
## [0.2.2](https://github.com/appcelerator/alloy-devkit/compare/v0.2.1...v0.2.2) (2020-05-18) | ||
@@ -8,0 +19,0 @@ |
const fs = require('fs-extra'); | ||
const chmodr = require('chmodr'); | ||
const path = require('path'); | ||
@@ -4,0 +3,0 @@ const CONST = require('alloy-utils').constants; |
{ | ||
"name": "alloy-compiler", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Compiler for Alloy components", | ||
@@ -18,7 +18,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/generator": "^7.8.3", | ||
"@babel/parser": "^7.8.3", | ||
"@babel/traverse": "^7.8.3", | ||
"@babel/types": "^7.8.3", | ||
"alloy-utils": "^0.2.2", | ||
"@babel/core": "^7.9.6", | ||
"@babel/generator": "^7.9.6", | ||
"@babel/parser": "^7.9.6", | ||
"@babel/traverse": "^7.9.6", | ||
"@babel/types": "^7.9.6", | ||
"alloy-utils": "^0.2.3", | ||
"chmodr": "^1.2.0", | ||
@@ -29,2 +30,3 @@ "fs-extra": "^9.0.0", | ||
"node.extend": "^2.0.2", | ||
"source-map": "^0.7.3", | ||
"walk-sync": "^2.0.2", | ||
@@ -36,3 +38,3 @@ "xmldom": "^0.3.0" | ||
}, | ||
"gitHead": "f8a8138410c6a9f3f3963cec4a8984313700013e" | ||
"gitHead": "d59738460ac79808a83408a5522fa39f269aa923" | ||
} |
module.exports = { | ||
root: true, | ||
extends: 'axway/env-alloy' | ||
} | ||
root: true, | ||
extends: 'axway/env-alloy' | ||
}; |
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
917748
14
23644
+ Added@babel/core@^7.9.6
+ Addedsource-map@^0.7.3
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@babel/compat-data@7.26.2(transitive)
+ Added@babel/core@7.26.0(transitive)
+ Added@babel/helper-compilation-targets@7.25.9(transitive)
+ Added@babel/helper-module-imports@7.25.9(transitive)
+ Added@babel/helper-module-transforms@7.26.0(transitive)
+ Added@babel/helper-validator-option@7.25.9(transitive)
+ Added@babel/helpers@7.26.0(transitive)
+ Addedbrowserslist@4.24.2(transitive)
+ Addedcaniuse-lite@1.0.30001683(transitive)
+ Addedconvert-source-map@2.0.0(transitive)
+ Addedelectron-to-chromium@1.5.64(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedgensync@1.0.0-beta.2(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addednode-releases@2.0.18(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedsource-map@0.7.4(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
+ Addedyallist@3.1.1(transitive)
Updated@babel/generator@^7.9.6
Updated@babel/parser@^7.9.6
Updated@babel/traverse@^7.9.6
Updated@babel/types@^7.9.6
Updatedalloy-utils@^0.2.3