@jscad/obj-serializer 3.0.4-alpha.0 → 3.0.5-alpha.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jscad/obj-serializer",
3
- "version": "3.0.4-alpha.0",
3
+ "version": "3.0.5-alpha.0",
4
4
  "description": "OBJ Serializer for JSCAD",
5
5
  "homepage": "https://openjscad.xyz/",
6
6
  "repository": "https://github.com/jscad/OpenJSCAD.org",
@@ -10,9 +10,9 @@
10
10
  "module": "dist/jscad-obj-serializer.es.js",
11
11
  "scripts": {
12
12
  "build": "rollup --config",
13
- "coverage": "c8 --all --reporter=html --reporter=text pnpm test",
13
+ "coverage": "c8 --all --reporter=html --reporter=text npm test",
14
14
  "test": "ava --verbose --timeout 2m 'tests/**/*.test.js'",
15
- "version": "pnpm run build && git add dist"
15
+ "version": "npm run build && git add dist"
16
16
  },
17
17
  "contributors": [
18
18
  {
@@ -36,8 +36,8 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@jscad/array-utils": "3.0.2-alpha.0",
40
- "@jscad/modeling": "3.0.4-alpha.0"
39
+ "@jscad/array-utils": "3.0.3-alpha.0",
40
+ "@jscad/modeling": "3.0.5-alpha.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@rollup/plugin-node-resolve": "^15.0.0",
@@ -46,5 +46,5 @@
46
46
  "c8": "^10.1.0",
47
47
  "rollup": "^4.52.0"
48
48
  },
49
- "gitHead": "1de52a2b7b6bd31134fd0b72a2842f31ecf8f237"
49
+ "gitHead": "942d9a5eab2f234f2e1c617d5896e0230f353330"
50
50
  }