@0xsequence/builder 0.0.0-20241216114019 → 0.0.0-20241218203257
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.
@@ -3,18 +3,13 @@
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
5
|
function _extends() {
|
6
|
-
_extends = Object.assign ? Object.assign.bind() : function (
|
7
|
-
for (var
|
8
|
-
var
|
9
|
-
for (var
|
10
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
11
|
-
target[key] = source[key];
|
12
|
-
}
|
13
|
-
}
|
6
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
7
|
+
for (var e = 1; e < arguments.length; e++) {
|
8
|
+
var t = arguments[e];
|
9
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
14
10
|
}
|
15
|
-
return
|
16
|
-
};
|
17
|
-
return _extends.apply(this, arguments);
|
11
|
+
return n;
|
12
|
+
}, _extends.apply(null, arguments);
|
18
13
|
}
|
19
14
|
|
20
15
|
/* eslint-disable */
|
@@ -3,18 +3,13 @@
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
5
|
function _extends() {
|
6
|
-
_extends = Object.assign ? Object.assign.bind() : function (
|
7
|
-
for (var
|
8
|
-
var
|
9
|
-
for (var
|
10
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
11
|
-
target[key] = source[key];
|
12
|
-
}
|
13
|
-
}
|
6
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
7
|
+
for (var e = 1; e < arguments.length; e++) {
|
8
|
+
var t = arguments[e];
|
9
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
14
10
|
}
|
15
|
-
return
|
16
|
-
};
|
17
|
-
return _extends.apply(this, arguments);
|
11
|
+
return n;
|
12
|
+
}, _extends.apply(null, arguments);
|
18
13
|
}
|
19
14
|
|
20
15
|
/* eslint-disable */
|
@@ -1,16 +1,11 @@
|
|
1
1
|
function _extends() {
|
2
|
-
_extends = Object.assign ? Object.assign.bind() : function (
|
3
|
-
for (var
|
4
|
-
var
|
5
|
-
for (var
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
7
|
-
target[key] = source[key];
|
8
|
-
}
|
9
|
-
}
|
2
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
3
|
+
for (var e = 1; e < arguments.length; e++) {
|
4
|
+
var t = arguments[e];
|
5
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
10
6
|
}
|
11
|
-
return
|
12
|
-
};
|
13
|
-
return _extends.apply(this, arguments);
|
7
|
+
return n;
|
8
|
+
}, _extends.apply(null, arguments);
|
14
9
|
}
|
15
10
|
|
16
11
|
/* eslint-disable */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@0xsequence/builder",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-20241218203257",
|
4
4
|
"description": "builder sub-package for Sequence",
|
5
5
|
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/builder",
|
6
6
|
"source": "src/index.ts",
|