@servicetitan/form-state 22.4.1 → 22.4.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ # v22.4.5 (Thu Jul 28 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: see if it triggers release for a conventional commit ([@kanoshin](https://github.com/kanoshin))
6
+
7
+ #### Authors: 1
8
+
9
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
10
+
11
+ ---
12
+
13
+ # v22.4.4 (Thu Jul 28 2022)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Trigger release [#139](https://github.com/servicetitan/anvil-uikit-contrib/pull/139) ([@kanoshin](https://github.com/kanoshin))
18
+
19
+ #### ⚠️ Pushed to `master`
20
+
21
+ - Export additional helpers from form-state ([@kanoshin](https://github.com/kanoshin))
22
+
23
+ #### Authors: 1
24
+
25
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
26
+
27
+ ---
28
+
29
+ # v22.4.2 (Thu Jul 28 2022)
30
+
31
+ #### 🐛 Bug Fix
32
+
33
+ - Fix form-state versioning [#138](https://github.com/servicetitan/anvil-uikit-contrib/pull/138) ([@kanoshin](https://github.com/kanoshin))
34
+
35
+ #### Authors: 1
36
+
37
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
38
+
39
+ ---
40
+
1
41
  # v22.4.1 (Thu Jul 21 2022)
2
42
 
3
43
  #### 🐛 Bug Fix
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './date-range';
2
2
  export * from './persistent-form-state';
3
3
  export * from './dropdown-state';
4
- export * from './form-validators';
5
4
  export * from './form-helpers';
5
+ export * from './form-validators';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './date-range';
2
2
  export * from './persistent-form-state';
3
3
  export * from './dropdown-state';
4
- export * from './form-validators';
5
4
  export * from './form-helpers';
5
+ export * from './form-validators';
6
6
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
@@ -1,2 +1,4 @@
1
1
  export * from './persistent-form-state';
2
+ export * from './domain-storage';
3
+ export * from './in-memory-storage';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/persistent-form-state/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/persistent-form-state/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC"}
@@ -1,2 +1,4 @@
1
1
  export * from './persistent-form-state';
2
+ export * from './domain-storage';
3
+ export * from './in-memory-storage';
2
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/persistent-form-state/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/persistent-form-state/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/form-state",
3
- "version": "22.4.1",
3
+ "version": "22.4.5",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "src"
16
16
  ],
17
17
  "devDependencies": {
18
- "@servicetitan/data-query": "^22.3.0",
18
+ "@servicetitan/data-query": "^22.4.5",
19
19
  "@servicetitan/design-system": "~11.8.0",
20
20
  "@types/debounce": "~1.2.1",
21
21
  "@types/react": "~17.0.38",
@@ -25,7 +25,7 @@
25
25
  "react": "^17.0.2"
26
26
  },
27
27
  "peerDependencies": {
28
- "@servicetitan/data-query": "^22.3.0",
28
+ "@servicetitan/data-query": "^22.4.5",
29
29
  "@servicetitan/design-system": "^11.8.0",
30
30
  "formstate": "^2.0.0",
31
31
  "mobx": "^6.6.0",
@@ -41,5 +41,5 @@
41
41
  "cli": {
42
42
  "webpack": false
43
43
  },
44
- "gitHead": "33f99859f917b9368fe7af22d8928a977c5249ca"
44
+ "gitHead": "01a6292ee7c2166a6403492b8a26fef3a46e15a0"
45
45
  }
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from './date-range';
2
2
  export * from './persistent-form-state';
3
3
  export * from './dropdown-state';
4
- export * from './form-validators';
5
4
  export * from './form-helpers';
5
+ export * from './form-validators';
@@ -1 +1,3 @@
1
1
  export * from './persistent-form-state';
2
+ export * from './domain-storage';
3
+ export * from './in-memory-storage';