@build-script/single-dog-asset 1.0.19 → 1.0.22

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/gitignore CHANGED
@@ -1,41 +1,54 @@
1
- ### Cache file
1
+ ### Hidden Files
2
+ .*
3
+ !/.*
4
+
5
+ ### Git
6
+ !*.gitignore
7
+
8
+ ### Cache File
2
9
  common/temp
10
+ common/deploy
3
11
  *.tsbuildinfo
4
12
  .rpt2_cache/
5
13
 
6
- ### Build result
14
+ ### Temp Files
15
+ *.lock
16
+ .lock
17
+ temp/
18
+
19
+ ### Build Result
7
20
  dist/
8
21
  lib/
9
22
  *.tgz
10
23
  .test
11
24
  build-*/
25
+ tsdoc-metadata.json
12
26
 
13
- ### Package manager
27
+ ### Package Manager
14
28
  node_modules
15
29
  jspm_packages
16
- .rush
30
+ bower_components
17
31
  package-deps.json
18
32
  /package.json
33
+ !common/config/rush/.npmrc
34
+ !.npmignore
19
35
 
20
- ### logs
36
+ ### Log Files
21
37
  *.log
38
+ npm-debug.log*
39
+ yarn-debug.log*
40
+ yarn-error.log*
22
41
 
23
- ### no need in mono repo
42
+ ### Monorepo Local Files
24
43
  **/.editorconfig
25
44
  **/.git*
26
- !**/.github/
27
45
  **/.prettier*
28
46
  **/pnpm-lock.yaml
29
47
  **/yarn.lock
30
48
 
31
49
  !common/config/rush/pnpm-lock.yaml
32
50
 
33
- ### old files
34
- .idea
35
-
36
- ### generated files
51
+ ### Generated Files
37
52
  *.generated.*
38
53
  c_cpp_properties.json
39
54
  vcpkg_installed
40
-
41
- ### temp project
package/package/npmignore CHANGED
@@ -5,24 +5,27 @@ node_modules
5
5
  jspm_modules
6
6
  config
7
7
 
8
- ### hidden files
8
+ ### Hidden Files
9
9
  .*
10
+ _*
10
11
 
11
- ### temp files
12
+ ### Temp Files
12
13
  package-deps.json
13
14
  *.log
15
+ temp
14
16
 
15
- ### build source
17
+ ### Build Source
16
18
  index.ts
17
19
  /src
18
20
  /build-script.json
19
21
  /Gulpfile.*
20
22
  *.tsbuildinfo
21
23
 
22
- ### docs
23
- /docs/*
24
- !/docs/*.d.ts
24
+ ### Api Extractor
25
+ /etc
25
26
 
26
- ### tests
27
+ ### Tests
27
28
  /tests
28
29
  /test
30
+
31
+ ### Temp Files
@@ -23,7 +23,15 @@
23
23
  "inlineSourceMap": false,
24
24
  "inlineSources": false,
25
25
  "keyofStringsOnly": false,
26
- "lib": ["ESNext", "ESNext.Array", "ESNext.AsyncIterable", "ESNext.Symbol"],
26
+ "lib": [
27
+ "ESNext",
28
+ "ESNext.Array",
29
+ "ESNext.AsyncIterable",
30
+ "ESNext.BigInt",
31
+ "ESNext.Promise",
32
+ "ESNext.String",
33
+ "ESNext.WeakRef"
34
+ ],
27
35
  "noEmitOnError": false,
28
36
  "noImplicitThis": true,
29
37
  "noImplicitAny": true,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.19",
3
+ "version": "1.0.22",
4
4
  "license": "MIT",
5
+ "repository": "https://github.com/GongT/baobao",
5
6
  "dependencies": {
6
7
  "tslib": "^2.4.0"
7
8
  },
8
9
  "tslib": "^1.10.0",
9
10
  "ttypescript": "^1.5.10",
10
- "repository": "https://github.com/GongT/baobao",
11
11
  "scripts": {
12
12
  "build": "",
13
13
  "clean": ""