node-opcua-constants
Advanced tools
Comparing version 2.64.1 to 2.66.0
@@ -0,0 +0,0 @@ export declare enum AggregateFunction { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AggregateFunction = void 0; | ||
const opcua_node_ids_1 = require("./opcua_node_ids"); | ||
var AggregateFunction; | ||
@@ -5,0 +6,0 @@ (function (AggregateFunction) { |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "node-opcua-constants", | ||
"version": "2.64.1", | ||
"version": "2.66.0", | ||
"description": "pure nodejs OPCUA SDK - module -constants", | ||
"scripts": { | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"clean": "npx rimraf dist *.tsbuildinfo", | ||
"build": "tsc -b", | ||
@@ -28,3 +28,3 @@ "lint": "eslint source/**/*.ts", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c" | ||
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5110913
43855