qcobjects
Advanced tools
Comparing version 2.5.106-beta to 2.5.107-beta
{ | ||
"name": "qcobjects", | ||
"version": "2.5.106-beta", | ||
"version": "2.5.107-beta", | ||
"description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.", | ||
@@ -9,10 +9,14 @@ "main": "public/cjs/QCObjects.cjs", | ||
"type": "commonjs", | ||
"types": "build/index.d.ts", | ||
"types": "public/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./public/cjs/QCObjects.cjs", | ||
"import": "./public/esm/QCObjects.mjs" | ||
"import": "./public/esm/QCObjects.mjs", | ||
"types": "./public/types/index.d.ts" | ||
}, | ||
"./types/*": "./types/*", | ||
"./package.json": "./package.json" | ||
"./package.json": "./package.json", | ||
"./tsconfig.json": "./tsconfig.json", | ||
"./tsconfig.d.json": "./tsconfig.d.json", | ||
"./tsconfig.jasmine.json": "./tsconfig.jasmine.json" | ||
}, | ||
@@ -19,0 +23,0 @@ "license": "LGPL-3.0", |
@@ -14,3 +14,3 @@ { | ||
"rootDir": "./src", | ||
"outFile": "build/index.d.ts", | ||
"outFile": "public/types/index.d.ts", | ||
"allowSyntheticDefaultImports": true, | ||
@@ -17,0 +17,0 @@ "esModuleInterop": true, |
Sorry, the diff of this file is not supported yet
3998411