1.2.8 - Include the src directory in the npm package.
parent
e06959e584
commit
2dfbc1154f
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue