abstract-image 3.4.1 → 6.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
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
- ## [Unreleased](https://github.com/dividab/abstract-visuals/compare/abstract-image@3.4.0...master)
5
+ ## [4.0.1](https://github.com/dividab/abstract-visuals/compare/abstract-image@3.4.0...master)
6
6
 
7
7
  ### Added
8
8
 
@@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. The format
10
10
 
11
11
  ### Removed
12
12
 
13
+ - Ramda
14
+
13
15
  ## [v3.4.0](https://github.com/dividab/abstract-visuals/compare/abstract-image@3.3.3...abstract-image@3.4.0)
14
16
 
15
17
  ### Added
package/lib/index.js CHANGED
@@ -20,4 +20,5 @@ __exportStar(require("./exporters/png-export-image"), exports);
20
20
  __exportStar(require("./exporters/dxf2d-export-image"), exports);
21
21
  __exportStar(require("./exporters/react-svg-export-image"), exports);
22
22
  __exportStar(require("./exporters/eps-export-image"), exports);
23
+ //dummy
23
24
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAuC;AACvC,gDAA8B;AAC9B,oDAAkC;AAClC,gDAA8B;AAC9B,+CAA6B;AAE7B,+DAA6C;AAC7C,+DAA6C;AAC7C,iEAA+C;AAC/C,qEAAmD;AACnD,+DAA6C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAuC;AACvC,gDAA8B;AAC9B,oDAAkC;AAClC,gDAA8B;AAC9B,+CAA6B;AAE7B,+DAA6C;AAC7C,+DAA6C;AAC7C,iEAA+C;AAC/C,qEAAmD;AACnD,+DAA6C;AAE7C,OAAO"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abstract-image",
3
- "version": "3.4.1",
3
+ "version": "6.0.0",
4
4
  "description": "Dynamically create images using code or JSX and render to any format",
5
5
  "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-image",
6
6
  "main": "lib/index.js",
@@ -26,5 +26,5 @@
26
26
  "@types/react": "^16.9.0",
27
27
  "@types/react-dom": "^16.9.0"
28
28
  },
29
- "gitHead": "8d1489ac0f201c23159219b373ebc200a1390189"
29
+ "gitHead": "a76bd0a1c26c7e19eb07eb5d7c27a8e0eaa0b2ae"
30
30
  }
package/src/index.ts CHANGED
@@ -9,3 +9,5 @@ export * from "./exporters/png-export-image";
9
9
  export * from "./exporters/dxf2d-export-image";
10
10
  export * from "./exporters/react-svg-export-image";
11
11
  export * from "./exporters/eps-export-image";
12
+
13
+ //dummy