Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAnimateMp4 authored Jul 1, 2022
1 parent ed941d0 commit 0c38328
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 98 deletions.
41 changes: 14 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
<div id="changelog">
<h1 id="changelog-title">0.1.1</h1>
<h3 id="changelog-added">Added:</h3>
<div id="changelog-added-body">
<ul>
<h3>.gitignore</h3>
<li>Added <code>build</code> folder.</li>
</ul>
</div>
<h3 id="changelog-fixed">Fixed:</h3>
<div id="changelog-fixed-body">
<ul>
<h3>README.md</h3>
<li><code>0.1.0</code> - Changed NPM <code>NICC</code> package name to <code>nicc</code>.</li>
<h3>binding.gyp & binding.max.gyp</h3>
<li>Added local referencing for <code>targets[0]sources[0]</code> property.</li>
</ul>
</div>
<h3 id="changelog-changed">Changed:</h3>
<div id="changelog-changed-body">
<ul>
<h3>CHANGELOG.md</h3>
<li>New Architecture.</li>
</ul>
</div>
<h1 id="changelog-old">To view older changelogs, please refer to <a
id="changelog-old-link" href="https://github.com/AlexAnimateMp4/nicc/releases">Github releases</a>.</h1>
<div id="changelog">
<h1 id="changelog-title">0.1.2</h1>
<blockquote id="changelog-note">
<p id="changelog-note-text">Really sorry for this stupid mistake!</p>
</blockquote>
<h3 id="changelog-fixed">Fixed:</h3>
<div id="changelog-fixed-body">
<ul>
<h3>binding.gyp & binding.max.gyp</h3>
<li>Changed the value of the <code>target[0]sources[0]</code> property to <code>addon.min.cc</code>.</li>
</ul>
</div>
<h1 id="changelog-old">To view older changelogs, please refer to <a
id="changelog-old-link" href="https://github.com/AlexAnimateMp4/nicc/releases">Github releases</a>.</h1>
</div>
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"targets":[{"target_name":"addon","sources":["./addon.cc"],"cflags!":["-fno-exceptions"],"cflags_cc!":["-fno-exceptions"],"include_dirs":["<!@(node -p \"require('node-addon-api').include\")"],"dependencies":["<!(node -p \"require('node-addon-api').gyp\")"],"conditions":[["OS==\"win\"",{"msvs_settings":{"VCCLCompilerTool":{"ExceptionHandling":1}}}]]}]}
{"targets":[{"target_name":"addon","sources":["addon.min.cc"],"cflags!":["-fno-exceptions"],"cflags_cc!":["-fno-exceptions"],"include_dirs":["<!@(node -p \"require('node-addon-api').include\")"],"dependencies":["<!(node -p \"require('node-addon-api').gyp\")"],"conditions":[["OS==\"win\"",{"msvs_settings":{"VCCLCompilerTool":{"ExceptionHandling":1}}}]]}]}
36 changes: 18 additions & 18 deletions binding.max.gyp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"targets": [{
"target_name": "addon",
"sources": ["./addon.cc"],
"cflags!": ["-fno-exceptions"],
"cflags_cc!": ["-fno-exceptions"],
"include_dirs": ["<!@(node -p \"require('node-addon-api').include\")"],
"dependencies": ["<!(node -p \"require('node-addon-api').gyp\")"],
"conditions": [
["OS==\"win\"", {
"msvs_settings": {
"VCCLCompilerTool": {
"ExceptionHandling": 1
}
}
}]
]
}]
{
"targets": [{
"target_name": "addon",
"sources": ["addon.min.cc"],
"cflags!": ["-fno-exceptions"],
"cflags_cc!": ["-fno-exceptions"],
"include_dirs": ["<!@(node -p \"require('node-addon-api').include\")"],
"dependencies": ["<!(node -p \"require('node-addon-api').gyp\")"],
"conditions": [
["OS==\"win\"", {
"msvs_settings": {
"VCCLCompilerTool": {
"ExceptionHandling": 1
}
}
}]
]
}]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"nicc","version":"0.1.1","description":"Native internet connection check.","keywords":["nodejs","node","javascript","js","n-api","windows-only"],"homepage":"https://github.com/AlexAnimateMp4/NICC#readme","bugs":{"url":"https://github.com/AlexAnimateMp4/NICC/issues"},"license":"MPL-2.0","author":{"name":"Alex Animate Mp4","email":"contact@alexanimatemp4.me","url":"http://alexanimatemp4.me"},"contributors":[],"files":[".gitignore",".npmignore","addon.cc","addon.min.cc","binding.gyp","binding.max.gyp","CHANGELOG.md","index.js","index.min.js","LICENSE.md","package.json","package.max.json","README.md"],"main":"index.min.js","repository":{"type":"git","url":"https://github.com/AlexAnimateMp4/NICC.git"},"scripts":{"install":"node-gyp rebuild --release"},"dependencies":{"node-addon-api":"*"},"os":["win32"],"gypfile":true}
{"name":"nicc","version":"0.1.2","description":"Native internet connection check.","keywords":["nodejs","node","javascript","js","n-api","windows-only"],"homepage":"https://github.com/AlexAnimateMp4/NICC#readme","bugs":{"url":"https://github.com/AlexAnimateMp4/NICC/issues"},"license":"MPL-2.0","author":{"name":"Alex Animate Mp4","email":"contact@alexanimatemp4.me","url":"http://alexanimatemp4.me"},"contributors":[],"files":[".gitignore",".npmignore","addon.cc","addon.min.cc","binding.gyp","binding.max.gyp","CHANGELOG.md","index.js","index.min.js","LICENSE.md","package.json","package.max.json","README.md"],"main":"index.min.js","repository":{"type":"git","url":"https://github.com/AlexAnimateMp4/NICC.git"},"scripts":{"install":"node-gyp rebuild --release"},"dependencies":{"node-addon-api":"*"},"os":["win32"],"gypfile":true}
102 changes: 51 additions & 51 deletions package.max.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "nicc",
"version": "0.1.1",
"description": "Native internet connection check.",
"keywords": [
"nodejs",
"node",
"javascript",
"js",
"n-api",
"windows-only"
],
"homepage": "https://github.com/AlexAnimateMp4/nicc#readme",
"bugs": {
"url": "https://github.com/AlexAnimateMp4/nicc/issues"
},
"license": "MPL-2.0",
"author": {
"name": "Alex Animate Mp4",
"email": "contact@alexanimatemp4.me",
"url": "http://alexanimatemp4.me"
},
"contributors": [],
"files": [
".gitignore",
".npmignore",
"addon.cc",
"addon.min.cc",
"binding.gyp",
"binding.max.gyp",
"CHANGELOG.md",
"index.js",
"index.min.js",
"LICENSE.md",
"package.json",
"package.max.json",
"README.md"
],
"main": "index.min.js",
"repository": {
"type": "git",
"url": "https://github.com/AlexAnimateMp4/nicc.git"
},
"scripts": {
"install": "node-gyp rebuild --release"
},
"dependencies": {
"node-addon-api": "*"
},
"os" : [ "win32" ],
"gypfile": true
{
"name": "nicc",
"version": "0.1.2",
"description": "Native internet connection check.",
"keywords": [
"nodejs",
"node",
"javascript",
"js",
"n-api",
"windows-only"
],
"homepage": "https://github.com/AlexAnimateMp4/nicc#readme",
"bugs": {
"url": "https://github.com/AlexAnimateMp4/nicc/issues"
},
"license": "MPL-2.0",
"author": {
"name": "Alex Animate Mp4",
"email": "contact@alexanimatemp4.me",
"url": "http://alexanimatemp4.me"
},
"contributors": [],
"files": [
".gitignore",
".npmignore",
"addon.cc",
"addon.min.cc",
"binding.gyp",
"binding.max.gyp",
"CHANGELOG.md",
"index.js",
"index.min.js",
"LICENSE.md",
"package.json",
"package.max.json",
"README.md"
],
"main": "index.min.js",
"repository": {
"type": "git",
"url": "https://github.com/AlexAnimateMp4/nicc.git"
},
"scripts": {
"install": "node-gyp rebuild --release"
},
"dependencies": {
"node-addon-api": "*"
},
"os" : [ "win32" ],
"gypfile": true
}

0 comments on commit 0c38328

Please sign in to comment.