@flourish/formatters
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -992,3 +992,3 @@ (function (global, factory) { | ||
var datetime_interpretations = Object.freeze([ | ||
createDatetimeInterpretation("%Y-%m-%dT%H:%M:%S.%LZ"), | ||
createDatetimeInterpretation("%Y-%m-%dT%H:%M:%S.%LZ"), // 1972-04-27T10:10:10.303Z | ||
@@ -995,0 +995,0 @@ createDatetimeInterpretation("%d/%m/%Y", function(str, passed_primary_test) { // 27/04/1972 |
{ | ||
"name": "@flourish/formatters", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Format numbers and datetimes", | ||
@@ -29,4 +29,4 @@ "main": "formatter.js", | ||
"dependencies": { | ||
"@flourish/interpreter": "^6.0.4" | ||
"@flourish/interpreter": "^7.0.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # Flourish formatter | ||
``` shell | ||
npm install @flourish/formatter | ||
npm install @flourish/formatters | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
- property: x_format | ||
import: "@flourish/formatter/number-formatter" | ||
import: "@flourish/formatters/number-formatter" | ||
``` | ||
@@ -24,3 +24,3 @@ | ||
- property: y_format | ||
import: "@flourish/formatter/number-formatter" | ||
import: "@flourish/formatters/number-formatter" | ||
``` | ||
@@ -27,0 +27,0 @@ |
@@ -0,2 +1,5 @@ | ||
# 0.0.2 | ||
* Update @flourish/interpreter dependency | ||
# 0.0.1 | ||
* Trial release |
@@ -1,2 +0,2 @@ | ||
import createInterpreter from "@flourish/interpreter"; | ||
import { createInterpreter } from "@flourish/interpreter"; | ||
@@ -3,0 +3,0 @@ function getFormatter(format_id) { |
@@ -1,2 +0,2 @@ | ||
import createInterpreter from "@flourish/interpreter"; | ||
import { createInterpreter } from "@flourish/interpreter"; | ||
@@ -3,0 +3,0 @@ const getInterpretation = createInterpreter.getInterpretation; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
67648
1
+ Added@flourish/interpreter@7.0.0(transitive)
- Removed@flourish/interpreter@6.0.4(transitive)
Updated@flourish/interpreter@^7.0.0