@js-joda/locale_zh 4.8.2 → 4.8.6

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/LICENSE ADDED
@@ -0,0 +1,34 @@
1
+ BSD License
2
+
3
+ For js-joda software
4
+
5
+ Copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
6
+
7
+ All rights reserved.
8
+
9
+ Redistribution and use in source and binary forms, with or without
10
+ modification, are permitted provided that the following conditions are met:
11
+
12
+ * Redistributions of source code must retain the above copyright notice,
13
+ this list of conditions and the following disclaimer.
14
+
15
+ * Redistributions in binary form must reproduce the above copyright notice,
16
+ this list of conditions and the following disclaimer in the documentation
17
+ and/or other materials provided with the distribution.
18
+
19
+ * Neither the name of js-joda nor the names of its contributors
20
+ may be used to endorse or promote products derived from this software
21
+ without specific prior written permission.
22
+
23
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
27
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
28
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
29
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
30
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
31
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
32
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
+
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- //! @version @js-joda/locale - 4.8.2
1
+ //! @version @js-joda/locale - 4.8.5
2
2
  //! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
3
3
  //! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
4
4
  //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- //! @version @js-joda/locale - 4.8.2
1
+ //! @version @js-joda/locale - 4.8.5
2
2
  //! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
3
3
  //! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
4
4
  //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
package/dist/index.min.js CHANGED
@@ -1,4 +1,4 @@
1
- //! @version @js-joda/locale - 4.8.2
1
+ //! @version @js-joda/locale - 4.8.5
2
2
  //! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
3
3
  //! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
4
4
  //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@js-joda/locale_zh",
3
- "version": "4.8.2",
3
+ "version": "4.8.6",
4
4
  "description": "prebuilt js-joda locale package for locales: zh.*",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/js-joda/js-joda-locale.git"
7
+ "url": "https://github.com/js-joda/js-joda.git"
8
8
  },
9
9
  "main": "dist/index.js",
10
10
  "typings": "dist/js-joda-locale.d.ts",
@@ -20,13 +20,15 @@
20
20
  ],
21
21
  "license": "BSD-3-Clause",
22
22
  "bugs": {
23
- "url": "https://github.com/js-joda/js-joda-locale/issues"
23
+ "url": "https://github.com/js-joda/js-joda/issues"
24
24
  },
25
- "homepage": "https://github.com/js-joda/js-joda-locale#readme",
25
+ "homepage": "https://js-joda.github.io/js-joda",
26
26
  "peerDependencies": {
27
27
  "@js-joda/core": ">=3.2.0",
28
28
  "@js-joda/timezone": "^2.3.0"
29
29
  },
30
- "dependencies": {},
31
- "devDependencies": {}
32
- }
30
+ "publishConfig": {
31
+ "access": "public"
32
+ },
33
+ "gitHead": "4ebb3e647a695069b06348027a4bf0304cb41f35"
34
+ }