@live-change/locale-settings-service 0.8.12 → 0.8.13

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/index.js +6 -0
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -40,11 +40,17 @@ const LocaleSettings = definition.model({
40
40
  capturedDateTime: {
41
41
  type: Object
42
42
  },
43
+ capturedList: {
44
+ type: Object
45
+ },
43
46
  capturedNumber: {
44
47
  type: Object
45
48
  },
46
49
  capturedPlural: {
47
50
  type: Object
51
+ },
52
+ capturedRelativeTime: {
53
+ type: Object
48
54
  }
49
55
  }
50
56
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/locale-settings-service",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,13 +8,13 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/live-change/live-change-services.git"
11
+ "url": "git+https://github.com/live-change/live-change-stack.git"
12
12
  },
13
13
  "license": "MIT",
14
14
  "bugs": {
15
- "url": "https://github.com/live-change/live-change-services/issues"
15
+ "url": "https://github.com/live-change/live-change-stack/issues"
16
16
  },
17
- "homepage": "https://github.com/live-change/live-change-services",
17
+ "homepage": "https://github.com/live-change/live-change-stack",
18
18
  "author": {
19
19
  "email": "michal@laszczewski.pl",
20
20
  "name": "Michał Łaszczewski",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/framework": "^0.8.12",
26
- "@live-change/relations-plugin": "^0.8.12"
25
+ "@live-change/framework": "^0.8.13",
26
+ "@live-change/relations-plugin": "^0.8.13"
27
27
  },
28
- "gitHead": "5c93162184742550bf6a5e7b37a5537c69f8a3c4"
28
+ "gitHead": "4453aa639a9fe1a857d93d73ebd28a82c97fdd87"
29
29
  }