@jskit-ai/google-rewarded-core 0.1.57 → 0.1.58

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.57",
4
+ version: "0.1.58",
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: [
@@ -129,13 +129,13 @@ export default Object.freeze({
129
129
  dependencies: {
130
130
  runtime: {
131
131
  "@jskit-ai/auth-core": "0.1.118",
132
- "@jskit-ai/crud-core": "0.1.128",
132
+ "@jskit-ai/crud-core": "0.1.129",
133
133
  "@jskit-ai/database-runtime": "0.1.120",
134
134
  "@jskit-ai/http-runtime": "0.1.119",
135
135
  "@jskit-ai/json-rest-api-core": "0.1.65",
136
136
  "@jskit-ai/kernel": "0.1.121",
137
137
  "@jskit-ai/resource-crud-core": "0.1.64",
138
- "@jskit-ai/workspaces-core": "0.1.96"
138
+ "@jskit-ai/workspaces-core": "0.1.97"
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.57",
3
+ "version": "0.1.58",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./shared": "./src/shared/index.js",