master
Tudor Stanciu 2023-02-11 17:45:14 +02:00
parent b743f3a90c
commit 44050ca83a
3 changed files with 4 additions and 3 deletions

View File

@ -35,3 +35,4 @@ All tests in the package can be executed by running: `npm test`.
1.0.0 - Package initialization 1.0.0 - Package initialization
1.0.1 - Export Tuitio types 1.0.1 - Export Tuitio types
1.0.2 - Validate that Tuitio's URL parameter is a valid URL

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@flare/tuitio-client", "name": "@flare/tuitio-client",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@flare/tuitio-client", "name": "@flare/tuitio-client",
"version": "1.0.1", "version": "1.0.2",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@flare/js-utils": "^1.0.3", "@flare/js-utils": "^1.0.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@flare/tuitio-client", "name": "@flare/tuitio-client",
"version": "1.0.1", "version": "1.0.2",
"description": "Tuitio client", "description": "Tuitio client",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",