Skip to content

Commit

Permalink
943-ExposeIsDataUriAddToIndexUpdatePackageVersionForNewRelease (#33)
Browse files Browse the repository at this point in the history
* 943-UpdatePackageVersion

* 943-UpdatePackageVersions

* 943-UpdatePackageVersionsRemoveUnsusedDependenciesAddDepCheckAndUpdate

* 943-UpdatePackageVersionsRevertDevDependencies

* 943-UpdatePackageVersionsRevertDependencies

* 943-UpdateDepCheckRejectEntries

* 943-ExposeNewlyCreatedFunctionIsDataUriUpdatePackageVersionForNewRelease

* 943-ExposeIsDataUriAddToIndexUpdatePackageVersionForNewRelease
  • Loading branch information
gibaros committed Sep 5, 2019
1 parent 33b8486 commit eca5db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-services-stream",
"version": "7.4.1",
"version": "7.4.2",
"description": "Streaming library code for central services.",
"license": "Apache-2.0",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions src/kafka/protocol/index.js
Expand Up @@ -37,6 +37,7 @@
'use strict'

exports.parseValue = require('./util').parseValue
exports.isDataUri = require('./messages').isDataUri
exports.parseMessage = require('./messages').parseMessage
exports.parseCommand = require('./messages').parseCommand
exports.parseNotify = require('./messages').parseNotify
Expand Down

0 comments on commit eca5db8

Please sign in to comment.