gatsby-worker
Advanced tools
Comparing version 1.16.0-next.0 to 1.17.0-next.0
@@ -6,2 +6,8 @@ # Changelog: `gatsby-worker` | ||
## [1.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.15.0/packages/gatsby-worker) (2022-05-24) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.15) | ||
**Note:** Version bump only for package gatsby-worker | ||
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.14.0/packages/gatsby-worker) (2022-05-10) | ||
@@ -8,0 +14,0 @@ |
"use strict"; | ||
exports.__esModule = true; | ||
exports.getMessenger = exports.isWorker = void 0; | ||
exports.isWorker = exports.getMessenger = void 0; | ||
@@ -6,0 +6,0 @@ var _types = require("./types"); |
"use strict"; | ||
exports.__esModule = true; | ||
exports.WORKER_READY = exports.CUSTOM_MESSAGE = exports.END = exports.RESULT = exports.ERROR = exports.EXECUTE = void 0; | ||
exports.WORKER_READY = exports.RESULT = exports.EXECUTE = exports.ERROR = exports.END = exports.CUSTOM_MESSAGE = void 0; | ||
const EXECUTE = 0b01; | ||
@@ -6,0 +6,0 @@ exports.EXECUTE = EXECUTE; |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "1.16.0-next.0", | ||
"version": "1.17.0-next.0", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -16,6 +16,6 @@ "bugs": { | ||
"@babel/register": "^7.15.3", | ||
"babel-preset-gatsby-package": "^2.16.0-next.0", | ||
"babel-preset-gatsby-package": "^2.17.0-next.0", | ||
"cross-env": "^7.0.3", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.7.2" | ||
}, | ||
@@ -43,3 +43,3 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme", | ||
}, | ||
"gitHead": "81b82c8c408afaf763e326e3c68134b6fe174516" | ||
"gitHead": "f35540cd97d59be204ffa451d6e766e776cbd8d9" | ||
} |
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
38086