@uniformdev/context 20.60.2 → 20.61.1-alpha.11

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
@@ -143,7 +143,6 @@ var ManifestInstance = class {
143
143
  constructor({
144
144
  manifest,
145
145
  evaluator = new GroupCriteriaEvaluator({}),
146
- // eslint-disable-next-line @typescript-eslint/no-empty-function
147
146
  onLogMessage = () => {
148
147
  }
149
148
  }) {
package/dist/index.js CHANGED
@@ -236,7 +236,6 @@ var ManifestInstance = class {
236
236
  constructor({
237
237
  manifest,
238
238
  evaluator = new GroupCriteriaEvaluator({}),
239
- // eslint-disable-next-line @typescript-eslint/no-empty-function
240
239
  onLogMessage = () => {
241
240
  }
242
241
  }) {
package/dist/index.mjs CHANGED
@@ -143,7 +143,6 @@ var ManifestInstance = class {
143
143
  constructor({
144
144
  manifest,
145
145
  evaluator = new GroupCriteriaEvaluator({}),
146
- // eslint-disable-next-line @typescript-eslint/no-empty-function
147
146
  onLogMessage = () => {
148
147
  }
149
148
  }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context",
3
- "version": "20.60.2",
3
+ "version": "20.61.1-alpha.11+0fd9603995",
4
4
  "description": "Uniform Context core package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -43,12 +43,11 @@
43
43
  "clean": "rimraf dist",
44
44
  "test": "vitest run",
45
45
  "test:coverage": "vitest run --coverage",
46
- "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
47
46
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
48
47
  "update-openapi": "tsx ./scripts/update-openapi.cts",
49
48
  "benchmark:build": "tsup src/storage/__benchmarks__/storage.benchmark.ts",
50
49
  "benchmark:run": "node ./dist/storage.benchmark.js",
51
- "document:prebuild": "api-extractor run --local"
50
+ "apidocs-extract": "api-extractor run --local"
52
51
  },
53
52
  "devDependencies": {
54
53
  "@types/js-cookie": "3.0.6",
@@ -70,5 +69,5 @@
70
69
  "publishConfig": {
71
70
  "access": "public"
72
71
  },
73
- "gitHead": "99066045997d9507f6b615604fa5fb5ed12bc0e6"
72
+ "gitHead": "0fd9603995e96e62f1e8923877ea5c73143353f5"
74
73
  }