@onify/flow-extensions 5.0.0 → 5.0.2

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,6 +1,14 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ # 5.0.2
5
+
6
+ - Correct package module file...
7
+
8
+ # 5.0.1
9
+
10
+ - Doh! Add neglected package.json file to common js dist folder
11
+
4
12
  # 5.0.0
5
13
 
6
14
  - Turn into module with exports for node
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@onify/flow-extensions",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "Onify Flow extensions",
5
5
  "type": "module",
6
- "module": "index.js",
6
+ "module": "src/index.js",
7
7
  "main": "dist/index.js",
8
8
  "types": "./index.d.ts",
9
9
  "sideEffects": false,