@x-oasis/is-nan 0.1.34 → 0.1.36

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.
@@ -0,0 +1,19 @@
1
+
2
+ > @x-oasis/is-nan@0.1.36 build /home/runner/work/x-oasis/x-oasis/packages/assertion/is-nan
3
+ > tsdx build --tsconfig tsconfig.build.json
4
+
5
+ @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
6
+ @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
7
+ ⠙ Creating entry file
8
+ ⠙ Building modules
9
+ ✓ Creating entry file 6 secs
10
+ ⠹ Building modules
11
+ ⠸ Building modules
12
+ ⠼ Building modules
13
+ ⠴ Building modules
14
+ ⠦ Building modules
15
+ [tsdx]: Your rootDir is currently set to "./". Please change your rootDir to "./src".
16
+ TSDX has deprecated setting tsconfig.compilerOptions.rootDir to "./" as it caused buggy output for declarationMaps and more.
17
+ You may also need to change your include to remove "test", which also caused declarations to be unnecessarily created for test files.
18
+ ⠧ Building modules
19
+ ✓ Building modules 7.6 secs
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @x-oasis/is-nan
2
+
3
+ ## 0.1.36
4
+
5
+ ### Patch Changes
6
+
7
+ - 7c2a0ba: git add .
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@x-oasis/is-nan",
3
- "version": "0.1.34",
3
+ "version": "0.1.36",
4
4
  "description": "is-nan function",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "module": "dist/is-nan.esm.js",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
8
11
  "author": "",
9
12
  "license": "ISC",
10
13
  "devDependencies": {