@spectrum-charts/locales 1.19.0-alpha → 1.19.0
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/dist/index.js.LICENSE.txt +1 -1
- package/package.json +28 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! @spectrum-charts/locales@v1.19.0
|
|
1
|
+
/*! @spectrum-charts/locales@v1.19.0 */
|
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
2
|
+
"name": "@spectrum-charts/locales",
|
|
3
|
+
"version": "1.19.0",
|
|
4
|
+
"description": "Locales used in spectrum charts",
|
|
5
|
+
"browser": "dist/index.js",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.js",
|
|
8
|
+
"types": "dist/@types/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"author": "marshallpete",
|
|
13
|
+
"license": "Apache-2.0",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "webpack --config ./webpack.config.js",
|
|
16
|
+
"clean": "rm -rf dist",
|
|
17
|
+
"pack-test": "yarn clean && yarn build && cross-env NODE_ENV=development npm pack",
|
|
18
|
+
"pack": "cross-env NODE_ENV=production npm pack",
|
|
19
|
+
"publish-package": "npm publish --access public"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"ts-loader": "^9.4.2",
|
|
23
|
+
"typescript": "^5.4.5",
|
|
24
|
+
"webpack": "^5.75.0",
|
|
25
|
+
"webpack-cli": "^5.0.1"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"vega": "^5.32.0"
|
|
29
|
+
}
|
|
30
30
|
}
|