@jskit-ai/google-rewarded-core 0.1.57 → 0.1.59
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/package.descriptor.mjs +9 -9
- package/package.json +1 -1
package/package.descriptor.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
packageVersion: 1,
|
|
3
3
|
packageId: "@jskit-ai/google-rewarded-core",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.59",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Google rewarded workflow runtime plus internal CRUD providers for rules, provider configs, watch sessions, and unlock receipts.",
|
|
7
7
|
dependsOn: [
|
|
@@ -128,14 +128,14 @@ export default Object.freeze({
|
|
|
128
128
|
mutations: {
|
|
129
129
|
dependencies: {
|
|
130
130
|
runtime: {
|
|
131
|
-
"@jskit-ai/auth-core": "0.1.
|
|
132
|
-
"@jskit-ai/crud-core": "0.1.
|
|
133
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
134
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
135
|
-
"@jskit-ai/json-rest-api-core": "0.1.
|
|
136
|
-
"@jskit-ai/kernel": "0.1.
|
|
137
|
-
"@jskit-ai/resource-crud-core": "0.1.
|
|
138
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
131
|
+
"@jskit-ai/auth-core": "0.1.119",
|
|
132
|
+
"@jskit-ai/crud-core": "0.1.130",
|
|
133
|
+
"@jskit-ai/database-runtime": "0.1.121",
|
|
134
|
+
"@jskit-ai/http-runtime": "0.1.120",
|
|
135
|
+
"@jskit-ai/json-rest-api-core": "0.1.66",
|
|
136
|
+
"@jskit-ai/kernel": "0.1.122",
|
|
137
|
+
"@jskit-ai/resource-crud-core": "0.1.65",
|
|
138
|
+
"@jskit-ai/workspaces-core": "0.1.98"
|
|
139
139
|
},
|
|
140
140
|
dev: {}
|
|
141
141
|
},
|