ngrx-store-capacitor
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ngrx-store-capacitor", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simple storage syncing between @ngrx/store and @capacitor.", | ||
@@ -31,5 +31,5 @@ "scripts": { | ||
"devDependencies": { | ||
"@angular/compiler": "6.1.10", | ||
"@angular/compiler-cli": "6.1.10", | ||
"@angular/core": "6.1.10", | ||
"@angular/compiler": "^6.0.0", | ||
"@angular/compiler-cli": "^6.0.0", | ||
"@angular/core": "^6.0.0", | ||
"@capacitor/core": "1.0.0-beta.17", | ||
@@ -42,2 +42,3 @@ "@ngrx/effects": "6.1.2", | ||
"loader-utils": "~1.1.0", | ||
"reflect-metadata": "~0.1.12", | ||
"rimraf": "2.6.3", | ||
@@ -57,8 +58,9 @@ "rxjs": "6.3.3", | ||
"peerDependencies": { | ||
"@angular/core": "^6.1.0", | ||
"@angular/common": ">=6.0.0", | ||
"@angular/core": ">=6.0.0", | ||
"@capacitor/core": "^1.0.0-beta.17", | ||
"@ngrx/effects": "^6.1.0", | ||
"@ngrx/store": "^6.1.0", | ||
"rxjs": "^6.3.0" | ||
"@ngrx/effects": ">=6.0.0", | ||
"@ngrx/store": ">=6.0.0", | ||
"rxjs": ">=6.0.0" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"noImplicitAny": true, | ||
"module": "es2015", | ||
"target": "es5", | ||
"moduleResolution": "node", | ||
"sourceMap": true, | ||
"declaration": false, | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"outDir": "./dist/", | ||
"rootDir": "./src", | ||
"lib": [ | ||
"es2017", | ||
"dom" | ||
] | ||
"declaration": true, | ||
"moduleResolution": "node", | ||
"noUnusedLocals": true, | ||
"stripInternal": true, | ||
"allowSyntheticDefaultImports": true, | ||
"noUnusedParameters": false, | ||
"lib": ["es7", "es2015", "dom"] | ||
}, | ||
"files": [ | ||
"index.ts", | ||
"./src/index.ts" | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
"node_modules", | ||
"bundles" | ||
], | ||
@@ -23,0 +24,0 @@ "angularCompilerOptions": { |
Sorry, the diff of this file is not supported yet
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
15
7529
599429
6
23