es-value-fixtures
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -8,2 +8,9 @@ # Changelog | ||
## [v1.4.0](https://github.com/ljharb/es-value-fixtures/compare/v1.3.1...v1.4.0) - 2022-05-05 | ||
### Commits | ||
- [meta] use `npmignore` to autogenerate an npmignore file [`e1e0e8f`](https://github.com/ljharb/es-value-fixtures/commit/e1e0e8fbd1188d634bbdceffa8c6be567a77ca58) | ||
- [New] add `v.assignedDescriptor(value)` [`b9c4b68`](https://github.com/ljharb/es-value-fixtures/commit/b9c4b6810059151acc443a0cddb09bf20466e7d1) | ||
## [v1.3.1](https://github.com/ljharb/es-value-fixtures/compare/v1.3.0...v1.3.1) - 2022-04-25 | ||
@@ -10,0 +17,0 @@ |
@@ -158,3 +158,6 @@ 'use strict'; | ||
}, | ||
assignedDescriptor: function (value) { | ||
return descriptors.configurable(descriptors.enumerable(descriptors.writable({ value: value }))); | ||
}, | ||
descriptors: descriptors | ||
}; |
{ | ||
"name": "es-value-fixtures", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Fixtures of ES values, for testing purposes", | ||
@@ -11,2 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"prepack": "npmignore --auto --commentLines=autogenerated", | ||
"prepublish": "not-in-publish || npm run prepublishOnly", | ||
@@ -54,2 +55,3 @@ "prepublishOnly": "safe-publish-latest", | ||
"isarray": "^2.0.5", | ||
"npmignore": "^0.3.0", | ||
"nyc": "^10.3.2", | ||
@@ -77,3 +79,8 @@ "reflect.ownkeys": "^1.1.0", | ||
"hideCredit": true | ||
}, | ||
"publishConfig": { | ||
"ignore": [ | ||
".github/workflows" | ||
] | ||
} | ||
} |
@@ -84,2 +84,3 @@ 'use strict'; | ||
'genericDescriptor', | ||
'assignedDescriptor', | ||
'descriptors' | ||
@@ -86,0 +87,0 @@ ]; |
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
20143
260
13