@axdspub/axiom-charts 0.0.5 → 0.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axdspub/axiom-charts",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "main": "./library/index.js",
6
6
  "typings": "./library/axiom-charts.d.ts",
package/.dockerignore DELETED
@@ -1,4 +0,0 @@
1
- node_modules
2
- build
3
- .dockerignore
4
- Dockerfile
@@ -1,46 +0,0 @@
1
- server {
2
- listen 80;
3
- listen [::]:80;
4
- server_name localhost;
5
-
6
- #access_log /var/log/nginx/host.access.log main;
7
-
8
- location / {
9
- root /usr/share/nginx/html;
10
- index index.html index.htm;
11
-
12
- try_files $uri /index.html;
13
- }
14
-
15
- #error_page 404 /404.html;
16
-
17
- # redirect server error pages to the static page /50x.html
18
- #
19
- error_page 500 502 503 504 /50x.html;
20
- location = /50x.html {
21
- root /usr/share/nginx/html;
22
- }
23
-
24
- # proxy the PHP scripts to Apache listening on 127.0.0.1:80
25
- #
26
- #location ~ \.php$ {
27
- # proxy_pass http://127.0.0.1;
28
- #}
29
-
30
- # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
31
- #
32
- #location ~ \.php$ {
33
- # root html;
34
- # fastcgi_pass 127.0.0.1:9000;
35
- # fastcgi_index index.php;
36
- # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
37
- # include fastcgi_params;
38
- #}
39
-
40
- # deny access to .htaccess files, if Apache's document root
41
- # concurs with nginx's one
42
- #
43
- #location ~ /\.ht {
44
- # deny all;
45
- #}
46
- }
package/yalc.lock DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "version": "v1",
3
- "packages": {
4
- "@axdspub/axiom-ui-data-services": {
5
- "signature": "742074c38d14ee45bcfd3f7c2de32eea",
6
- "file": true,
7
- "replaced": "^0.0.3"
8
- }
9
- }
10
- }