From 2c3331556bcc0878f6276f0cee20a0b5ffe49ef0 Mon Sep 17 00:00:00 2001 From: Jean Machuca Date: Thu, 20 Apr 2023 01:02:47 -0400 Subject: [PATCH] scope fixings for compatibility with transpilers --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c91c12..3526f13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qcobjects", - "version": "2.4.65", + "version": "2.4.67", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qcobjects", - "version": "2.4.65", + "version": "2.4.67", "license": "LGPL-3.0", "dependencies": { "qcobjects-sdk": "^2.3.30" diff --git a/package.json b/package.json index 538fb8e..0ae976d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qcobjects", - "version": "2.4.65", + "version": "2.4.67", "description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.", "main": "src/index.cjs", "module": "src/index.mjs",