@uniformdev/context 17.4.1-alpha.250 → 17.4.1-alpha.262

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -137,6 +137,7 @@ declare enum ScriptType {
137
137
  Unknown = "unknown"
138
138
  }
139
139
  declare type EdgePersonalizeComponentOptions = {
140
+ name: string;
140
141
  count?: number;
141
142
  };
142
143
  declare type EdgeTestComponentOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context",
3
- "version": "17.4.1-alpha.250+ee2ca070b",
3
+ "version": "17.4.1-alpha.262+fc5c48d89",
4
4
  "description": "Uniform Context core package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -59,7 +59,7 @@
59
59
  "devDependencies": {
60
60
  "@types/js-cookie": "3.0.2",
61
61
  "@types/yargs": "17.0.13",
62
- "@uniformdev/cli": "^17.4.1-alpha.250+ee2ca070b",
62
+ "@uniformdev/cli": "^17.4.1-alpha.262+fc5c48d89",
63
63
  "benny": "3.7.1",
64
64
  "yargs": "17.6.2"
65
65
  },
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "ee2ca070b1530fd28705311e38ae19517c4fa872"
79
+ "gitHead": "fc5c48d894a330b46b421d2b3f61b2a18e506d48"
80
80
  }