[1.0.2]
parent
b743f3a90c
commit
44050ca83a
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue