@uniformdev/context-react 20.50.2-alpha.9 → 20.50.2-alpha.96

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
@@ -136,7 +136,7 @@ function PersonalizeStandard({
136
136
  algorithm,
137
137
  compositionMetadata
138
138
  }),
139
- // eslint-disable-next-line react-hooks/exhaustive-deps
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
- // eslint-disable-next-line react-hooks/exhaustive-deps
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
- // eslint-disable-next-line react-hooks/exhaustive-deps
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.50.2-alpha.9+7e214410ae",
3
+ "version": "20.50.2-alpha.96+3f982d48ba",
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
- "document:prebuild": "api-extractor run --local"
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.50.2-alpha.9+7e214410ae",
32
+ "@uniformdev/context": "20.50.2-alpha.96+3f982d48ba",
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": "7e214410ae879d142d1bda328761a38b62179e08"
46
+ "gitHead": "3f982d48baf7aad200f687938b7f2e7c8796f759"
48
47
  }