@artblocks/abx-effects 0.1.0-alpha.32 → 0.1.0-alpha.33
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/CHANGELOG.md +6 -38
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,43 +1,11 @@
|
|
|
1
1
|
# @artblocks/abx-effects
|
|
2
2
|
|
|
3
|
-
## 0.1.0-alpha.
|
|
3
|
+
## 0.1.0-alpha.33
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- c068a0f: `deploy-code --copies --image-base <url>` now works: an EditionCode project can bake a
|
|
16
|
-
deterministic per-id off-chain still (`{base}/{id}.png`), the same field write as the existing
|
|
17
|
-
SeriesCode (721) lane, mutually exclusive with an on-chain `--image-renderer`. The effect runner's
|
|
18
|
-
render sweep excludes an id with zero live copies (no mint-time seed drawn yet), mirroring how a
|
|
19
|
-
burned 721 token is already excluded.
|
|
20
|
-
- Updated dependencies [c068a0f]
|
|
21
|
-
- Updated dependencies [c068a0f]
|
|
22
|
-
- Updated dependencies [c068a0f]
|
|
23
|
-
- Updated dependencies [c068a0f]
|
|
24
|
-
- Updated dependencies [c068a0f]
|
|
25
|
-
- Updated dependencies [c068a0f]
|
|
26
|
-
- Updated dependencies [c068a0f]
|
|
27
|
-
- Updated dependencies [c068a0f]
|
|
28
|
-
- Updated dependencies [c068a0f]
|
|
29
|
-
- @artblocks/abx-sdk@0.1.0-alpha.31
|
|
30
|
-
- @artblocks/abx-storage@0.1.0-alpha.31
|
|
31
|
-
|
|
32
|
-
## 0.1.0-alpha.30
|
|
33
|
-
|
|
34
|
-
### Patch Changes
|
|
35
|
-
|
|
36
|
-
- 64248d9: Establish the public source baseline and refresh dependency constraints.
|
|
37
|
-
- Updated dependencies [64248d9]
|
|
38
|
-
- @artblocks/abx-sdk@0.1.0-alpha.30
|
|
39
|
-
- @artblocks/abx-storage@0.1.0-alpha.30
|
|
40
|
-
|
|
41
|
-
## Unreleased
|
|
42
|
-
|
|
43
|
-
Public release history begins here.
|
|
7
|
+
- 9242a05: Prepare package metadata, release notes, and public-facing source comments for the initial public
|
|
8
|
+
source release.
|
|
9
|
+
- Updated dependencies [9242a05]
|
|
10
|
+
- @artblocks/abx-sdk@0.1.0-alpha.33
|
|
11
|
+
- @artblocks/abx-storage@0.1.0-alpha.33
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artblocks/abx-effects",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.33",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Reference rendering and effects runner for ABX projects.",
|
|
6
6
|
"type": "module",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"playwright": "1.
|
|
43
|
-
"viem": "^2.56.
|
|
44
|
-
"@artblocks/abx-sdk": "0.1.0-alpha.
|
|
45
|
-
"@artblocks/abx-storage": "0.1.0-alpha.
|
|
42
|
+
"playwright": "1.63.0",
|
|
43
|
+
"viem": "^2.56.3",
|
|
44
|
+
"@artblocks/abx-sdk": "0.1.0-alpha.33",
|
|
45
|
+
"@artblocks/abx-storage": "0.1.0-alpha.33"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsc -b tsconfig.build.json"
|