@uniformdev/context-react 20.60.2 → 20.61.1
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -5
package/dist/index.esm.js
CHANGED
|
@@ -136,7 +136,7 @@ function PersonalizeStandard({
|
|
|
136
136
|
algorithm,
|
|
137
137
|
compositionMetadata
|
|
138
138
|
}),
|
|
139
|
-
//
|
|
139
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
140
140
|
[scores, quirks, context, count, name, variations, compositionMetadata]
|
|
141
141
|
);
|
|
142
142
|
const Wrapper = wrapperComponent != null ? wrapperComponent : ({ children }) => /* @__PURE__ */ React2.createElement(React2.Fragment, null, children);
|
package/dist/index.js
CHANGED
|
@@ -178,7 +178,7 @@ function PersonalizeStandard({
|
|
|
178
178
|
algorithm,
|
|
179
179
|
compositionMetadata
|
|
180
180
|
}),
|
|
181
|
-
//
|
|
181
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
182
182
|
[scores, quirks, context, count, name, variations, compositionMetadata]
|
|
183
183
|
);
|
|
184
184
|
const Wrapper = wrapperComponent != null ? wrapperComponent : ({ children }) => /* @__PURE__ */ import_react7.default.createElement(import_react7.default.Fragment, null, children);
|
package/dist/index.mjs
CHANGED
|
@@ -136,7 +136,7 @@ function PersonalizeStandard({
|
|
|
136
136
|
algorithm,
|
|
137
137
|
compositionMetadata
|
|
138
138
|
}),
|
|
139
|
-
//
|
|
139
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
140
140
|
[scores, quirks, context, count, name, variations, compositionMetadata]
|
|
141
141
|
);
|
|
142
142
|
const Wrapper = wrapperComponent != null ? wrapperComponent : ({ children }) => /* @__PURE__ */ React2.createElement(React2.Fragment, null, children);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-react",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.61.1",
|
|
4
4
|
"description": "Uniform Context React integration package",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -20,9 +20,8 @@
|
|
|
20
20
|
"dev": "tsup --watch",
|
|
21
21
|
"clean": "rimraf dist",
|
|
22
22
|
"test": "vitest run",
|
|
23
|
-
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
24
23
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
25
|
-
"
|
|
24
|
+
"apidocs-extract": "api-extractor run --local"
|
|
26
25
|
},
|
|
27
26
|
"devDependencies": {
|
|
28
27
|
"@types/react": "19.2.2",
|
|
@@ -30,7 +29,7 @@
|
|
|
30
29
|
"react-dom": "19.2.1"
|
|
31
30
|
},
|
|
32
31
|
"dependencies": {
|
|
33
|
-
"@uniformdev/context": "20.
|
|
32
|
+
"@uniformdev/context": "20.61.1",
|
|
34
33
|
"cookie": "1.0.1",
|
|
35
34
|
"dequal": "2.0.3"
|
|
36
35
|
},
|
|
@@ -44,5 +43,5 @@
|
|
|
44
43
|
"publishConfig": {
|
|
45
44
|
"access": "public"
|
|
46
45
|
},
|
|
47
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "9eeb1e6b82a0171d4490fb518bdfcc16e64bdec2"
|
|
48
47
|
}
|