@wise/dynamic-flow-types 0.0.2 → 1.0.0

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,5 +1,11 @@
1
1
  # @wise/dynamic-flow-types
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1120e78: TypeScript types extracted from the web client library.
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Dynamic Flow TypeScript Types
2
+
3
+ This package contains the Dynamic Flow TypeScript types which are used in @wise/dynamic-flow-client and other packages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-types",
3
- "version": "0.0.2",
3
+ "version": "1.0.0",
4
4
  "description": "Dynamic Flow TypeScript Types",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./src/index.ts",