1.2.8 - Include the src directory in the npm package.

master
Tudor Stanciu 2023-11-05 23:42:27 +02:00
parent e06959e584
commit 2dfbc1154f
3 changed files with 6 additions and 4 deletions

View File

@ -45,4 +45,5 @@ All tests in the package can be executed by running: `npm test`.
1.2.4 - Upgraded @flare/tuitio-client.
1.2.5 - Upgraded @flare/tuitio-client.
1.2.6 - Removed specific user groups and roles. Records must be dynamic.
1.2.7 - Set react version range in peer dependencies.
1.2.7 - Set react version range in peer dependencies.
1.2.8 - Include the src directory in the npm package.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@flare/tuitio-client-react",
"version": "1.2.7",
"version": "1.2.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@flare/tuitio-client-react",
"version": "1.2.7",
"version": "1.2.8",
"license": "MIT",
"dependencies": {
"@flare/js-utils": "^1.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@flare/tuitio-client-react",
"version": "1.2.7",
"version": "1.2.8",
"description": "Tuitio client react is an npm package written in typescript that facilitates the integration of a react application with Tuitio.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
@ -44,6 +44,7 @@
"homepage": "https://lab.code-rove.com/gitea/bricks/tuitio-client-react#readme",
"files": [
"dist",
"src",
"LICENSE",
"README.md"
],