This commit is contained in:
Philipp Kunz 2022-06-26 09:27:01 +02:00
parent d3ac393793
commit b40b56e401
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartlog-destination-receiver", "name": "@pushrocks/smartlog-destination-receiver",
"version": "1.0.9", "version": "1.0.10",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartlog-destination-receiver", "name": "@pushrocks/smartlog-destination-receiver",
"version": "1.0.9", "version": "1.0.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smarthash": "^2.1.10", "@pushrocks/smarthash": "^2.1.10",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartlog-destination-receiver", "name": "@pushrocks/smartlog-destination-receiver",
"version": "1.0.9", "version": "1.0.10",
"private": false, "private": false,
"description": "a smartlog destination for smartlog-receiver", "description": "a smartlog destination for smartlog-receiver",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -43,4 +43,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }