@cssxjs/babel-plugin-rn-stylename-to-style 0.2.14 → 0.2.15

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/CHANGELOG.md +12 -0
  2. package/package.json +4 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.2.15 (Sun Nov 09 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix(babel-plugin-rn-stylename-to-style): remove teamplay from peer deps ([@cray0000](https://github.com/cray0000))
6
+
7
+ #### Authors: 1
8
+
9
+ - Pavel Zhukov ([@cray0000](https://github.com/cray0000))
10
+
11
+ ---
12
+
1
13
  # v0.2.14 (Sat Nov 08 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cssxjs/babel-plugin-rn-stylename-to-style",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,16 +26,13 @@
26
26
  "@babel/helper-module-imports": "^7.0.0",
27
27
  "@babel/template": "^7.4.0",
28
28
  "@babel/types": "^7.0.0",
29
- "@cssxjs/runtime": "^0.2.14"
29
+ "@cssxjs/runtime": "^0.2.15"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/plugin-syntax-jsx": "^7.0.0",
33
- "@cssxjs/babel-plugin-react-pug": "^0.2.14",
33
+ "@cssxjs/babel-plugin-react-pug": "^0.2.15",
34
34
  "babel-plugin-tester": "^9.1.0",
35
35
  "jest": "^30.0.4"
36
36
  },
37
- "peerDependencies": {
38
- "teamplay": "*"
39
- },
40
- "gitHead": "72b2f3d63ebe86ab75b398036ff27f8abe99f1d4"
37
+ "gitHead": "3ab2ccbdfdd935546be993322c645f216e4768e3"
41
38
  }