aircitytype 1.1.1 → 1.1.2

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "_args": [
3
3
  [
4
- "aircitytype@1.0.27",
4
+ "aircity@1.0.0",
5
5
  "E:\\projects\\srdnqd6.0"
6
6
  ]
7
7
  ],
8
- "_from": "aircitytype@1.0.27",
9
- "_id": "aircitytype@1.0.27",
8
+ "_from": "aircity@1.0.0",
9
+ "_id": "aircity@1.0.0",
10
10
  "_inBundle": false,
11
11
  "_integrity": "sha512-xSu2UsPN/cn0MlbdsI0X6VdKLBvnHS9T5bzMun58c/CpB4iviuJzP7gCxB7VGMesc71UBcst/SiB1InPEEP2PQ==",
12
12
  "_location": "/aircitytype",
@@ -14,30 +14,27 @@
14
14
  "_requested": {
15
15
  "type": "version",
16
16
  "registry": true,
17
- "raw": "aircitytype@1.0.27",
18
- "name": "aircitytype",
19
- "escapedName": "aircitytype",
20
- "rawSpec": "1.0.27",
17
+ "raw": "aircity@1.0.0",
18
+ "name": "aircity",
19
+ "escapedName": "aircity",
20
+ "rawSpec": "1.0.0",
21
21
  "saveSpec": null,
22
- "fetchSpec": "1.0.27"
22
+ "fetchSpec": "1.0.0"
23
23
  },
24
24
  "_requiredBy": [
25
25
  "/"
26
26
  ],
27
27
  "_resolved": "https://registry.npmmirror.com/aircitytype/-/aircitytype-1.0.27.tgz",
28
- "_spec": "1.0.27",
28
+ "_spec": "1.0.0",
29
29
  "_where": "E:\\projects\\srdnqd6.0",
30
30
  "author": "",
31
31
  "description": "",
32
32
  "keywords": [],
33
33
  "license": "ISC",
34
34
  "main": "index.js",
35
- "name": "aircitytype",
35
+ "name": "aircity",
36
36
  "scripts": {
37
37
  "test": "echo \"Error: no test specified\" && exit 1"
38
38
  },
39
- "bin": {
40
- "your-script": "./main.js"
41
- },
42
- "version": "1.1.1"
39
+ "version": "1.0.0"
43
40
  }
package/main.js CHANGED
@@ -4,8 +4,8 @@ console.log("start install!");
4
4
  const fs = require("fs");
5
5
  const fse = require("fs-extra");
6
6
 
7
- const source = "./node_modules/aircitytype/aircitytype";
8
- const target = "./node_modules/@types/aircitytype";
7
+ const source = "./node_modules/aircitytype/aircity";
8
+ const target = "./node_modules/@types/aircity";
9
9
 
10
10
  fs.access(source, fs.constants.F_OK, (err) => {
11
11
  if (err) {
package/package.json CHANGED
@@ -39,5 +39,5 @@
39
39
  "bin": {
40
40
  "installdts": "./main.js"
41
41
  },
42
- "version": "1.1.1"
42
+ "version": "1.1.2"
43
43
  }
File without changes