@servicetitan/form-state 22.4.0 → 22.4.4

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.4 (Thu Jul 28 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Trigger release [#139](https://github.com/servicetitan/anvil-uikit-contrib/pull/139) ([@kanoshin](https://github.com/kanoshin))
6
+
7
+ #### ⚠️ Pushed to `master`
8
+
9
+ - Export additional helpers from form-state ([@kanoshin](https://github.com/kanoshin))
10
+
11
+ #### Authors: 1
12
+
13
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
14
+
15
+ ---
16
+
17
+ # v22.4.2 (Thu Jul 28 2022)
18
+
19
+ #### 🐛 Bug Fix
20
+
21
+ - Fix form-state versioning [#138](https://github.com/servicetitan/anvil-uikit-contrib/pull/138) ([@kanoshin](https://github.com/kanoshin))
22
+
23
+ #### Authors: 1
24
+
25
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
26
+
27
+ ---
28
+
29
+ # v22.4.1 (Thu Jul 21 2022)
30
+
31
+ #### 🐛 Bug Fix
32
+
33
+ - Test release with new NPM token [#135](https://github.com/servicetitan/anvil-uikit-contrib/pull/135) ([@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.0 (Tue Jul 12 2022)
2
42
 
3
43
  #### 🚀 Enhancement
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-helpers';
5
4
  export * from './form-validators';
5
+ export * from './form-helpers';
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,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,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,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,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-helpers';
5
4
  export * from './form-validators';
5
+ export * from './form-helpers';
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,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,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,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,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.0",
3
+ "version": "22.4.4",
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.4",
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.4",
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": "8b952d7f41367c61b548af4293b42a93dc3c6ec7"
44
+ "gitHead": "edcdf24c846b5267e4ec827c86cc384aca5e3a50"
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-helpers';
5
4
  export * from './form-validators';
5
+ export * from './form-helpers';
@@ -1 +1,3 @@
1
1
  export * from './persistent-form-state';
2
+ export * from './domain-storage';
3
+ export * from './in-memory-storage';