@convertcom/js-sdk-rules 0.0.1

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/lib/index.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ /*!
2
+ * Convert JS SDK test
3
+ * Version 1.0.0
4
+ * Copyright(c) 2020 Convert Insights, Inc
5
+ * License Apache-2.0
6
+ */
package/lib/index.js ADDED
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+
3
+ /*!
4
+ * Convert JS SDK
5
+ * Version 1.0.0
6
+ * Copyright(c) 2020 Convert Insights, Inc
7
+ * License Apache-2.0
8
+ */
File without changes
@@ -0,0 +1,6 @@
1
+ /*!
2
+ * Convert JS SDK
3
+ * Version 1.0.0
4
+ * Copyright(c) 2020-2022 Convert Insights, Inc
5
+ * License Apache-2.0
6
+ */
File without changes
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * Convert JS SDK
3
+ * Version 1.0.0
4
+ * Copyright(c) 2020-2022 Convert Insights, Inc
5
+ * License Apache-2.0
6
+ */
7
+ //# sourceMappingURL=index.min.mjs.map
File without changes
package/lib/index.mjs ADDED
@@ -0,0 +1,6 @@
1
+ /*!
2
+ * Convert JS SDK
3
+ * Version 1.0.0
4
+ * Copyright(c) 2020 Convert Insights, Inc
5
+ * License Apache-2.0
6
+ */
File without changes
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@convertcom/js-sdk-rules",
3
+ "description": "",
4
+ "main": "./lib/index.js",
5
+ "module": "./lib/index.mjs",
6
+ "types": "./lib/index.d.ts",
7
+ "files": [
8
+ "lib/**/**/*"
9
+ ],
10
+ "author": "Convert Insights, Inc",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/convertcom/javascript-sdk.git",
14
+ "directory": "packages/rules"
15
+ },
16
+ "license": "Apache-2.0",
17
+ "engines": {
18
+ "node": ">=8.0.0"
19
+ },
20
+ "version": "0.0.1"
21
+ }