@clickview/auth 0.0.0 → 0.1.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/.eslintrc.json +2 -2
- package/dist/js/auth-app.js.map +1 -1
- package/package.json +38 -38
package/.eslintrc.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": ["@clickview/eslint-config"]
|
|
1
|
+
{
|
|
2
|
+
"extends": ["@clickview/eslint-config"]
|
|
3
3
|
}
|
package/dist/js/auth-app.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"js/auth-app.js","mappings":";AAAA","sources":["file
|
|
1
|
+
{"version":3,"file":"js/auth-app.js","mappings":";AAAA","sources":["file://C:/ClickView Projects/clickview/packages/projects/auth/webpack/universalModuleDefinition"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"cvauth\"] = factory();\n\telse\n\t\troot[\"cvauth\"] = factory();\n})(self, () => {\nreturn "],"names":[],"sourceRoot":""}
|
package/package.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@clickview/auth",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "ClickView Auth",
|
|
5
|
-
"main": "dist/scripts/bundle.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "cross-env NODE_ENV=development webpack -w --config ./tooling/webpack.config.js",
|
|
8
|
-
"build": "cross-env NODE_ENV=production webpack --config ./tooling/webpack.config.js"
|
|
9
|
-
},
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "https://gitlab.cvinternal.net/front-end/clickview"
|
|
13
|
-
},
|
|
14
|
-
"cv": {
|
|
15
|
-
"publishable": true,
|
|
16
|
-
"rebuildable": true
|
|
17
|
-
},
|
|
18
|
-
"author": "Cameron Hill, Shale Kuzmanovski",
|
|
19
|
-
"license": "ISC",
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@clickview/eslint-config": "1.1.1"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@clickview/styles": "1.20.0",
|
|
25
|
-
"whatwg-fetch": "3.4.1"
|
|
26
|
-
},
|
|
27
|
-
"babel": {
|
|
28
|
-
"presets": [
|
|
29
|
-
[
|
|
30
|
-
"@babel/preset-env",
|
|
31
|
-
{
|
|
32
|
-
"corejs": 3,
|
|
33
|
-
"useBuiltIns": "entry"
|
|
34
|
-
}
|
|
35
|
-
]
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@clickview/auth",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "ClickView Auth",
|
|
5
|
+
"main": "dist/scripts/bundle.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"start": "cross-env NODE_ENV=development webpack -w --config ./tooling/webpack.config.js",
|
|
8
|
+
"build": "cross-env NODE_ENV=production webpack --config ./tooling/webpack.config.js"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://gitlab.cvinternal.net/front-end/clickview"
|
|
13
|
+
},
|
|
14
|
+
"cv": {
|
|
15
|
+
"publishable": true,
|
|
16
|
+
"rebuildable": true
|
|
17
|
+
},
|
|
18
|
+
"author": "Cameron Hill, Shale Kuzmanovski",
|
|
19
|
+
"license": "ISC",
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@clickview/eslint-config": "1.1.1"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@clickview/styles": "1.20.0",
|
|
25
|
+
"whatwg-fetch": "3.4.1"
|
|
26
|
+
},
|
|
27
|
+
"babel": {
|
|
28
|
+
"presets": [
|
|
29
|
+
[
|
|
30
|
+
"@babel/preset-env",
|
|
31
|
+
{
|
|
32
|
+
"corejs": 3,
|
|
33
|
+
"useBuiltIns": "entry"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
}
|