Skip to content

Commit a8392e4

Browse files
committedMar 3, 2022
chore(release): publish %s
- detect-link-type@1.1.2 - nominatim-js@1.0.10 - prefjs@1.4.0 - @owsas/responsive@1.0.9
1 parent 7a1f9ef commit a8392e4

File tree

5 files changed

+115
-115
lines changed

5 files changed

+115
-115
lines changed
 

‎packages/detect-link-type/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+40-40
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
{
2-
"name": "detect-link-type",
3-
"version": "1.1.1",
4-
"description": "Detects the type of a link",
5-
"keywords": [
6-
"detect",
7-
"link",
8-
"type",
9-
"jpg",
10-
"png",
11-
"gif",
12-
"svg"
13-
],
14-
"author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
15-
"homepage": "https://github.com/owsas/opensource#readme",
16-
"license": "MIT",
17-
"main": "lib/detect-link-type.js",
18-
"directories": {
19-
"lib": "lib",
20-
"test": "__tests__"
21-
},
22-
"files": [
23-
"lib"
24-
],
25-
"repository": {
26-
"type": "git",
27-
"url": "git+https://github.com/owsas/opensource.git"
28-
},
29-
"scripts": {
30-
"test": "echo \"Error: run tests from root\" && exit 1",
31-
"build": "tsc"
32-
},
33-
"bugs": {
34-
"url": "https://github.com/owsas/opensource/issues"
35-
},
36-
"dependencies": {
37-
"parseurl": "^1.3.3"
38-
},
39-
"gitHead": "4e10e9c96486ca4997b1f4e2cea576881b700d9c"
40-
}
1+
{
2+
"name": "detect-link-type",
3+
"version": "1.1.2",
4+
"description": "Detects the type of a link",
5+
"keywords": [
6+
"detect",
7+
"link",
8+
"type",
9+
"jpg",
10+
"png",
11+
"gif",
12+
"svg"
13+
],
14+
"author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
15+
"homepage": "https://github.com/owsas/opensource#readme",
16+
"license": "MIT",
17+
"main": "lib/detect-link-type.js",
18+
"directories": {
19+
"lib": "lib",
20+
"test": "__tests__"
21+
},
22+
"files": [
23+
"lib"
24+
],
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/owsas/opensource.git"
28+
},
29+
"scripts": {
30+
"test": "echo \"Error: run tests from root\" && exit 1",
31+
"build": "tsc"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/owsas/opensource/issues"
35+
},
36+
"dependencies": {
37+
"parseurl": "^1.3.3"
38+
},
39+
"gitHead": "4e10e9c96486ca4997b1f4e2cea576881b700d9c"
40+
}

‎packages/nominatim-js/package.json

+37-37
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
{
2-
"name": "nominatim-js",
3-
"version": "1.0.9",
4-
"description": "Unofficial JS SDK for the Nominatim Open Street Map service that allows geocoding and reverse geocoding",
5-
"keywords": [
6-
"nominatim",
7-
"open",
8-
"gis",
9-
"osm",
10-
"open",
11-
"street",
12-
"map"
13-
],
14-
"author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
15-
"homepage": "https://github.com/owsas/opensource#readme",
16-
"license": "MIT",
17-
"main": "lib/nominatim-js.js",
18-
"directories": {
19-
"lib": "lib",
20-
"test": "__tests__"
21-
},
22-
"files": [
23-
"lib"
24-
],
25-
"repository": {
26-
"type": "git",
27-
"url": "git+https://github.com/owsas/opensource.git"
28-
},
29-
"scripts": {
30-
"test": "echo \"Error: run tests from root\" && exit 1",
31-
"build": "tsc"
32-
},
33-
"bugs": {
34-
"url": "https://github.com/owsas/opensource/issues"
35-
},
36-
"gitHead": "4e10e9c96486ca4997b1f4e2cea576881b700d9c"
37-
}
1+
{
2+
"name": "nominatim-js",
3+
"version": "1.0.10",
4+
"description": "Unofficial JS SDK for the Nominatim Open Street Map service that allows geocoding and reverse geocoding",
5+
"keywords": [
6+
"nominatim",
7+
"open",
8+
"gis",
9+
"osm",
10+
"open",
11+
"street",
12+
"map"
13+
],
14+
"author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
15+
"homepage": "https://github.com/owsas/opensource#readme",
16+
"license": "MIT",
17+
"main": "lib/nominatim-js.js",
18+
"directories": {
19+
"lib": "lib",
20+
"test": "__tests__"
21+
},
22+
"files": [
23+
"lib"
24+
],
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/owsas/opensource.git"
28+
},
29+
"scripts": {
30+
"test": "echo \"Error: run tests from root\" && exit 1",
31+
"build": "tsc"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/owsas/opensource/issues"
35+
},
36+
"gitHead": "4e10e9c96486ca4997b1f4e2cea576881b700d9c"
37+
}

‎packages/prefjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prefjs",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Manage preferences and internationalization for multiple locales very easily in Javascript",
55
"author": "Juan Camilo Guarín Peñaranda <jcguarinpenaranda@gmail.com>",
66
"homepage": "https://github.com/owsas/opensource#readme",

‎packages/responsive/package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
{
2-
"name": "@owsas/responsive",
3-
"version": "1.0.8",
4-
"description": "Validators to detect if you are running on big or small screens, using a similar approach to Bootstrap, defining xs, sm, md or lg screen breakpoints.",
5-
"keywords": [
6-
"responsive",
7-
"breakpoint",
8-
"bootstrap",
9-
"css",
10-
"frontend",
11-
"ui"
12-
],
13-
"author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
14-
"homepage": "https://github.com/owsas/opensource#readme",
15-
"license": "MIT",
16-
"main": "lib/responsive.js",
17-
"directories": {
18-
"lib": "lib",
19-
"test": "__tests__"
20-
},
21-
"files": [
22-
"lib"
23-
],
24-
"repository": {
25-
"type": "git",
26-
"url": "git+https://github.com/owsas/opensource.git"
27-
},
28-
"scripts": {
29-
"test": "echo \"Error: run tests from root\" && exit 1",
30-
"build": "tsc"
31-
},
32-
"bugs": {
33-
"url": "https://github.com/owsas/opensource/issues"
34-
},
35-
"gitHead": "4e10e9c96486ca4997b1f4e2cea576881b700d9c"
36-
}
1+
{
2+
"name": "@owsas/responsive",
3+
"version": "1.0.9",
4+
"description": "Validators to detect if you are running on big or small screens, using a similar approach to Bootstrap, defining xs, sm, md or lg screen breakpoints.",
5+
"keywords": [
6+
"responsive",
7+
"breakpoint",
8+
"bootstrap",
9+
"css",
10+
"frontend",
11+
"ui"
12+
],
13+
"author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
14+
"homepage": "https://github.com/owsas/opensource#readme",
15+
"license": "MIT",
16+
"main": "lib/responsive.js",
17+
"directories": {
18+
"lib": "lib",
19+
"test": "__tests__"
20+
},
21+
"files": [
22+
"lib"
23+
],
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/owsas/opensource.git"
27+
},
28+
"scripts": {
29+
"test": "echo \"Error: run tests from root\" && exit 1",
30+
"build": "tsc"
31+
},
32+
"bugs": {
33+
"url": "https://github.com/owsas/opensource/issues"
34+
},
35+
"gitHead": "4e10e9c96486ca4997b1f4e2cea576881b700d9c"
36+
}

0 commit comments

Comments
 (0)