@gram-data/gram-ast
Advanced tools
Comparing version 0.2.18 to 0.3.1
@@ -484,3 +484,3 @@ /** | ||
* ``` | ||
* uri`geo:48.198634,16.371648` | ||
* uri`geo:39.282495,-76.594709` | ||
* ``` | ||
@@ -490,4 +490,30 @@ * | ||
* | ||
* ### `plus` | ||
* | ||
* > A 'plus' URI identifies a physical location encoded as | ||
* > Open Location Code, a "plus code". | ||
* | ||
* ``` | ||
* uri`plus:7CJ4+W4 Baltimore, MD` | ||
* ``` | ||
* | ||
* @see {@link https://github.com/google/open-location-code | Open Location Code } | ||
* | ||
* ### `h3` | ||
* | ||
* > An 'h3' URI identifies a physical location encoded using | ||
* > the H3 geospatial indexing system, a multi-precision hexagonal | ||
* > tiling of the sphere indexed with hierarchical linear indexes. | ||
* | ||
* ``` | ||
* uri`h3:8c2aa8c76b11bff` | ||
* ``` | ||
* | ||
* @see {@link https://h3geo.org | H3 } | ||
* | ||
* ### `http(s)` | ||
* | ||
* > Hopefully This Thing Presents Sensibly, a popular scheme used | ||
* >on the interwebs. | ||
* | ||
*/ | ||
@@ -494,0 +520,0 @@ export interface UriLiteral extends TaggedTextLiteral { |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.2.18", | ||
"version": "0.3.1", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/gram-data/gram-js/tree/main/packages/gram-ast#readme", | ||
"homepage": "https://gram-data.github.io/gram-js/api/modules/gram-ast", | ||
"main": "dist/index.js", | ||
@@ -72,3 +72,3 @@ "unpkg": "dist/gram-ast.umd.production.min.js", | ||
}, | ||
"gitHead": "3f14810a45eb375bef4c583130123f6fa1ec1e0b", | ||
"gitHead": "7bc9b6e3417c00e2ba2bcbb24e9ecff5ea15dbde", | ||
"publishConfig": { | ||
@@ -75,0 +75,0 @@ "access": "public" |
@@ -629,9 +629,35 @@ /** | ||
* ``` | ||
* uri`geo:48.198634,16.371648` | ||
* uri`geo:39.282495,-76.594709` | ||
* ``` | ||
* | ||
* @see {@link https://tools.ietf.org/html/rfc5870 | IETF RFC5870 } | ||
* | ||
* ### `plus` | ||
* | ||
* > A 'plus' URI identifies a physical location encoded as | ||
* > Open Location Code, a "plus code". | ||
* | ||
* ``` | ||
* uri`plus:7CJ4+W4 Baltimore, MD` | ||
* ``` | ||
* | ||
* @see {@link https://github.com/google/open-location-code | Open Location Code } | ||
* | ||
* ### `h3` | ||
* | ||
* > An 'h3' URI identifies a physical location encoded using | ||
* > the H3 geospatial indexing system, a multi-precision hexagonal | ||
* > tiling of the sphere indexed with hierarchical linear indexes. | ||
* | ||
* ``` | ||
* uri`h3:8c2aa8c76b11bff` | ||
* ``` | ||
* | ||
* @see {@link https://h3geo.org | H3 } | ||
* | ||
* ### `http(s)` | ||
* | ||
* > Hopefully This Thing Presents Sensibly, a popular scheme used | ||
* >on the interwebs. | ||
* | ||
*/ | ||
@@ -638,0 +664,0 @@ export interface UriLiteral extends TaggedTextLiteral { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
176802
2000
0