1.2.8 - Include the src directory in the npm package.
parent
e06959e584
commit
2dfbc1154f
|
@ -46,3 +46,4 @@ All tests in the package can be executed by running: `npm test`.
|
||||||
1.2.5 - 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.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",
|
"name": "@flare/tuitio-client-react",
|
||||||
"version": "1.2.7",
|
"version": "1.2.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@flare/tuitio-client-react",
|
"name": "@flare/tuitio-client-react",
|
||||||
"version": "1.2.7",
|
"version": "1.2.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flare/js-utils": "^1.1.0",
|
"@flare/js-utils": "^1.1.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flare/tuitio-client-react",
|
"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.",
|
"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",
|
"main": "./dist/cjs/index.js",
|
||||||
"module": "./dist/esm/index.js",
|
"module": "./dist/esm/index.js",
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
"homepage": "https://lab.code-rove.com/gitea/bricks/tuitio-client-react#readme",
|
"homepage": "https://lab.code-rove.com/gitea/bricks/tuitio-client-react#readme",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
"src",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue