pict-section-recordset 1.0.63 → 1.0.64

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": "pict-section-recordset",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "Pict dynamic record set management views",
5
5
  "main": "source/Pict-Section-RecordSet.js",
6
6
  "directories": {
@@ -16,10 +16,10 @@
16
16
  "homepage": "https://github.com/stevenvelozo/pict-section-recordset#readme",
17
17
  "scripts": {
18
18
  "start": "node source/Pict-Section-RecordSet.js",
19
- "tests": "npx mocha -u tdd --exit -R spec --grep",
20
- "coverage": "npx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec",
19
+ "tests": "npx quack test -g",
20
+ "coverage": "npx quack coverage",
21
21
  "build": "npx quack build",
22
- "test": "npx mocha -u tdd -R spec",
22
+ "test": "npx quack test",
23
23
  "lint": "eslint source",
24
24
  "types": "tsc -p tsconfig.build.json"
25
25
  },
@@ -36,16 +36,16 @@
36
36
  "pict": "^1.0.350",
37
37
  "pict-application": "^1.0.32",
38
38
  "pict-service-commandlineutility": "^1.0.18",
39
- "quackage": "^1.0.51",
39
+ "quackage": "^1.0.58",
40
40
  "typescript": "^5.9.3"
41
41
  },
42
42
  "dependencies": {
43
- "fable-serviceproviderbase": "^3.0.18",
44
- "pict-provider": "^1.0.10",
45
- "pict-router": "^1.0.4",
46
- "pict-section-form": "^1.0.189",
47
- "pict-template": "^1.0.14",
48
- "pict-view": "^1.0.66",
43
+ "fable-serviceproviderbase": "^3.0.19",
44
+ "pict-provider": "^1.0.12",
45
+ "pict-router": "^1.0.6",
46
+ "pict-section-form": "^1.0.193",
47
+ "pict-template": "^1.0.15",
48
+ "pict-view": "^1.0.67",
49
49
  "sinon": "^21.0.1"
50
50
  },
51
51
  "mocha": {
File without changes