@actra-development-oss/ng-i18n-aot-loader
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "@actra-development-oss/ng-i18n-aot-loader", | ||
"description": "angular 4 i18n pre-loader for webpack 2 to support AOT with dynamic locale changes", | ||
"keywords": [ | ||
"name": "@actra-development-oss/ng-i18n-aot-loader", | ||
"description": "angular 4 i18n pre-loader for webpack 2 to support AOT with dynamic locale changes", | ||
"keywords": [ | ||
"angular", | ||
@@ -10,5 +10,5 @@ "aot", | ||
], | ||
"license": "MIT", | ||
"version": "1.0.0", | ||
"author": { | ||
"license": "MIT", | ||
"version": "1.0.2", | ||
"author": { | ||
"name": "Gabriel Schuster - actra.development", | ||
@@ -18,35 +18,19 @@ "email": "opensource@actra.de", | ||
}, | ||
"homepage": "https://github.com/actra-development-oss/ng-i18n-aot-loader#readme", | ||
"repository": { | ||
"homepage": "https://github.com/actra-development-oss/ng-i18n-aot-loader#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:actra-development-oss/ng-i18n-aot-loader.git" | ||
}, | ||
"bugs": { | ||
"bugs": { | ||
"url": "https://github.com/actra-development-oss/ng-i18n-aot-loader/issues", | ||
"email": "opensource@actra.de" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.com/", | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"loader-utils": "^1.0.2", | ||
"object-assign": "^4.1.0", | ||
"fs": "^0.0.2", | ||
"@angular/core": "^4.1.0", | ||
"@angular/compiler": "^4.1.0" | ||
"loader-utils": "1.1.0", | ||
"object-assign": "4.1.1", | ||
"fs": "0.0.2", | ||
"@angular/core": "4.2.5", | ||
"@angular/compiler": "4.2.5" | ||
}, | ||
"devDependencies": { | ||
"mkdirp": "0.5.1", | ||
"ncp": "2.0.0", | ||
"npm-run-all": "4.0.2", | ||
"rimraf": "2.6.1", | ||
"rollup": "0.43.0", | ||
"uglify-js": "3.0.21", | ||
"yarn": "0.24.6" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "^4.1.0" | ||
}, | ||
"files": [ | ||
"files": [ | ||
"dist/index.js", | ||
@@ -60,28 +44,3 @@ "dist/index.umd.js", | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "yarn run run-s -- build:clean build:copy", | ||
"build:clean": "yarn run rimraf -- ./dist && yarn run mkdirp -- ./dist", | ||
"build:copy": "yarn run run-s -- build:copy-1 build:copy-2 build:copy-3 build:copy-4 build:copy-5", | ||
"build:copy-1": "yarn run ncp -- ./package.json ./dist/package.json", | ||
"build:copy-2": "yarn run ncp -- ./CHANGELOG.md ./dist/CHANGELOG.md", | ||
"build:copy-3": "yarn run ncp -- ./index.js ./dist/index.js", | ||
"build:copy-4": "yarn run ncp -- ./LICENSE ./dist/LICENSE", | ||
"build:copy-5": "yarn run ncp -- ./README.md ./dist/README.md", | ||
"publishToNpmjs": "yarn run build && npm publish ./dist --access public --registry https://registry.npmjs.com/", | ||
"mkdirp": "./node_modules/.bin/mkdirp", | ||
"ncp": "./node_modules/.bin/ncp", | ||
"rimraf": "./node_modules/.bin/rimraf", | ||
"rollup": "./node_modules/.bin/rollup", | ||
"run-s": "./node_modules/.bin/run-s", | ||
"uglifyjs": "./node_modules/.bin/uglifyjs", | ||
"yarn": "./node_modules/.bin/yarn" | ||
} | ||
"main": "index.js" | ||
} |
@@ -13,3 +13,3 @@ # ng-i18n-aot-loader [Proof-Of-Concept] | ||
All bindings and contexts stay intact and there's no need to do special magic to your code. | ||
To actually change the displayed locale, a service is provided (by `@actra-development-oss/ng-i18n-aot-module`) that you may include in your component(s) to call `setLocale('new_locale')` on it. | ||
To actually change the displayed locale, a service is provided (by [@actra-development-oss/ng-i18n-aot-module](https://github.com/actra-development-oss/ng-i18n-aot-module)) that you may include in your component(s) to call `setLocale('new_locale')` on it. | ||
@@ -16,0 +16,0 @@ |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5
0
0
19434
+ Added@angular/compiler@4.2.5(transitive)
+ Added@angular/core@4.2.5(transitive)
+ Addedbig.js@3.2.0(transitive)
+ Addedemojis-list@2.1.0(transitive)
+ Addedjson5@0.5.1(transitive)
+ Addedloader-utils@1.1.0(transitive)
- Removed@angular/compiler@4.4.7(transitive)
- Removed@angular/core@4.4.7(transitive)
- Removedbig.js@5.2.2(transitive)
- Removedemojis-list@3.0.0(transitive)
- Removedjson5@1.0.2(transitive)
- Removedloader-utils@1.4.2(transitive)
- Removedminimist@1.2.8(transitive)
Updated@angular/compiler@4.2.5
Updated@angular/core@4.2.5
Updatedfs@0.0.2
Updatedloader-utils@1.1.0
Updatedobject-assign@4.1.1