Comparing version 2.1.0 to 3.0.0
{ | ||
"name": "cruft-ddb", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "A simple optimistic-locking abstraction over Dynamo DB", | ||
@@ -10,6 +10,3 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"core-js": "^2.4.1", | ||
"tslib": "^1.7.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -19,7 +16,5 @@ "@types/chai": "^3.4.35", | ||
"@types/node": "^7.0.8", | ||
"aws-sdk": "^2.9.0", | ||
"aws-sdk": "^2.49.0", | ||
"chai": "^3.5.0", | ||
"jest": "^19.0.2", | ||
"rollup": "^0.41.6", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"ts-jest": "^19.0.14", | ||
@@ -33,3 +28,3 @@ "tslint": "^5.1.0", | ||
"lint": "tslint --project tsconfig.json --type-check", | ||
"test": "npm run lint && tsc && jest && rollup -c" | ||
"test": "npm run lint && tsc && jest" | ||
}, | ||
@@ -36,0 +31,0 @@ "jest": { |
@@ -12,1 +12,4 @@ # cruft | ||
## Symbol.asyncIterator | ||
A `Symbol.asyncIterator` polyfill may be required depending on your environment e.g. `core-js/fn/symbol/async-iterator`. |
import { assertHasValidDynamoDBFieldNames } from './assertHasValidDynamoDBFieldNames'; | ||
import { IConfiguration, IHasVersion, IHasMetadata } from './index'; | ||
import 'core-js/fn/symbol/async-iterator'; | ||
@@ -5,0 +4,0 @@ const createFilterExpression = (fieldNames, fields) => |
{ | ||
"compileOnSave": true, | ||
"compilerOptions": { | ||
"module": "es6", | ||
"moduleResolution": "node", | ||
"importHelpers": true, | ||
"module": "commonjs", | ||
"target": "es6", | ||
@@ -8,0 +6,0 @@ "noImplicitAny": false, |
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
1
11
14
19545
13
510
- Removedcore-js@^2.4.1
- Removedtslib@^1.7.0
- Removedcore-js@2.6.12(transitive)
- Removedtslib@1.14.1(transitive)