File tree 2 files changed +4
-1
lines changed
src/main/java/com/devcycle/sdk/server/common/model
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ sourceCompatibility = JavaVersion.VERSION_11
112
112
targetCompatibility = JavaVersion . VERSION_11
113
113
114
114
def wasmResourcePath = " $projectDir /src/main/resources"
115
- def wasmVersion = " 1.11.3 "
115
+ def wasmVersion = " 1.16.1 "
116
116
def wasmUrl = " https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion /build/bucketing-lib.release.wasm"
117
117
task downloadDVCBucketingWASM (type : Download ) {
118
118
src wasmUrl
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ public class ProjectConfig {
25
25
@ Schema (description = "List of Variables in this Project" )
26
26
private Object [] variables ;
27
27
28
+ @ Schema (description = "Audiences in this Project indexed by ID" )
29
+ private Object audiences ;
30
+
28
31
@ Schema (description = "Variable Hashes for all Variables in this Project" )
29
32
private Object variableHashes ;
30
33
}
You can’t perform that action at this time.
0 commit comments