@op-engineering/op-sqlite 10.0.0-tokenizers-beta7 → 10.0.0-tokenizers-beta8

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/cpp/bridge.cpp +2 -2
  2. package/package.json +1 -1
package/cpp/bridge.cpp CHANGED
@@ -4,14 +4,14 @@
4
4
  #include "logs.h"
5
5
  #include "utils.h"
6
6
  #include <iostream>
7
+ #include <sstream>
7
8
  #include <unordered_map>
8
9
  #include <variant>
9
- #include <sstream>
10
10
 
11
11
  #ifdef TOKENIZERS_HEADER_PATH
12
12
  #include TOKENIZERS_HEADER_PATH
13
13
  #else
14
- #define TOKENIZERS_LIST
14
+ #define TOKENIZER_LIST
15
15
  #endif
16
16
 
17
17
  namespace opsqlite {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "10.0.0-tokenizers-beta7",
3
+ "version": "10.0.0-tokenizers-beta8",
4
4
  "description": "Next generation SQLite for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",