Comparing version 2.6.0 to 3.0.0-next.1574050476.78f45f388db6083551ffa2ab28f664ae7945d42b
# History | ||
## v3.0.0 2019 November 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
- Minimum required node version changed from `node: >=0.12` to `node: >=8` to keep up with mandatory ecosystem changes | ||
## v2.6.0 2019 November 18 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "fellow", | ||
"version": "2.6.0", | ||
"version": "3.0.0-next.1574050476.78f45f388db6083551ffa2ab28f664ae7945d42b", | ||
"description": "Fellow is a package for creating people that can be unified by their shared values via a singleton list on the class", | ||
@@ -66,3 +66,3 @@ "homepage": "https://github.com/bevry/fellow", | ||
"engines": { | ||
"node": ">=0.12" | ||
"node": ">=8" | ||
}, | ||
@@ -80,3 +80,3 @@ "editions": [ | ||
"engines": { | ||
"node": "6 || 8 || 10 || 12 || 13", | ||
"node": "8 || 10 || 12", | ||
"browsers": false | ||
@@ -97,22 +97,6 @@ } | ||
} | ||
}, | ||
{ | ||
"description": "esnext compiled for node.js 0.12 with require for modules", | ||
"directory": "edition-node-0.12", | ||
"entry": "index.js", | ||
"tags": [ | ||
"javascript", | ||
"require" | ||
], | ||
"engines": { | ||
"node": "0.12 || 4 || 6 || 8 || 10 || 12 || 13", | ||
"browsers": false | ||
} | ||
} | ||
], | ||
"main": "index.js", | ||
"main": "source/index.js", | ||
"browser": "edition-browsers/index.js", | ||
"dependencies": { | ||
"editions": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
@@ -123,3 +107,3 @@ "@babel/cli": "^7.7.0", | ||
"@babel/preset-env": "^7.7.1", | ||
"assert-helpers": "4.10.0", | ||
"assert-helpers": "5.4.0", | ||
"eslint": "^6.6.0", | ||
@@ -131,3 +115,3 @@ "eslint-config-bevry": "^1.2.1", | ||
"jsdoc": "^3.6.3", | ||
"kava": "3.2.0", | ||
"kava": "4.0.0", | ||
"minami": "^1.2.3", | ||
@@ -141,5 +125,4 @@ "prettier": "^1.19.1", | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.12", | ||
"our:compile": "npm run our:compile:edition-browsers", | ||
"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source", | ||
"our:compile:edition-node-0.12": "env BABEL_ENV=edition-node-0.12 babel --out-dir ./edition-node-0.12 ./source", | ||
"our:deploy": "echo no need for this project", | ||
@@ -163,3 +146,3 @@ "our:meta": "npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:verify:prettier": "prettier --write ./source/**", | ||
"test": "node ./test.js" | ||
"test": "node ./source/test.js" | ||
}, | ||
@@ -191,19 +174,2 @@ "eslintConfig": { | ||
] | ||
}, | ||
"edition-node-0.12": { | ||
"sourceType": "script", | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"node": "0.12" | ||
}, | ||
"modules": "commonjs" | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"@babel/proposal-object-rest-spread" | ||
] | ||
} | ||
@@ -210,0 +176,0 @@ } |
@@ -57,6 +57,5 @@ <!-- TITLE/ --> | ||
<ul><li><code>fellow</code> aliases <code>fellow/index.js</code> which uses <a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a> to automatically select the correct edition for the consumers environment</li> | ||
<ul><li><code>fellow</code> aliases <code>fellow/source/index.js</code></li> | ||
<li><code>fellow/source/index.js</code> is esnext source code with require for modules</li> | ||
<li><code>fellow/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li> | ||
<li><code>fellow/edition-node-0.12/index.js</code> is esnext compiled for node.js 0.12 with require for modules</li></ul> | ||
<li><code>fellow/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li></ul> | ||
@@ -63,0 +62,0 @@ <h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3> |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
44415
8
819
1
146
- Removededitions@^2.2.0
- Removededitions@2.3.1(transitive)
- Removederrlop@2.2.0(transitive)
- Removedsemver@6.3.1(transitive)