@uniformdev/canvas-next-rsc-shared 19.173.2-alpha.8 → 19.176.0

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/dist/index.esm.js CHANGED
@@ -74,6 +74,7 @@ var createUniformContext = ({
74
74
  scores: context.scores,
75
75
  test: (...props) => context.test(...props),
76
76
  manifest: context.manifest,
77
+ events: context.events,
77
78
  update: (update) => {
78
79
  const { params, searchParams } = update;
79
80
  const DEFAULT_URL = `${getBaseUrl()}/`;
package/dist/index.js CHANGED
@@ -104,6 +104,7 @@ var createUniformContext = ({
104
104
  scores: context.scores,
105
105
  test: (...props) => context.test(...props),
106
106
  manifest: context.manifest,
107
+ events: context.events,
107
108
  update: (update) => {
108
109
  const { params, searchParams } = update;
109
110
  const DEFAULT_URL = `${getBaseUrl()}/`;
package/dist/index.mjs CHANGED
@@ -74,6 +74,7 @@ var createUniformContext = ({
74
74
  scores: context.scores,
75
75
  test: (...props) => context.test(...props),
76
76
  manifest: context.manifest,
77
+ events: context.events,
77
78
  update: (update) => {
78
79
  const { params, searchParams } = update;
79
80
  const DEFAULT_URL = `${getBaseUrl()}/`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-shared",
3
- "version": "19.173.2-alpha.8+7b0bc70fd5",
3
+ "version": "19.176.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -32,8 +32,8 @@
32
32
  "react-dom": "18.2.0"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/canvas": "19.173.2-alpha.8+7b0bc70fd5",
36
- "@uniformdev/context": "19.173.2-alpha.8+7b0bc70fd5"
35
+ "@uniformdev/canvas": "19.176.0",
36
+ "@uniformdev/context": "19.176.0"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=16.14.0"
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "7b0bc70fd58912415a860667c266cb339fa8133a"
49
+ "gitHead": "87107574c3143e48d68ca702a4c74eaa20be44e7"
50
50
  }