@formatjs/cli-native-win32-x64 0.0.0 → 1.1.1

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.
Binary file
package/package.json CHANGED
@@ -1,28 +1,23 @@
1
1
  {
2
2
  "name": "@formatjs/cli-native-win32-x64",
3
- "description": "Temporary placeholder for FormatJS CLI Windows x64 native binding.",
4
- "version": "0.0.0",
3
+ "description": "Native FormatJS CLI binding for Windows x64.",
4
+ "version": "1.1.1",
5
5
  "license": "MIT",
6
6
  "author": "Long Ho <holevietlong@gmail.com>",
7
7
  "exports": {
8
- ".": "./index.js"
8
+ ".": "./formatjs_cli_napi.node"
9
9
  },
10
10
  "bugs": "https://github.com/formatjs/formatjs/issues",
11
11
  "cpu": [
12
12
  "x64"
13
13
  ],
14
14
  "files": [
15
- "index.js",
16
- "README.md"
15
+ "formatjs_cli_napi.node"
17
16
  ],
18
17
  "homepage": "https://github.com/formatjs/formatjs",
19
- "main": "index.js",
18
+ "main": "formatjs_cli_napi.node",
20
19
  "os": [
21
20
  "win32"
22
21
  ],
23
- "private": false,
24
- "repository": {
25
- "type": "git",
26
- "url": "git+https://github.com/formatjs/formatjs.git"
27
- }
28
- }
22
+ "repository": "formatjs/formatjs.git"
23
+ }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # @formatjs/cli-native-win32-x64
2
-
3
- Temporary placeholder package for configuring npm trusted publishing.
4
-
5
- Use a real release version of this package instead of `0.0.0`.
package/index.js DELETED
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- throw new Error(
4
- "@formatjs/cli-native-win32-x64@0.0.0 is a temporary placeholder for npm trusted publishing setup. Install a real release version instead."
5
- );