@aemforms/af-formatters 0.22.23 → 0.22.25
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 +1 -11
- package/lib/cjs/index.cjs +0 -781
- package/lib/esm/date/DateParser.js +0 -320
- package/lib/esm/date/SkeletonParser.js +0 -199
- package/lib/esm/date/index.js +0 -22
- package/lib/esm/index.js +0 -57
- package/lib/esm/number/NumberParser.js +0 -100
- package/lib/esm/number/SkeletonParser.js +0 -173
- package/lib/esm/number/currencies.js +0 -56
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aemforms/af-formatters",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.25",
|
|
4
4
|
"description": "Formatting Module for Forms Runtime",
|
|
5
5
|
"author": "Adobe Systems",
|
|
6
6
|
"license": "Adobe Proprietary",
|
|
@@ -27,16 +27,6 @@
|
|
|
27
27
|
"lib",
|
|
28
28
|
"LICENSE"
|
|
29
29
|
],
|
|
30
|
-
"scripts": {
|
|
31
|
-
"test": "NODE_OPTIONS=--experimental-vm-modules jest --silent",
|
|
32
|
-
"eslint": "npx eslint src/**",
|
|
33
|
-
"eslint:fix": "npx eslint --fix src/**",
|
|
34
|
-
"test:ci": "NODE_OPTIONS=--experimental-vm-modules jest --silent --coverage",
|
|
35
|
-
"build": "npm run clean && mkdir -p lib/esm && cp -R src/* lib/esm/ && rollup -c rollup.config.js",
|
|
36
|
-
"clean": "rm -rf lib target",
|
|
37
|
-
"prepublishOnly": "npm run build && npm run test",
|
|
38
|
-
"docs": "npx typedoc --options .typedoc.cjs"
|
|
39
|
-
},
|
|
40
30
|
"devDependencies": {
|
|
41
31
|
"@babel/cli": "^7.18.10",
|
|
42
32
|
"@babel/core": "^7.19.0",
|