@artblocks/abx-effects 0.1.0-alpha.32 → 0.1.0-alpha.34
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 +11 -34
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,43 +1,20 @@
|
|
|
1
1
|
# @artblocks/abx-effects
|
|
2
2
|
|
|
3
|
-
## 0.1.0-alpha.
|
|
3
|
+
## 0.1.0-alpha.34
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
|
|
9
|
-
- @artblocks/abx-
|
|
7
|
+
- Updated dependencies [3ddba71]
|
|
8
|
+
- Updated dependencies [9065128]
|
|
9
|
+
- @artblocks/abx-sdk@0.1.0-alpha.34
|
|
10
|
+
- @artblocks/abx-storage@0.1.0-alpha.34
|
|
10
11
|
|
|
11
|
-
## 0.1.0-alpha.
|
|
12
|
+
## 0.1.0-alpha.33
|
|
12
13
|
|
|
13
14
|
### Patch Changes
|
|
14
15
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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.
|
|
16
|
+
- 9242a05: Prepare package metadata, release notes, and public-facing source comments for the initial public
|
|
17
|
+
source release.
|
|
18
|
+
- Updated dependencies [9242a05]
|
|
19
|
+
- @artblocks/abx-sdk@0.1.0-alpha.33
|
|
20
|
+
- @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.34",
|
|
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.34",
|
|
45
|
+
"@artblocks/abx-storage": "0.1.0-alpha.34"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsc -b tsconfig.build.json"
|