@parallelmarkets/react
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -108,3 +108,3 @@ 'use strict'; | ||
// This should be idempotent, so it's OK if we call it multiple times with the same values | ||
parallel._appendLoadContext("".concat("@parallelmarkets/react", " ").concat("2.1.1")); | ||
parallel._appendLoadContext("".concat("@parallelmarkets/react", " ").concat("2.1.2")); | ||
return { | ||
@@ -111,0 +111,0 @@ isLoaded: true, |
@@ -59,3 +59,3 @@ import React, { createContext, useContext, useState, useEffect } from 'react'; | ||
// This should be idempotent, so it's OK if we call it multiple times with the same values | ||
parallel._appendLoadContext(`${"@parallelmarkets/react"} ${"2.1.1"}`); | ||
parallel._appendLoadContext(`${"@parallelmarkets/react"} ${"2.1.2"}`); | ||
return { | ||
@@ -62,0 +62,0 @@ isLoaded: true, |
{ | ||
"name": "@parallelmarkets/react", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "ParallelMarkets.com React SDK", | ||
@@ -61,3 +61,3 @@ "author": "Parallel Markets (https://parallelmarkets.com)", | ||
"typescript": "^5.4.5", | ||
"@parallelmarkets/vanilla": "2.1.1" | ||
"@parallelmarkets/vanilla": "2.1.2" | ||
}, | ||
@@ -67,3 +67,3 @@ "peerDependencies": { | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"@parallelmarkets/vanilla": "2.1.1" | ||
"@parallelmarkets/vanilla": "2.1.2" | ||
}, | ||
@@ -70,0 +70,0 @@ "peerDependenciesMeta": { |
32601
7
266