@jskit-ai/google-rewarded-core 0.1.53 → 0.1.54

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.
@@ -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.53",
4
+ version: "0.1.54",
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.115",
132
- "@jskit-ai/crud-core": "0.1.124",
133
- "@jskit-ai/database-runtime": "0.1.116",
134
- "@jskit-ai/http-runtime": "0.1.116",
135
- "@jskit-ai/json-rest-api-core": "0.1.61",
136
- "@jskit-ai/kernel": "0.1.117",
137
- "@jskit-ai/resource-crud-core": "0.1.61",
138
- "@jskit-ai/workspaces-core": "0.1.92"
131
+ "@jskit-ai/auth-core": "0.1.116",
132
+ "@jskit-ai/crud-core": "0.1.125",
133
+ "@jskit-ai/database-runtime": "0.1.118",
134
+ "@jskit-ai/http-runtime": "0.1.117",
135
+ "@jskit-ai/json-rest-api-core": "0.1.62",
136
+ "@jskit-ai/kernel": "0.1.119",
137
+ "@jskit-ai/resource-crud-core": "0.1.62",
138
+ "@jskit-ai/workspaces-core": "0.1.93"
139
139
  },
140
140
  dev: {}
141
141
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/google-rewarded-core",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./shared": "./src/shared/index.js",