lbug 0.13.0 → 0.13.1-dev.1
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.
- package/lbug-source/CMakeLists.txt +2 -2
- package/lbug-source/scripts/extension/PRODUCTION_RELEASES +1 -0
- package/lbug-source/src/include/binder/expression/variable_expression.h +1 -1
- package/package.json +1 -1
- package/prebuilt/lbugjs-darwin-arm64.node +0 -0
- package/prebuilt/lbugjs-linux-arm64.node +0 -0
- package/prebuilt/lbugjs-linux-x64.node +0 -0
- package/prebuilt/lbugjs-win32-x64.node +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
cmake_minimum_required(VERSION 3.15)
|
|
2
2
|
|
|
3
|
-
project(Lbug VERSION 0.13.
|
|
3
|
+
project(Lbug VERSION 0.13.1.1 LANGUAGES CXX C)
|
|
4
4
|
|
|
5
5
|
option(SINGLE_THREADED "Single-threaded mode" FALSE)
|
|
6
6
|
if(SINGLE_THREADED)
|
|
@@ -423,7 +423,7 @@ add_subdirectory(third_party)
|
|
|
423
423
|
|
|
424
424
|
add_definitions(-DLBUG_ROOT_DIRECTORY="${PROJECT_SOURCE_DIR}")
|
|
425
425
|
add_definitions(-DLBUG_CMAKE_VERSION="${CMAKE_PROJECT_VERSION}")
|
|
426
|
-
add_definitions(-DLBUG_EXTENSION_VERSION="
|
|
426
|
+
add_definitions(-DLBUG_EXTENSION_VERSION="dev")
|
|
427
427
|
|
|
428
428
|
if(BUILD_LBUG)
|
|
429
429
|
include_directories(
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
namespace lbug {
|
|
6
6
|
namespace binder {
|
|
7
7
|
|
|
8
|
-
class VariableExpression final : public Expression {
|
|
8
|
+
class LBUG_API VariableExpression final : public Expression {
|
|
9
9
|
static constexpr common::ExpressionType expressionType_ = common::ExpressionType::VARIABLE;
|
|
10
10
|
|
|
11
11
|
public:
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|