@lwc/wire-service 2.11.1 → 2.12.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.
@@ -11,7 +11,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
  function isUndefined(obj) {
12
12
  return obj === undefined;
13
13
  }
14
- /** version: 2.11.1 */
14
+ /** version: 2.12.1 */
15
15
 
16
16
  /*
17
17
  * Copyright (c) 2018, salesforce.com, inc.
@@ -189,4 +189,4 @@ class LegacyWireAdapterBridge {
189
189
  exports.ValueChangedEvent = ValueChangedEvent;
190
190
  exports.register = register;
191
191
  exports.registerWireService = registerWireService;
192
- /** version: 2.11.1 */
192
+ /** version: 2.12.1 */
@@ -7,7 +7,7 @@
7
7
  function isUndefined(obj) {
8
8
  return obj === undefined;
9
9
  }
10
- /** version: 2.11.1 */
10
+ /** version: 2.12.1 */
11
11
 
12
12
  /*
13
13
  * Copyright (c) 2018, salesforce.com, inc.
@@ -183,4 +183,4 @@ class LegacyWireAdapterBridge {
183
183
  }
184
184
 
185
185
  export { ValueChangedEvent, register, registerWireService };
186
- /** version: 2.11.1 */
186
+ /** version: 2.12.1 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/wire-service",
3
- "version": "2.11.1",
3
+ "version": "2.12.1",
4
4
  "description": "@wire service",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -17,15 +17,16 @@
17
17
  "typings": "types/index.d.ts",
18
18
  "scripts": {
19
19
  "clean": "rm -rf dist/ types/",
20
- "build": "rollup --config ./scripts/rollup/rollup.config.js"
20
+ "build": "rollup --config ./scripts/rollup/rollup.config.js",
21
+ "dev": "rollup --config scripts/rollup/rollup.config.js --watch --no-watch.clearScreen"
21
22
  },
22
23
  "files": [
23
24
  "dist/",
24
25
  "types/"
25
26
  ],
26
27
  "devDependencies": {
27
- "@lwc/engine-core": "2.11.1",
28
- "@lwc/shared": "2.11.1"
28
+ "@lwc/engine-core": "2.12.1",
29
+ "@lwc/shared": "2.12.1"
29
30
  },
30
31
  "lwc": {
31
32
  "modules": [
@@ -45,6 +46,5 @@
45
46
  },
46
47
  "publishConfig": {
47
48
  "access": "public"
48
- },
49
- "gitHead": "94040389ab8fc717b8753e503f659489480a327d"
49
+ }
50
50
  }