@weavix/tracker-plugin-sdk-react 0.0.29 → 0.0.30

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.
Files changed (2) hide show
  1. package/LICENSE +9 -0
  2. package/package.json +9 -8
package/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ Copyright (c) 2026 Yandex
2
+
3
+ Permission is hereby granted to use this software in accordance with the terms
4
+ and conditions outlined in the Yandex Developer Terms, which can be found
5
+ at the following URL:
6
+ https://yandex.ru/legal/360_plugin_dev_agreement
7
+
8
+ By using this software, you agree to comply with these terms and conditions.
9
+ If you do not agree with these terms, you are not permitted to use this software.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavix/tracker-plugin-sdk-react",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
@@ -11,25 +11,26 @@
11
11
  "dist",
12
12
  "README.md",
13
13
  "AGENTS.md",
14
- "API_REFERENCE.md"
14
+ "API_REFERENCE.md",
15
+ "LICENSE"
15
16
  ],
16
17
  "keywords": [],
17
18
  "author": "Tracker Team",
18
- "license": "UNLICENSED",
19
+ "license": "SEE LICENSE IN LICENSE",
19
20
  "description": "React hooks for Tracker plugin SDK",
20
21
  "publishConfig": {
21
22
  "registry": "https://registry.npmjs.org/",
22
23
  "access": "public"
23
24
  },
24
25
  "dependencies": {
25
- "@weavix/tracker-plugin-sdk": "^0.0.29",
26
- "@weavix/sdk-core": "^0.0.31",
27
- "@weavix/sdk-react": "^0.0.31",
28
- "@weavix/tracker-core": "^0.0.29"
26
+ "@weavix/tracker-plugin-sdk": "^0.0.30",
27
+ "@weavix/sdk-core": "^0.0.34",
28
+ "@weavix/sdk-react": "^0.0.34",
29
+ "@weavix/tracker-core": "^0.0.30"
29
30
  },
30
31
  "peerDependencies": {
31
32
  "react": "^18.0.0",
32
- "@weavix/tracker-core": "^0.0.29"
33
+ "@weavix/tracker-core": "^0.0.30"
33
34
  },
34
35
  "devDependencies": {
35
36
  "@testing-library/jest-dom": "*",