symbol.prototype.description
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -8,2 +8,15 @@ # Changelog | ||
## [v1.0.5](https://github.com/es-shims/Symbol.prototype.description/compare/v1.0.4...v1.0.5) - 2021-08-17 | ||
### Commits | ||
- [actions] use `node/install` instead of `node/run`; use `codecov` action [`071b81c`](https://github.com/es-shims/Symbol.prototype.description/commit/071b81ce237200d99e85cc8d715da67e1dbf4356) | ||
- [Refactor] use `get-symbol-description`, extracted from `es-abstract` [`158e940`](https://github.com/es-shims/Symbol.prototype.description/commit/158e940d775120ac70033218aabf188986be42d8) | ||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`8ba38ec`](https://github.com/es-shims/Symbol.prototype.description/commit/8ba38ec2d1968aaecb8f8a8c0d2643a854ae41f8) | ||
- [actions] restore 0.x test config, from 071b81c [`d0562a9`](https://github.com/es-shims/Symbol.prototype.description/commit/d0562a912ff32e2e6d29904d178e3470880e6a97) | ||
- [Deps] update `es-abstract`, `has-symbols` [`4be56f3`](https://github.com/es-shims/Symbol.prototype.description/commit/4be56f33aced9fa82e31d1a3abffddb99dc713e7) | ||
- [Dev Deps] update `eslint`, `tape` [`184c012`](https://github.com/es-shims/Symbol.prototype.description/commit/184c0128389671cca645ecde4183fcc193d48b3d) | ||
- [meta] use `prepublishOnly` script for npm 7+ [`e93c72f`](https://github.com/es-shims/Symbol.prototype.description/commit/e93c72f9fb1537f5fc30c5e41061d4a140a76072) | ||
- [meta] add `sideEffects` flag [`57faa96`](https://github.com/es-shims/Symbol.prototype.description/commit/57faa962af1118160db4a043b204ed16209daf41) | ||
## [v1.0.4](https://github.com/es-shims/Symbol.prototype.description/compare/v1.0.3...v1.0.4) - 2021-02-21 | ||
@@ -10,0 +23,0 @@ |
'use strict'; | ||
module.exports = require('es-abstract/helpers/getInferredName'); | ||
// TODO: remove, semver-major | ||
module.exports = require('get-symbol-description/getInferredName'); |
'use strict'; | ||
var getSymbolDescription = require('es-abstract/helpers/getSymbolDescription'); | ||
var getSymbolDescription = require('get-symbol-description'); | ||
@@ -5,0 +5,0 @@ module.exports = function description() { |
{ | ||
"name": "symbol.prototype.description", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Spec-compliant shim for Symbol.prototype.description proposal.", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"version": "auto-changelog && git add CHANGELOG.md", | ||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", | ||
"prepublish": "safe-publish-latest", | ||
"prepublish": "not-in-publish || npm run prepublishOnly", | ||
"prepublishOnly": "safe-publish-latest", | ||
"lint": "eslint .", | ||
@@ -41,4 +43,4 @@ "postlint": "es-shim-api --bound --skip-shim-returns-polyfill", | ||
"call-bind": "^1.0.2", | ||
"es-abstract": "^1.18.0-next.2", | ||
"has-symbols": "^1.0.1", | ||
"get-symbol-description": "^1.0.0", | ||
"has-symbols": "^1.0.2", | ||
"object.getownpropertydescriptors": "^2.1.2" | ||
@@ -48,6 +50,6 @@ }, | ||
"@es-shims/api": "^2.1.2", | ||
"@ljharb/eslint-config": "^17.5.1", | ||
"aud": "^1.1.4", | ||
"auto-changelog": "^2.2.1", | ||
"eslint": "^7.20.0", | ||
"@ljharb/eslint-config": "^17.6.0", | ||
"aud": "^1.1.5", | ||
"auto-changelog": "^2.3.0", | ||
"eslint": "^7.32.0", | ||
"has-strict-mode": "^1.0.1", | ||
@@ -57,3 +59,3 @@ "nyc": "^10.3.2", | ||
"safe-publish-latest": "^1.1.4", | ||
"tape": "^5.2.0" | ||
"tape": "^5.3.1" | ||
}, | ||
@@ -60,0 +62,0 @@ "engines": { |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var polyfill = require('./polyfill'); | ||
var getInferredName = require('es-abstract/helpers/getInferredName'); | ||
var getInferredName = require('get-symbol-description/getInferredName'); | ||
@@ -8,0 +8,0 @@ var gOPD = Object.getOwnPropertyDescriptor; |
@@ -13,3 +13,3 @@ 'use strict'; | ||
var runTests = require('./tests'); | ||
var getInferredName = require('es-abstract/helpers/getInferredName'); | ||
var getInferredName = require('get-symbol-description/getInferredName'); | ||
@@ -16,0 +16,0 @@ test('shimmed', function (t) { |
'use strict'; | ||
var hasSymbols = require('has-symbols')(); | ||
var getInferredName = require('es-abstract/helpers/getInferredName'); | ||
var getInferredName = require('get-symbol-description/getInferredName'); | ||
@@ -6,0 +6,0 @@ module.exports = function (description, t) { |
Sorry, the diff of this file is not supported yet
25619
207
- Removedes-abstract@^1.18.0-next.2
Updatedhas-symbols@^1.0.2