@lynx-js/tasm 0.0.21 → 0.0.23

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.json CHANGED
@@ -1,48 +1,46 @@
1
1
  {
2
- "name": "@lynx-js/tasm",
3
- "version": "0.0.21",
4
- "description": "",
5
- "main": "index.js",
6
- "types": "index.d.ts",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/lynx-family/lynx.git"
10
- },
11
- "files": [
12
- "build/**/*.node",
13
- "build-dll/liblepus.dylib",
14
- "index.js",
15
- "index.d.ts",
16
- "lepus.js",
17
- "lepus.d.ts",
18
- "Changelog.md"
19
- ],
20
- "scripts": {
21
- "build": "run-script-os",
22
- "build:wasm": "python3 ./../build_gn.py --type tasm --wasm true",
23
- "build:darwin": "npm run build:release:darwin -- --local true",
24
- "build:linux": "npm run build:release:linux -- --type tasm",
25
- "build:debug": "run-script-os",
26
- "build:debug:wasm": "npm run build:wasm -- --debug true",
27
- "build:debug:darwin": "npm run build:release:darwin -- --debug true --local true",
28
- "build:debug:linux": "npm run build:release:linux -- --type tasm --debug true",
29
- "build:release": "npm run build:wasm && run-script-os",
30
- "build:release:darwin": "python3 ./../build_gn.py --platform darwin --type tasm",
31
- "build:release:linux": "python3 ./../build_gn.py --platform linux --type tasm",
32
- "clean": "rm -rf build lepus.js",
33
- "build:all": "npm run clean && npm run build:wasm && npm run build:darwin && npm run build:linux",
34
- "build:all:debug": "npm run clean && npm run build:wasm:debug && npm run build:darwin:debug && npm run build:linux:debug",
35
- "release:alpha": "npm publish --tag=alpha"
36
- },
37
- "keywords": [],
38
- "author": "",
39
- "license": "Apache-2.0",
40
- "dependencies": {
41
- },
42
- "devDependencies": {
43
- "@types/node": "18.7.2",
44
- "node-addon-api": "7.1.0",
45
- "run-script-os": "1.1.6"
46
- }
2
+ "name": "@lynx-js/tasm",
3
+ "version": "0.0.23",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "types": "index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/lynx-family/lynx.git"
10
+ },
11
+ "files": [
12
+ "build/**/*.node",
13
+ "build-dll/liblepus.dylib",
14
+ "index.js",
15
+ "index.d.ts",
16
+ "lepus.js",
17
+ "lepus.d.ts",
18
+ "Changelog.md"
19
+ ],
20
+ "scripts": {
21
+ "build": "run-script-os",
22
+ "build:wasm": "python3 ./../build_gn.py --type tasm --wasm true",
23
+ "build:darwin": "npm run build:release:darwin -- --local true",
24
+ "build:linux": "npm run build:release:linux -- --type tasm",
25
+ "build:debug": "run-script-os",
26
+ "build:debug:wasm": "npm run build:wasm -- --debug true",
27
+ "build:debug:darwin": "npm run build:release:darwin -- --debug true --local true",
28
+ "build:debug:linux": "npm run build:release:linux -- --type tasm --debug true",
29
+ "build:release": "npm run build:wasm && run-script-os",
30
+ "build:release:darwin": "python3 ./../build_gn.py --platform darwin --type tasm",
31
+ "build:release:linux": "python3 ./../build_gn.py --platform linux --type tasm",
32
+ "clean": "rm -rf build lepus.js",
33
+ "build:all": "npm run clean && npm run build:wasm && npm run build:darwin && npm run build:linux",
34
+ "build:all:debug": "npm run clean && npm run build:wasm:debug && npm run build:darwin:debug && npm run build:linux:debug",
35
+ "release:alpha": "npm publish --tag=alpha"
36
+ },
37
+ "keywords": [],
38
+ "author": "",
39
+ "license": "Apache-2.0",
40
+ "dependencies": {},
41
+ "devDependencies": {
42
+ "@types/node": "18.7.2",
43
+ "node-addon-api": "7.1.0",
44
+ "run-script-os": "1.1.6"
47
45
  }
48
-
46
+ }