@common-stack/core 0.1.11 → 0.2.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.
package/README.md CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  `npm link`
6
6
  `npm link @xtermstack/xterm-core`
7
- `npm install`
7
+ `yarn install`
8
8
  `tsc`
9
- `npm run test`
9
+ `yarn test`
package/lib/index.js CHANGED
@@ -104,7 +104,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
104
104
  o[k2] = m[k];
105
105
  }));
106
106
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
107
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
107
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
108
108
  };
109
109
  Object.defineProperty(exports, "__esModule", { value: true });
110
110
  __exportStar(__webpack_require__(/*! ./types */ "./src/constants/types.ts"), exports);
@@ -206,7 +206,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
206
206
  o[k2] = m[k];
207
207
  }));
208
208
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
209
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
209
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
210
210
  };
211
211
  Object.defineProperty(exports, "__esModule", { value: true });
212
212
  __exportStar(__webpack_require__(/*! ./field-error */ "./src/field-error.ts"), exports);
@@ -247,7 +247,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
247
247
  o[k2] = m[k];
248
248
  }));
249
249
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
250
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
250
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
251
251
  };
252
252
  Object.defineProperty(exports, "__esModule", { value: true });
253
253
  __exportStar(__webpack_require__(/*! ./common-settings */ "./src/interfaces/common-settings.ts"), exports);
package/package.json CHANGED
@@ -1,41 +1,22 @@
1
1
  {
2
2
  "name": "@common-stack/core",
3
- "version": "0.1.11",
3
+ "version": "0.2.1",
4
4
  "description": "Common core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
7
7
  "main": "lib/index.js",
8
8
  "typings": "lib/index.d.ts",
9
9
  "scripts": {
10
- "build": "npm run build:clean && npm run build:lib",
10
+ "build": "yarn build:clean && yarn build:lib",
11
11
  "build:clean": "rimraf lib",
12
12
  "build:lib": "webpack",
13
- "build:lib:watch": "npm run build:lib -- --watch",
13
+ "build:lib:watch": "yarn build:lib -- --watch",
14
14
  "jest": "./node_modules/.bin/jest",
15
- "prepublish": "npm run build",
15
+ "prepublish": "yarn build",
16
16
  "test": "cross-env ENV_FILE=../../config/test/test.env jest",
17
17
  "test:debug": "npm test -- --runInBand",
18
18
  "test:watch": "npm test -- --watch",
19
- "watch": "npm run build:lib:watch"
20
- },
21
- "jest": {
22
- "moduleFileExtensions": [
23
- "ts",
24
- "tsx",
25
- "js",
26
- "json"
27
- ],
28
- "modulePaths": [
29
- "node_modules"
30
- ],
31
- "roots": [
32
- "src"
33
- ],
34
- "testEnvironment": "node",
35
- "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$",
36
- "transform": {
37
- "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
38
- }
19
+ "watch": "yarn build:lib:watch"
39
20
  },
40
21
  "publishConfig": {
41
22
  "access": "public"
@@ -43,5 +24,5 @@
43
24
  "typescript": {
44
25
  "definition": "lib/index.d.ts"
45
26
  },
46
- "gitHead": "2cd1b1ab35c4e330de4fffbdbe028200e02a4beb"
27
+ "gitHead": "8cc362c6c7307e7ea43a9563ccdcb938c93c6008"
47
28
  }
package/CHANGELOG.md DELETED
@@ -1,168 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.1.11](https://github.com/cdmbase/common-stack/compare/v0.1.10...v0.1.11) (2021-11-07)
7
-
8
- **Note:** Version bump only for package @common-stack/core
9
-
10
-
11
-
12
-
13
-
14
- ## [0.1.9](https://github.com/cdmbase/common-stack/compare/v0.1.8...v0.1.9) (2021-10-07)
15
-
16
- **Note:** Version bump only for package @common-stack/core
17
-
18
-
19
-
20
-
21
-
22
- ## [0.1.7](https://github.com/cdmbase/common-stack/compare/v0.1.6...v0.1.7) (2021-08-11)
23
-
24
- **Note:** Version bump only for package @common-stack/core
25
-
26
-
27
-
28
-
29
-
30
- ## [0.1.6](https://github.com/cdmbase/common-stack/compare/v0.1.5...v0.1.6) (2021-08-11)
31
-
32
- **Note:** Version bump only for package @common-stack/core
33
-
34
-
35
-
36
-
37
-
38
- ## [0.1.5](https://github.com/cdmbase/common-stack/compare/v0.1.4...v0.1.5) (2021-08-11)
39
-
40
- **Note:** Version bump only for package @common-stack/core
41
-
42
-
43
-
44
-
45
-
46
- ## [0.1.4](https://github.com/cdmbase/common-stack/compare/v0.1.3...v0.1.4) (2021-08-11)
47
-
48
- **Note:** Version bump only for package @common-stack/core
49
-
50
-
51
-
52
-
53
-
54
- ## [0.1.3](https://github.com/cdmbase/common-stack/compare/v0.1.2...v0.1.3) (2021-08-11)
55
-
56
- **Note:** Version bump only for package @common-stack/core
57
-
58
-
59
-
60
-
61
-
62
- ## [0.1.1](https://github.com/cdmbase/common-stack/compare/v0.0.264...v0.1.1) (2021-08-05)
63
-
64
- **Note:** Version bump only for package @common-stack/core
65
-
66
-
67
-
68
-
69
-
70
- ## [0.0.264](https://github.com/cdmbase/common-stack/compare/v0.0.263...v0.0.264) (2021-07-04)
71
-
72
- **Note:** Version bump only for package @common-stack/core
73
-
74
-
75
-
76
-
77
-
78
- ## [0.0.263](https://github.com/cdmbase/common-stack/compare/v0.0.262...v0.0.263) (2021-07-03)
79
-
80
- **Note:** Version bump only for package @common-stack/core
81
-
82
-
83
-
84
-
85
-
86
- ## [0.0.262](https://github.com/cdmbase/common-stack/compare/v0.0.261...v0.0.262) (2021-06-23)
87
-
88
- **Note:** Version bump only for package @common-stack/core
89
-
90
-
91
-
92
-
93
-
94
- ## [0.0.261](https://github.com/cdmbase/common-stack/compare/v0.0.260...v0.0.261) (2021-06-01)
95
-
96
- **Note:** Version bump only for package @common-stack/core
97
-
98
-
99
-
100
-
101
-
102
- ## [0.0.260](https://github.com/cdmbase/common-stack/compare/v0.0.259...v0.0.260) (2021-05-28)
103
-
104
- **Note:** Version bump only for package @common-stack/core
105
-
106
-
107
-
108
-
109
-
110
- ## [0.0.259](https://github.com/cdmbase/common-stack/compare/v0.0.258...v0.0.259) (2021-05-28)
111
-
112
- **Note:** Version bump only for package @common-stack/core
113
-
114
-
115
-
116
-
117
-
118
- ## [0.0.258](https://github.com/cdmbase/common-stack/compare/v0.0.257...v0.0.258) (2021-05-14)
119
-
120
- **Note:** Version bump only for package @common-stack/core
121
-
122
-
123
-
124
-
125
-
126
- ## [0.0.257](https://github.com/cdmbase/common-stack/compare/v0.0.256...v0.0.257) (2021-05-05)
127
-
128
- **Note:** Version bump only for package @common-stack/core
129
-
130
-
131
-
132
-
133
-
134
- ## [0.0.256](https://github.com/cdmbase/common-stack/compare/v0.0.255...v0.0.256) (2021-05-05)
135
-
136
- **Note:** Version bump only for package @common-stack/core
137
-
138
-
139
-
140
-
141
-
142
- ## [0.0.255](https://github.com/cdmbase/common-stack/compare/v0.0.254...v0.0.255) (2021-04-03)
143
-
144
- **Note:** Version bump only for package @common-stack/core
145
-
146
-
147
-
148
-
149
-
150
- ## [0.0.254](https://github.com/cdmbase/common-stack/compare/v0.0.253...v0.0.254) (2021-03-31)
151
-
152
- **Note:** Version bump only for package @common-stack/core
153
-
154
-
155
-
156
-
157
-
158
- ## [0.0.253](https://github.com/cdmbase/common-stack/compare/v0.0.252...v0.0.253) (2021-03-31)
159
-
160
- **Note:** Version bump only for package @common-stack/core
161
-
162
-
163
-
164
-
165
-
166
- ## [0.0.252](https://github.com/cdmbase/common-stack/compare/v0.0.251...v0.0.252) (2021-03-29)
167
-
168
- **Note:** Version bump only for package @common-stack/core