@0xsequence/builder 0.0.0-20251119142848 → 0.0.0-20251211205330
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +29 -2
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,37 @@
|
|
|
1
1
|
# @0xsequence/builder
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20251211205330
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 7c6c811: 3.0.0-beta.3 with fixes
|
|
8
|
+
- 98ce38b: 3.0.0-beta.2 with identity instrument updates
|
|
9
|
+
- 6d5de25: 3.0.0-beta.1
|
|
10
|
+
- 934acd1: RC5 upgrade
|
|
11
|
+
|
|
12
|
+
## 3.0.0-beta.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- RC5 upgrade
|
|
17
|
+
|
|
18
|
+
## 3.0.0-beta.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 3.0.0-beta.3 with fixes
|
|
23
|
+
|
|
24
|
+
## 3.0.0-beta.2
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 3.0.0-beta.2 with identity instrument updates
|
|
29
|
+
|
|
30
|
+
## 3.0.0-beta.1
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 3.0.0-beta.1
|
|
8
35
|
|
|
9
36
|
## 2.3.8
|
|
10
37
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xsequence/builder",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20251211205330",
|
|
4
4
|
"description": "builder sub-package for Sequence",
|
|
5
|
-
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/builder",
|
|
5
|
+
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/services/builder",
|
|
6
6
|
"author": "Sequence Platforms Inc.",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"publishConfig": {
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
},
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
-
"types": "./
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
14
|
"default": "./dist/index.js"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@types/node": "^
|
|
19
|
-
"typescript": "^5.
|
|
20
|
-
"@repo/typescript-config": "^0.0.0"
|
|
18
|
+
"@types/node": "^24.10.1",
|
|
19
|
+
"typescript": "^5.9.3",
|
|
20
|
+
"@repo/typescript-config": "^0.0.0-20251211205330"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "tsc",
|