react-native-nitro-ark 0.0.88 → 0.0.91

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.
@@ -5,6 +5,10 @@
5
5
  /// Copyright © Marc Rousavy @ Margelo
6
6
  ///
7
7
 
8
+ import NitroModules
9
+
10
+ // TODO: Use empty enums once Swift supports exporting them as namespaces
11
+ // See: https://github.com/swiftlang/swift/pull/83616
8
12
  public final class NitroArkAutolinking {
9
13
  public typealias bridge = margelo.nitro.nitroark.bridge.swift
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-ark",
3
- "version": "0.0.88",
3
+ "version": "0.0.91",
4
4
  "description": "Pure C++ Nitro Modules for Ark client",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -84,12 +84,12 @@
84
84
  "eslint-config-prettier": "^10.1.1",
85
85
  "eslint-plugin-prettier": "^5.2.3",
86
86
  "jest": "^29.7.0",
87
- "nitrogen": "^0.32.1",
87
+ "nitrogen": "^0.33.7",
88
88
  "prettier": "^3.0.3",
89
89
  "react": "19.2.0",
90
- "react-native": "0.83.1",
90
+ "react-native": "0.83.2",
91
91
  "react-native-builder-bob": "^0.40.13",
92
- "react-native-nitro-modules": "^0.32.1",
92
+ "react-native-nitro-modules": "^0.33.7",
93
93
  "release-it": "^17.10.0",
94
94
  "turbo": "^1.10.7",
95
95
  "typescript": "^5.2.2"
@@ -97,7 +97,7 @@
97
97
  "peerDependencies": {
98
98
  "react": "*",
99
99
  "react-native": "*",
100
- "react-native-nitro-modules": "^0.32.1"
100
+ "react-native-nitro-modules": "^0.33.7"
101
101
  },
102
102
  "workspaces": [
103
103
  "example"