@equinor/apollo-utils 0.1.3-beta.4 → 0.1.3

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/.eslintrc.cjs ADDED
@@ -0,0 +1,4 @@
1
+ module.exports = {
2
+ root: true,
3
+ extends: ['custom'],
4
+ }
@@ -0,0 +1,14 @@
1
+ $ tsup src/index.ts --format esm,cjs --dts --external react
2
+ CLI Building entry: src/index.ts
3
+ CLI Using tsconfig: tsconfig.json
4
+ CLI tsup v6.6.3
5
+ CLI Target: es6
6
+ ESM Build start
7
+ CJS Build start
8
+ DTS Build start
9
+ CJS dist/index.js 717.31 KB
10
+ CJS ⚡️ Build success in 1204ms
11
+ ESM dist/index.mjs 711.05 KB
12
+ ESM ⚡️ Build success in 1206ms
13
+ DTS ⚡️ Build success in 7215ms
14
+ DTS dist/index.d.ts 5.50 KB
package/CHANGELOG.md ADDED
@@ -0,0 +1,31 @@
1
+ # @equinor/apollo-utils
2
+
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e1354f0: Move edit cells to apollo-utils
8
+ - Updated dependencies [e1354f0]
9
+ - @equinor/apollo-components@3.1.2
10
+
11
+ ## 0.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 7fa24ff: Move cells to @equinor/apollo-utils and extract common functionality into separate package
16
+ - Updated dependencies [07e344a]
17
+ - Updated dependencies [7fa24ff]
18
+ - apollo-common@0.1.2
19
+
20
+ ## 0.1.1
21
+
22
+ ### Patch Changes
23
+
24
+ - f9e695e: Add validateAsync utility to support async refinements
25
+
26
+ ## 0.1.0
27
+
28
+ ### Minor Changes
29
+
30
+ - 8abf3eb: Initial version of Apollo Utils with jotai-form
31
+ - 8abf3eb: Create apollo-utils package and jotai form example app