@tarojs/binding-linux-x64-gnu 4.0.0-beta.83 → 4.0.0-beta.85

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 +7 -0
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -165,3 +165,10 @@ Apache-2.0 (intersection-observer):
165
165
  The following files embed [intersection-observer](https://github.com/GoogleChromeLabs/intersection-observer) Apache-2.0:
166
166
  `/packages/taro-api/src/polyfill/intersection-observer.ts`
167
167
  See `/LICENSE.txt` for details of the license.
168
+
169
+ ==================
170
+
171
+ MIT (babel-plugin-jsx-dom-expressions):
172
+ The following files embed [babel-plugin-jsx-dom-expressions](https://github.com/ryansolid/dom-expressions/blob/main/packages/babel-plugin-jsx-dom-expressions) MIT:
173
+ `/packages/babel-plugin-transform-solid-jsx/src/*`
174
+ See `/LICENSE` for details of the license.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tarojs/binding-linux-x64-gnu",
3
3
  "description": "Native binding for taro",
4
- "version": "4.0.0-beta.83",
4
+ "version": "4.0.0-beta.85",
5
5
  "os": [
6
6
  "linux"
7
7
  ],