js-data-rethinkdb
Advanced tools
Comparing version 3.0.0-alpha.13 to 3.0.0-beta.1
@@ -0,1 +1,8 @@ | ||
##### 3.0.0-beta.1 - 17 April 2016 | ||
Official v3 beta release | ||
###### Other | ||
- Upgraded dependencies | ||
##### 3.0.0-alpha.13 - 17 March 2016 | ||
@@ -2,0 +9,0 @@ |
@@ -286,2 +286,24 @@ 'use strict'; | ||
/** | ||
* Details of the current version of the `js-data-rethinkdb` module. | ||
* | ||
* @name RethinkDBAdapter.version | ||
* @type {Object} | ||
* @property {string} full The full semver value. | ||
* @property {number} major The major version number. | ||
* @property {number} minor The minor version number. | ||
* @property {number} patch The patch version number. | ||
* @property {(string|boolean)} alpha The alpha version value, otherwise `false` | ||
* if the current version is not alpha. | ||
* @property {(string|boolean)} beta The beta version value, otherwise `false` | ||
* if the current version is not beta. | ||
*/ | ||
RethinkDBAdapter.version = { | ||
beta: 1, | ||
full: '3.0.0-beta.1', | ||
major: 3, | ||
minor: 0, | ||
patch: 0 | ||
}; | ||
RethinkDBAdapter.OPERATORS = OPERATORS; | ||
@@ -288,0 +310,0 @@ |
{ | ||
"name": "js-data-rethinkdb", | ||
"description": "RethinkDB adapter for js-data.", | ||
"version": "3.0.0-alpha.13", | ||
"version": "3.0.0-beta.1", | ||
"homepage": "https://github.com/js-data/js-data-rethinkdb", | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"lint": "repo-tools lint src/index.js mocha.start.js test/**/*.js scripts/**.js rollup.config.js", | ||
"bundle": "rollup -c rollup.config.js -f cjs -o dist/js-data-rethinkdb.js -m dist/js-data-rethinkdb.js.map src/index.js", | ||
"bundle": "rollup -c rollup.config.js -f cjs -o dist/js-data-rethinkdb.js -m dist/js-data-rethinkdb.js.map src/index.js && repo-tools write-version dist/js-data-rethinkdb.js", | ||
"doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src && node scripts/cleanup.js", | ||
@@ -47,25 +47,24 @@ "watch": "watch \"npm run bundle\" src/", | ||
"release": "npm test && npm run doc && npm run repo-tools", | ||
"ci": "npm run test && cat coverage/lcov.info | coveralls || true" | ||
"ci": "npm run test && cat coverage/lcov.info | codecov || true" | ||
}, | ||
"dependencies": { | ||
"js-data-adapter": "0.2.3", | ||
"mout": "0.12.0" | ||
"js-data-adapter": "~0.3.0", | ||
"mout": "1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"js-data": "^3.0.0-alpha.19", | ||
"js-data": "^3.0.0-beta.1", | ||
"rethinkdbdash": ">=1.15.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "6.7.2", | ||
"babel-polyfill": "6.7.2", | ||
"babel-core": "6.7.6", | ||
"babel-polyfill": "6.7.4", | ||
"babel-preset-es2015-rollup": "1.1.1", | ||
"chai": "3.5.0", | ||
"coveralls": "2.11.8", | ||
"ink-docstrap": "1.1.4", | ||
"istanbul": "0.4.2", | ||
"istanbul": "0.4.3", | ||
"js-data-adapter-tests": "^2.0.0-alpha.15", | ||
"js-data-repo-tools": "0.2.0", | ||
"js-data-repo-tools": "0.3.0", | ||
"jsdoc": "3.4.0", | ||
"mocha": "2.4.5", | ||
"rollup": "0.25.4", | ||
"rollup": "0.25.8", | ||
"rollup-plugin-babel": "2.4.0", | ||
@@ -72,0 +71,0 @@ "sinon": "1.17.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
15
1
0
101004
18
957
+ Addedjs-data-adapter@0.3.0(transitive)
+ Addedmout@1.0.0(transitive)
- Removedjs-data-adapter@0.2.3(transitive)
- Removedmout@0.12.0(transitive)
Updatedjs-data-adapter@~0.3.0
Updatedmout@1.0.0