@shopify/react-native-skia 2.6.2 → 2.6.3

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.
@@ -8,7 +8,7 @@
8
8
  #include <utility>
9
9
 
10
10
  #include "JsiSkHostObjects.h"
11
- #include "third_party/base64.h"
11
+ #include "api/third_party/base64.h"
12
12
 
13
13
  #pragma clang diagnostic push
14
14
  #pragma clang diagnostic ignored "-Wdocumentation"
@@ -61,7 +61,7 @@
61
61
  #include "JsiSkiaContext.h"
62
62
  #include "JsiSkottieFactory.h"
63
63
  #include "JsiVideo.h"
64
- #include "recorder/JsiRecorder.h"
64
+ #include "api/recorder/JsiRecorder.h"
65
65
 
66
66
  namespace RNSkia {
67
67
 
@@ -7,7 +7,7 @@
7
7
  #include <jsi/jsi.h>
8
8
 
9
9
  #include "JsiSkHostObjects.h"
10
- #include "third_party/CSSColorParser.h"
10
+ #include "api/third_party/CSSColorParser.h"
11
11
 
12
12
  #pragma clang diagnostic push
13
13
  #pragma clang diagnostic ignored "-Wdocumentation"
@@ -7,7 +7,7 @@
7
7
 
8
8
  #include "JsiPromises.h"
9
9
  #include "JsiSkData.h"
10
- #include "third_party/base64.h"
10
+ #include "api/third_party/base64.h"
11
11
 
12
12
  namespace RNSkia {
13
13
 
@@ -9,7 +9,7 @@
9
9
  #include "JsiSkImageInfo.h"
10
10
  #include "JsiSkMatrix.h"
11
11
  #include "JsiSkShader.h"
12
- #include "third_party/base64.h"
12
+ #include "api/third_party/base64.h"
13
13
 
14
14
  #include "JsiTextureInfo.h"
15
15
  #include "RNSkTypedArray.h"
@@ -7,7 +7,7 @@
7
7
  #include "JsiSkHostObjects.h"
8
8
  #include "JsiSkPoint.h"
9
9
  #include "JsiSkRect.h"
10
- #include "third_party/SkottieUtils.h"
10
+ #include "api/third_party/SkottieUtils.h"
11
11
 
12
12
  #pragma clang diagnostic push
13
13
  #pragma clang diagnostic ignored "-Wdocumentation"
@@ -16,7 +16,7 @@
16
16
  #include <modules/skparagraph/include/ParagraphStyle.h>
17
17
 
18
18
  #include "../CustomBlendModes.h"
19
- #include "third_party/CSSColorParser.h"
19
+ #include "api/third_party/CSSColorParser.h"
20
20
 
21
21
  #include "DataTypes.h"
22
22
 
@@ -5,7 +5,7 @@
5
5
  * found in the LICENSE file.
6
6
  */
7
7
 
8
- #include "third_party/SkottieUtils.h"
8
+ #include "SkottieUtils.h"
9
9
 
10
10
  #include "include/core/SkData.h"
11
11
  #include "include/core/SkRect.h"
@@ -4,7 +4,7 @@
4
4
  * Use of this source code is governed by a BSD-style license that can be
5
5
  * found in the LICENSE file.
6
6
  */
7
- #include "third_party/base64.h"
7
+ #include "base64.h"
8
8
 
9
9
  #include <cstdint>
10
10
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  #include <jsi/jsi.h>
8
8
 
9
- #include "third_party/base64.h"
9
+ #include "api/third_party/base64.h"
10
10
 
11
11
  namespace RNJsi {
12
12
  namespace jsi = facebook::jsi;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "setup-skia-web": "scripts/setup-canvaskit.js"
10
10
  },
11
11
  "title": "React Native Skia",
12
- "version": "2.6.2",
12
+ "version": "2.6.3",
13
13
  "description": "High-performance React Native Graphics using Skia",
14
14
  "main": "lib/module/index.js",
15
15
  "react-native": "src/index.ts",
@@ -125,7 +125,7 @@
125
125
  "ts-jest": "29.4.3",
126
126
  "tsx": "^4.21.0",
127
127
  "typescript": "^5.2.2",
128
- "ws": "8.18.0"
128
+ "ws": "8.20.1"
129
129
  },
130
130
  "dependencies": {
131
131
  "canvaskit-wasm": "0.41.0",