@twintag/twintag-core-react 0.2.200 → 0.2.201-stencil-version-a11e9d9b9d6afc3024c2ef02be29976bca7ff068
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/version.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twintag/twintag-core-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.201-stencil-version-a11e9d9b9d6afc3024c2ef02be29976bca7ff068",
|
|
4
4
|
"author": "Twintag",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@twintag/twintag-core": "0.2.
|
|
6
|
+
"@twintag/twintag-core": "0.2.201-stencil-version-a11e9d9b9d6afc3024c2ef02be29976bca7ff068"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"react": "17.0.1",
|
package/version.d.ts
CHANGED